Basis{
	Rollmaterial{
		Masse( 1000 )
		Bremskraft( 10 )
		Reibungskraft( 1 )
		vUeberhang( 100 )
		hUeberhang( 100 )

		BoxX+( 100 )
		BoxX-( -100)
		BoxY+( 100 )
		BoxY-( -100)
		BoxZ+( 100 )
		BoxZ-( 100 )
		NoZ ()
	}

	Motor{
		Leistung( 5 )
		Grenzdrehzahl_U1( 800 )
		Grenzdrehzahl_U2( 2200 )
		Grenzdrehzahl_U3( 5000 )
	}

	Getriebe{
		Treibradradius( 35 )
		Gang{ 
			Uebersetzung( -6.4 )
		}
		Gang{ 
			Uebersetzung( 6.4 )
		}
	}
}