diff --git a/VectoCore/VectoCore/Models/Declaration/Segments.cs b/VectoCore/VectoCore/Models/Declaration/Segments.cs
index e84a1baae475820f47f112e297ab4772766d6792..aa72ae23214c1203a29fff29315725a9b71ff665 100644
--- a/VectoCore/VectoCore/Models/Declaration/Segments.cs
+++ b/VectoCore/VectoCore/Models/Declaration/Segments.cs
@@ -92,11 +92,11 @@ namespace TUGraz.VectoCore.Models.Declaration
 
 			var segment = new Segment {
 				Found = true,
-			    GrossVehicleWeightMin = row.ParseDouble("gvw_min").SI(Unit.SI.Ton).Cast<Kilogram>(),
-			    GrossVehicleWeightMax = row.ParseDouble("gvw_max").SI(Unit.SI.Ton).Cast<Kilogram>(),
+			    GrossVehicleWeightMin = row.ParseDouble("tpmlm_min").SI(Unit.SI.Ton).Cast<Kilogram>(),
+			    GrossVehicleWeightMax = row.ParseDouble("tpmlm_max").SI(Unit.SI.Ton).Cast<Kilogram>(),
 				VehicleCategory = vehicleCategory,
 				AxleConfiguration = axleConfiguration,
-				VehicleClass = VehicleClassHelper.Parse(row.Field<string>("hdvclass")),
+				VehicleClass = VehicleClassHelper.Parse(row.Field<string>("hdvgroup")),
 				AccelerationFile =
 					RessourceHelper.ReadStream(DeclarationData.DeclarationDataResourcePrefix + ".VACC." +
 												row.Field<string>(".vaccfile")),
@@ -126,8 +126,8 @@ namespace TUGraz.VectoCore.Models.Declaration
 					var isVocational = r.Field<string>("vocational").ToBoolean();
 					var category = r.Field<string>("vehiclecategory");
 					var axleConf = r.Field<string>("axleconf.");
-				    var massMin = r.ParseDouble("gvw_min").SI(Unit.SI.Ton);
-				    var massMax = r.ParseDouble("gvw_max").SI(Unit.SI.Ton);
+				    var massMin = r.ParseDouble("tpmlm_min").SI(Unit.SI.Ton);
+				    var massMax = r.ParseDouble("tpmlm_max").SI(Unit.SI.Ton);
 					return (considerInvalid || isValid == "1")
 							&& vocational == isVocational
 							&& category == vehicleCategory.ToString()
@@ -150,14 +150,14 @@ namespace TUGraz.VectoCore.Models.Declaration
 			var row = GetSegmentDataRow(vehicleCategory, axleConfiguration, grossVehicleMassRating, vocational, true);
 
 			var vehicleHeight = row.ParseDouble("height").SI<Meter>();
-			var vehicleClass = VehicleClassHelper.Parse(row.Field<string>("hdvclass"));
+			var vehicleClass = VehicleClassHelper.Parse(row.Field<string>("hdvgroup"));
 
 			if (vehicleClass == VehicleClass.Class9) {
 				// VECTO-471: for class 9 take similar height than rigid with same maximum gross vehicle weight (class 1, 2, 3 or 4).
 				var rigidGVWrow = _segmentTable.AsEnumerable().FirstOrDefault(r => {
-				    var massMin = r.ParseDouble("gvw_min").SI(Unit.SI.Ton);
-				    var massMax = r.ParseDouble("gvw_max").SI(Unit.SI.Ton);
-					return new[] { "1", "2", "3", "4" }.Contains(r.Field<string>("hdvclass"))
+				    var massMin = r.ParseDouble("tpmlm_min").SI(Unit.SI.Ton);
+				    var massMax = r.ParseDouble("tpmlm_max").SI(Unit.SI.Ton);
+					return new[] { "1", "2", "3", "4" }.Contains(r.Field<string>("hdvgroup"))
 							&& massMin <= grossVehicleMassRating && grossVehicleMassRating <= massMax;
 				});
 				if (rigidGVWrow != null) {
diff --git a/VectoCore/VectoCore/Resources/Declaration/SegmentTable.csv b/VectoCore/VectoCore/Resources/Declaration/SegmentTable.csv
index 0f0bed88eff1bc2ce8ec26ffcd203f7b58c4a5e1..37256fbdef5aa6e4065fa3237619c2abf7b6e9ca 100644
--- a/VectoCore/VectoCore/Resources/Declaration/SegmentTable.csv
+++ b/VectoCore/VectoCore/Resources/Declaration/SegmentTable.csv
@@ -1,33 +1,33 @@
-HDV class , Vocational , Valid , Vehicle Category , Axle Conf. , GVW_Min , GVW_Max , Height , DesignSpeed , Body , Body Construction , Trailer , Trailer Construction , EMS    , .vacc file , Cross Wind Correction - Long haul , Cross Wind Correction - EMS , Cross Wind Correction - Other , Truck Axles - Long haul , Truck Axles - Other , Trailer Axles - Long haul , Trailer Axles - Other , Truck Axles - Long haul EMS , Truck Axles - Other EMS , Trailer Axles - Long haul EMS , Trailer Axles - Other EMS , Long haul       , Long haul EMS , Regional delivery , Regional delivery EMS , Urban delivery  , Municipal utility , Construction , Heavy Urban , Urban , Suburban , Interurban , Coach , CdxA_Default , CdxA_Construction , BodyWeight_MunicipalUtility
-## 0         , 0          , 0     , RigidTruck       , 4x2        , 0       , 7.5     , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               ,               , pc10(R)/pc50(R)   ,                       , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-1         , 0          , 1     , RigidTruck       , 4x2        , 7.5     , 10      , 3.6    , 85          , B1   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 45/55               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.1          ,                   ,
-1         , 0          , 1     , Tractor          , 4x2        , 7.5     , 10      , 3.6    , 85          , B1   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 45/55               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.1          ,                   ,
-2         , 0          , 1     , RigidTruck       , 4x2        , 10      , 12      , 3.75   , 85          , B2   ,                   , T1      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 22.5/32.5               , 45/55               , 45                        ,                       ,                             ,                         ,                               ,                           , pc10(R)/pc75(R) , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.2          ,                   ,
-2         , 0          , 1     , Tractor          , 4x2        , 10      , 12      , 3.75   , 85          , B2   ,                   , T1      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 22.5/32.5               , 45/55               , 45                        ,                       ,                             ,                         ,                               ,                           , pc10(R)/pc75(R) , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.2          ,                   ,
-3         , 0          , 1     , RigidTruck       , 4x2        , 12      , 16      , 3.9    , 85          , B3   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 40/60               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.4          ,                   ,
-3         , 0          , 1     , Tractor          , 4x2        , 12      , 16      , 3.9    , 85          , B3   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 40/60               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.4          ,                   ,
-4         , 0          , 1     , RigidTruck       , 4x2        , 16      , 99      , 4      , 85          , B4   , BT1               , T2      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 20/30                   , 45/55               , 50                        ,                       ,                             ,                         ,                               ,                           , 1900/14000      , -             , 900/4400          , -                     , 900/4400        , 600/3000          , -            , -           , -     , -        , -          , -     , 8.4          , 6.6               , 6000
-4         , 1          , 1     , RigidTruck       , 4x2        , 16      , 99      , 4      , 85          , B4   , BT1               , T2      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 20/30                   , 45/55               , 50                        ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , 600/3000          , 900/4400     , -           , -     , -        , -          , -     , 8.4          , 6.6               , 6000
-5         , 0          , 1     , Tractor          , 4x2        , 16      , 99      , 4      , 85          ,      ,                   , ST1     , STT1                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 20/25                   , 25/25               , 55                        , 50                    , 15/20                       , 17.5/25                 , 40/25                         , 35/22.5                   , 2600/19300      , 3500/26500    , 2600/12900        , 3500/17500            , 2600/12900      , -                 , -            , -           , -     , -        , -          , -     , 8.7          , 7.2               ,
-5         , 1          , 1     , Tractor          , 4x2        , 16      , 99      , 4      , 85          ,      ,                   , ST1     , STT1                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 20/25                   , 25/25               , 55                        , 50                    , 15/20                       , 17.5/25                 , 40/25                         , 35/22.5                   , -               , -             , -                 , -                     , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 8.7          , 7.2               ,
-6         , 0          , 0     , RigidTruck       , 4x4        , 7.5     , 16      , 3.75   , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-7         , 0          , 0     , RigidTruck       , 4x4        , 16      , 99      , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-8         , 0          , 0     , Tractor          , 4x4        , 16      , 99      , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , TractorSemitrailer            ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-9         , 0          , 1     , RigidTruck       , 6x2        , 0       , 99      , 4      , 85          , B5   , BT2               , T2      ,                      , D+ST1  , Truck.vacc , RigidTrailer                      , RigidTrailer                , RigidSolo                     , 20/30/15                , 35/40/25            , 35                        ,                       , 15/20/10                    , 17.5/20/10              , 22.5/32.5                     , 22.5/30                   , 2600/19300      , 3500/26500    , 1400/7100         , 3500/17500            , -               , 1200/6000         , -            , -           , -     , -        , -          , -     , 8.5          , 6.7               , 6750
-9         , 1          , 1     , RigidTruck       , 6x2        , 0       , 99      , 4      , 85          , B5   , BT2               , T2      ,                      , D+ST1  , Truck.vacc , RigidTrailer                      , RigidTrailer                , RigidSolo                     , 20/30/15                , 35/40/25            , 35                        ,                       , 15/20/10                    , 17.5/20/10              , 22.5/32.5                     , 22.5/30                   , -               , -             , -                 , -                     , -               , 1200/6000         , 1400/7100    , -           , -     , -        , -          , -     , 8.5          , 6.7               , 6750
-10        , 0          , 1     , Tractor          , 6x2        , 0       , 99      , 4      , 85          ,      ,                   , ST1     , STT2                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 15/10/20                , 20/10/20            , 55                        , 50                    , 12.5/15/10                  , 15/15/10                , 37.5/25                       , 35/25                     , 2600/19300      , 3500/26500    , 2600/12900        , 3500/17500            , -               , -                 , -            , -           , -     , -        , -          , -     , 8.8          , 7.3               ,
-10        , 1          , 1     , Tractor          , 6x2        , 0       , 99      , 4      , 85          ,      ,                   , ST1     , STT2                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 15/10/20                , 20/10/20            , 55                        , 50                    , 12.5/15/10                  , 15/15/10                , 37.5/25                       , 35/25                     , -               , -             , -                 , -                     , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 8.8          , 7.3               ,
-11        , 0          , 1     , RigidTruck       , 6x4        , 0       , 99      , 4      , 85          , B5   , BT2               , T2      ,                      , D+ST1  , Truck.vacc , RigidTrailer                      , RigidTrailer                , RigidSolo                     , 20/22.5/22.5            , 35/35/30            , 35                        ,                       , 15/20/10                    , 17.5/20/10              , 22.5/32.5                     , 22.5/30                   , 2600/19300      , 3500/26500    , 1400/7100         , 3500/17500            , -               , 1200/6000         , 1400/7100    , -           , -     , -        , -          , -     , 8.5          , 6.7               , 6750
-12        , 0          , 1     , Tractor          , 6x4        , 0       , 99      , 4      , 85          ,      ,                   , ST1     , STT2                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 15/15/15                , 20/15/15            , 55                        , 50                    , 12.5/15/10                  , 15/15/10                , 37.5/25                       , 35/25                     , 2600/19300      , 3500/26500    , 2600/12900        , 3500/17500            , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 8.8          , 7.3               ,
-13        , 0          , 0     , RigidTruck       , 6x6        , 0       , 99      , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-14        , 0          , 0     , Tractor          , 6x6        , 0       , 99      , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , TractorSemitrailer            ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-15        , 0          , 0     , RigidTruck       , 8x2        , 0       , 99      , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , ???               , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-16        , 0          , 1     , RigidTruck       , 8x4        , 0       , 99      , 3.6    , 85          ,      , BT3               ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 25/25/25/25         ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 9            , 7                 ,
-17        , 0          , 0     , RigidTruck       , 8x6        , 0       , 99      , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-17        , 0          , 0     , RigidTruck       , 8x8        , 0       , 99      , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
-B1        , 0          , 0     , CityBus          , 4x2        , 0       , 18      , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , ???         , ???   , ???      , -          , -     ,              ,                   ,
-B2        , 0          , 0     , InterurbanBus    , 4x2        , 0       , 18      , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , ???        , -     ,              ,                   ,
-B3        , 0          , 0     , Coach            , 4x2        , 0       , 18      , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , ???   ,              ,                   ,
-B4        , 0          , 0     , CityBus          , 6x2        , 18      , 99      , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , ???         , ???   , ???      , -          , -     ,              ,                   ,
-B5        , 0          , 0     , InterurbanBus    , 6x2        , 18      , 99      , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , ???        , -     ,              ,                   ,
-B6        , 0          , 0     , Coach            , 6x2        , 18      , 99      , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , ???   ,              ,                   ,
\ No newline at end of file
+HDV group , Vocational , Valid , Vehicle Category , Axle Conf. , TPMLM_Min , TPMLM_Max , Height , DesignSpeed , Body , Body Construction , Trailer , Trailer Construction , EMS    , .vacc file , Cross Wind Correction - Long haul , Cross Wind Correction - EMS , Cross Wind Correction - Other , Truck Axles - Long haul , Truck Axles - Other , Trailer Axles - Long haul , Trailer Axles - Other , Truck Axles - Long haul EMS , Truck Axles - Other EMS , Trailer Axles - Long haul EMS , Trailer Axles - Other EMS , Long haul       , Long haul EMS , Regional delivery , Regional delivery EMS , Urban delivery  , Municipal utility , Construction , Heavy Urban , Urban , Suburban , Interurban , Coach , CdxA_Default , CdxA_Construction , BodyWeight_MunicipalUtility
+## 0      , 0          , 0     , RigidTruck       , 4x2        , 0         , 7.5       , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               ,               , pc10(R)/pc50(R)   ,                       , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+1         , 0          , 1     , RigidTruck       , 4x2        , 7.5       , 10        , 3.6    , 85          , B1   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 45/55               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.1          ,                   ,
+1         , 0          , 1     , Tractor          , 4x2        , 7.5       , 10        , 3.6    , 85          , B1   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 45/55               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.1          ,                   ,
+2         , 0          , 1     , RigidTruck       , 4x2        , 10        , 12        , 3.75   , 85          , B2   ,                   , T1      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 22.5/32.5               , 45/55               , 45                        ,                       ,                             ,                         ,                               ,                           , pc10(R)/pc75(R) , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.2          ,                   ,
+2         , 0          , 1     , Tractor          , 4x2        , 10        , 12        , 3.75   , 85          , B2   ,                   , T1      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 22.5/32.5               , 45/55               , 45                        ,                       ,                             ,                         ,                               ,                           , pc10(R)/pc75(R) , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.2          ,                   ,
+3         , 0          , 1     , RigidTruck       , 4x2        , 12        , 16        , 3.9    , 85          , B3   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 40/60               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.4          ,                   ,
+3         , 0          , 1     , Tractor          , 4x2        , 12        , 16        , 3.9    , 85          , B3   ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 40/60               ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , pc10(R)/pc50(R)   , -                     , pc10(R)/pc50(R) , -                 , -            , -           , -     , -        , -          , -     , 7.4          ,                   ,
+4         , 0          , 1     , RigidTruck       , 4x2        , 16        , 99        , 4      , 85          , B4   , BT1               , T2      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 20/30                   , 45/55               , 50                        ,                       ,                             ,                         ,                               ,                           , 1900/14000      , -             , 900/4400          , -                     , 900/4400        , 600/3000          , -            , -           , -     , -        , -          , -     , 8.4          , 6.6               , 6000
+4         , 1          , 1     , RigidTruck       , 4x2        , 16        , 99        , 4      , 85          , B4   , BT1               , T2      ,                      ,        , Truck.vacc , RigidTrailer                      ,                             , RigidSolo                     , 20/30                   , 45/55               , 50                        ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , 600/3000          , 900/4400     , -           , -     , -        , -          , -     , 8.4          , 6.6               , 6000
+5         , 0          , 1     , Tractor          , 4x2        , 16        , 99        , 4      , 85          ,      ,                   , ST1     , STT1                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 20/25                   , 25/25               , 55                        , 50                    , 15/20                       , 17.5/25                 , 40/25                         , 35/22.5                   , 2600/19300      , 3500/26500    , 2600/12900        , 3500/17500            , 2600/12900      , -                 , -            , -           , -     , -        , -          , -     , 8.7          , 7.2               ,
+5         , 1          , 1     , Tractor          , 4x2        , 16        , 99        , 4      , 85          ,      ,                   , ST1     , STT1                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 20/25                   , 25/25               , 55                        , 50                    , 15/20                       , 17.5/25                 , 40/25                         , 35/22.5                   , -               , -             , -                 , -                     , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 8.7          , 7.2               ,
+6         , 0          , 0     , RigidTruck       , 4x4        , 7.5       , 16        , 3.75   , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+7         , 0          , 0     , RigidTruck       , 4x4        , 16        , 99        , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+8         , 0          , 0     , Tractor          , 4x4        , 16        , 99        , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , TractorSemitrailer            ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+9         , 0          , 1     , RigidTruck       , 6x2        , 0         , 99        , 4      , 85          , B5   , BT2               , T2      ,                      , D+ST1  , Truck.vacc , RigidTrailer                      , RigidTrailer                , RigidSolo                     , 20/30/15                , 35/40/25            , 35                        ,                       , 15/20/10                    , 17.5/20/10              , 22.5/32.5                     , 22.5/30                   , 2600/19300      , 3500/26500    , 1400/7100         , 3500/17500            , -               , 1200/6000         , -            , -           , -     , -        , -          , -     , 8.5          , 6.7               , 6750
+9         , 1          , 1     , RigidTruck       , 6x2        , 0         , 99        , 4      , 85          , B5   , BT2               , T2      ,                      , D+ST1  , Truck.vacc , RigidTrailer                      , RigidTrailer                , RigidSolo                     , 20/30/15                , 35/40/25            , 35                        ,                       , 15/20/10                    , 17.5/20/10              , 22.5/32.5                     , 22.5/30                   , -               , -             , -                 , -                     , -               , 1200/6000         , 1400/7100    , -           , -     , -        , -          , -     , 8.5          , 6.7               , 6750
+10        , 0          , 1     , Tractor          , 6x2        , 0         , 99        , 4      , 85          ,      ,                   , ST1     , STT2                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 15/10/20                , 20/10/20            , 55                        , 50                    , 12.5/15/10                  , 15/15/10                , 37.5/25                       , 35/25                     , 2600/19300      , 3500/26500    , 2600/12900        , 3500/17500            , -               , -                 , -            , -           , -     , -        , -          , -     , 8.8          , 7.3               ,
+10        , 1          , 1     , Tractor          , 6x2        , 0         , 99        , 4      , 85          ,      ,                   , ST1     , STT2                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 15/10/20                , 20/10/20            , 55                        , 50                    , 12.5/15/10                  , 15/15/10                , 37.5/25                       , 35/25                     , -               , -             , -                 , -                     , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 8.8          , 7.3               ,
+11        , 0          , 1     , RigidTruck       , 6x4        , 0         , 99        , 4      , 85          , B5   , BT2               , T2      ,                      , D+ST1  , Truck.vacc , RigidTrailer                      , RigidTrailer                , RigidSolo                     , 20/22.5/22.5            , 35/35/30            , 35                        ,                       , 15/20/10                    , 17.5/20/10              , 22.5/32.5                     , 22.5/30                   , 2600/19300      , 3500/26500    , 1400/7100         , 3500/17500            , -               , 1200/6000         , 1400/7100    , -           , -     , -        , -          , -     , 8.5          , 6.7               , 6750
+12        , 0          , 1     , Tractor          , 6x4        , 0         , 99        , 4      , 85          ,      ,                   , ST1     , STT2                 , ST1+T2 , Truck.vacc , TractorSemitrailer                , RigidTrailer                , TractorSemitrailer            , 15/15/15                , 20/15/15            , 55                        , 50                    , 12.5/15/10                  , 15/15/10                , 37.5/25                       , 35/25                     , 2600/19300      , 3500/26500    , 2600/12900        , 3500/17500            , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 8.8          , 7.3               ,
+13        , 0          , 0     , RigidTruck       , 6x6        , 0         , 99        , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+14        , 0          , 0     , Tractor          , 6x6        , 0         , 99        , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , TractorSemitrailer            ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+15        , 0          , 0     , RigidTruck       , 8x2        , 0         , 99        , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , ???               , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+16        , 0          , 1     , RigidTruck       , 8x4        , 0         , 99        , 3.6    , 85          ,      , BT3               ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         , 25/25/25/25         ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , 2600/12900   , -           , -     , -        , -          , -     , 9            , 7                 ,
+17        , 0          , 0     , RigidTruck       , 8x6        , 0         , 99        , 3.6    , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+17        , 0          , 0     , RigidTruck       , 8x8        , 0         , 99        , 4      , 85          ,      ,                   ,         ,                      ,        , Truck.vacc ,                                   ,                             , RigidSolo                     ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , -     ,              ,                   ,
+B1        , 0          , 0     , CityBus          , 4x2        , 0         , 18        , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , ???         , ???   , ???      , -          , -     ,              ,                   ,
+B2        , 0          , 0     , InterurbanBus    , 4x2        , 0         , 18        , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , ???        , -     ,              ,                   ,
+B3        , 0          , 0     , Coach            , 4x2        , 0         , 18        , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , ???   ,              ,                   ,
+B4        , 0          , 0     , CityBus          , 6x2        , 18        , 99        , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , ???         , ???   , ???      , -          , -     ,              ,                   ,
+B5        , 0          , 0     , InterurbanBus    , 6x2        , 18        , 99        , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , ???        , -     ,              ,                   ,
+B6        , 0          , 0     , Coach            , 6x2        , 18        , 99        , 4      , 85          ,      ,                   ,         ,                      ,        ,            ,                                   ,                             , CoachBus                      ,                         ,                     ,                           ,                       ,                             ,                         ,                               ,                           , -               , -             , -                 , -                     , -               , -                 , -            , -           , -     , -        , -          , ???   ,              ,                   ,
\ No newline at end of file