
#submit {
	margin-left:3em;
	margin-top:2em; 
	padding: 0.2em 1em;
}
.frmzeile{
	margin-top:10px;
	width:400px;
}
.label {
	margin-bottom:5px;
	font-weight:bold;
	float:left;  
}
.input {
	margin-left:8em;
}
#sendehinweis {
	padding-left:2em;
	font-size:0.8em;
	color:#900;
}

checkbox {
	margin-bottom:5px;
	float:left;  
}
.labelcheckbox {
	margin-left:10px;
}
input[type="text"]:hover, input[type="text"]:focus {background-color:#ff9;}
:root textarea:hover, :root textarea:focus {background-color:#ff9;}  */
select:hover, select:focus {background-color:#ff9;}
