.reservierung
{
	float: left;
	max-width: 380px;
	margin: 0px auto 20px auto;
	width: 100%;
	margin-left: 10px;
}
.reservierung .ankunft
{
	width: 48%;
	float: left;
}
.reservierung .abflug
{
	margin-right: 4%;
	width: 48%;
	float: left;
}
.reservierung .line
{
	clear: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 4px;
}
.reservierung .submitButton
{
	float: left;
	max-width: 440px;
	margin-left: 160px;
	/*margin-top: 20px;*/
	width: 100%;
}

