Basis{
	Rollmaterial{
		Masse( 1600 )
		Bremskraft( 80 )
		Reibungskraft( 5 )
		vUeberhang( 400 )
		hUeberhang( 200 )

		BoxX+( 200 )
		BoxX-( -200 )
		BoxY+( -50 )
		BoxY-( -300 )
		BoxZ+( 200 )
		BoxZ-( 0 )	
		RMTyp(5)
	}

	Motor{
		Leistung( 150 )
		Grenzdrehzahl_U1( 1800 )
		Grenzdrehzahl_U2( 3000 )
		Grenzdrehzahl_U3( 4000 )
	}

	Getriebe{
		Treibradradius( 34 )
		Gang{ 
			Uebersetzung(-8)   
		}
		Gang{
			Uebersetzung(-10)
		}
		Gang{
			Uebersetzung(-12)
		}
		Gang{
			Uebersetzung(10)
		}
		Gang{
			Uebersetzung(7)
		}

		Gang{
			Uebersetzung( 4 )
		}
	}
}