/* Style sheet formulare */
#bestellformular input{width:40px;margin-top:2px;margin-bottom:10px;background-color:#e5ebf1;border:1px solid #000000;}
#bestellformular label{display:block;}
#bestellformular label.adresse{width:105px;float:left;display:inline;margin-top:2px;}
#bestellformular input.adresse{width:200px;position:relative;}
#bestellformular .error{color:#ff0000;}
#bestellformular .submit{width:70px;}
#bestellformular select{width:60px;margin-top:2px;margin-bottom:10px;background-color:#e5ebf1;border:1px solid #000000;}
#bestellformular .explanation{padding-bottom:10px;}
#bestellformular textarea{width:250px;background-color:#e5ebf1;border:1px solid #000000;}
.kontaktformular label{padding-right:10px;}
#kontaktformular input{width:200px;margin-bottom:5px;background-color:#e5ebf1;border:1px solid #000000;}
#kontaktformular textarea{width:300px;background-color:#e5ebf1;border:1px solid #000000;}
#kontaktformular .explanation{padding-bottom:10px;}
#kontaktformular td{vertical-align:top;}
#kontaktformular .submit_container{margin-top:10px;}
#kontaktformular .submit_container .submit{width:65px;}
