Basis{
	Rollmaterial{
		Masse( 53000 )
		Bremskraft( 500 )
		Reibungskraft( 25 )
		vUeberhang( 1234 )
		hUeberhang( 1234 )

		BoxX+( 1200 )
		BoxX-( -1200 )
		BoxY+( 200 )
		BoxY-( -200 )
		BoxZ+( 320 )
		BoxZ-( -150 )
		RMTyp(10)
	}

	Motor{
		Leistung( 10000 )
		Grenzdrehzahl_U1( 2000 )
		Grenzdrehzahl_U2( 4500 )
		Grenzdrehzahl_U3( 5000 )
	}

	Getriebe{
		Treibradradius( 60 )
		Gang{
			Uebersetzung(-3.25)
		}
		Gang{
			Uebersetzung(-7)
		}
		Gang{
			Uebersetzung(-10)
		}
		Gang{
			Uebersetzung( 10 )
		}
		Gang{
			Uebersetzung( 7 )
		}
		Gang{
			Uebersetzung( 3.25 )
		}
	}
}