﻿/* Style Sheet */
p#fehler {
font-weight:bold;
color:#cc0033;
}
form {
	padding: 0px;
}	
#infoformular label {	
	float: left;
	width: 180px;
}
input, select {
	border: 1px solid #929292;
	width: 250px;
}
select {
	margin-bottom: 2px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
option:hover,
option:focus {
	border: 1px solid #536F82;
}
option {
	background: white;
}
textarea {
	border: 1px solid #929292;
	width: 450px;
}
.schalter {
	background: #f0f0f0;
	border: 1px solid #929292;
	color: black;
	width: 150px;
}
.schalter:hover, .schalter:focus {
	background: #536F82;
	border: 1px solid #929292;
	color: white;
}

