/* CSS Document */

#bestellform table{
	background-color:#EEF0F2;
	width:580px;
	vertical-align:top;
	border:0px;
}

#bestellform input.eingabeFeld{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	color:#000000;
	width:250px;
	margin-bottom:10px;
	
}

#bestellform textarea.eingabeFeld {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:350px;
	height:108px;
}

#bestellform input.kontaktSenden{
	background-color:#EEF0F2;
	background-image:url(../pics/pfeil_liste.gif);
	background-repeat:no-repeat;
	background-position:2px;
	border:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#4E6778;
}

#bestellform select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-bottom:10px;
}

#bestellform input.checker{
	height:10px;
	width:10px;
	margin-bottom:2px;
	margin-right:10px;
	margin-top:10px;

}