Basis{
	Rollmaterial{
		Masse( 2000 )
		Bremskraft( 80 )
		Reibungskraft( 5 )
		vUeberhang( 300 )
		hUeberhang( 300 )

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

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

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

		Gang{
			Uebersetzung( 4 )
		}
	}
}