form fieldset 				{
	padding: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	background-color: #F5F4EC;
}
form legend 				{
	padding: 2px 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #D8004A;
	border: 1px solid #dddddd;
}
form div 					{
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}
form label 					{
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	width: 100px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
form input, form select 	{
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
form textarea			 	{
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

form label#anfrage 			{
	width: auto;
	text-align: left;
	font-weight: normal;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
form label#kinder 			{ width: auto; }
form label#sonstiges 		{ width: auto; text-align: left; }
form label#spacer 			{ width: 20px; }
form div#spacer 			{ height: 0px; }
