Basis{
	Rollmaterial{
		Masse( 200 )
		Bremskraft( 3 )
		Reibungskraft( 0.2 )
		vUeberhang( 400 )
		hUeberhang( 400 )

		BoxX+( 400 )
		BoxX-( -400 )
		BoxY+( 62 )
		BoxY-( -62 )
		BoxZ+( 300 )
		BoxZ-( 0 )
		RMTyp(6)
	}

	Motor{
		Leistung( 10 )
		Grenzdrehzahl_U1( 450 )
		Grenzdrehzahl_U2( 900 )
		Grenzdrehzahl_U3( 1350 )
	}

	Getriebe{
		Treibradradius( 10 )
		Gang{ 
			Uebersetzung( -5 )
		}
		Gang{ 
			Uebersetzung( -7.5 )
		}
		Gang{ 
			Uebersetzung( -15 )
		}
		Gang{ 
			Uebersetzung( 15 )
		}
		Gang{ 
			Uebersetzung( 7.5 )
		}
		Gang{ 
			Uebersetzung( 5 )
		}
	}

}