﻿/* Style Sheet */
p#fehler {
font-weight:bold;
color:#FF0000;
font-size:11px;
}
form {
	padding: 0;
	margin:20px 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
form p {
	position:relative;
	/* Bezug für span.feedback */
}	
#infoformular label {	
	float: left;
	width: 100px;
	font-size:11px;
}
input, select, checkbox {
	border: 1px solid #ededed;
	width: 200px;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;	
}
select {
	margin-bottom: 2px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
option:hover,
option:focus {
	border: 1px solid #00668F;
}
option {
	background: white;
}
textarea {
	border: 1px solid #ededed;
	font-size:12px;
	width: 300px;
}
.schalter {
	background: #0E72B5;
	border: 2px solid #0094CE;
	color: #ffffff;
	width: 150px;
}
.schalter:hover, .schalter:focus {
	background: #91BFF0;
	border: 2px solid #0094CE;
	color: white;
}
.hinweis {
	font-size:9px;
}
fieldset {
width:540px;
	border:solid 1px #ededed;
	margin:25px 0;
	padding:5px;
}
legend {
	color:#00668F;
	padding:2px 0;
	font-weight:bold;
}
span.feedback, #infoformular label.error {
font-size:11px;
	position:absolute;
	top:0px;
	left:310px;
	width:160px;
	color:#FF0000;
}
span.areafeedback {
position:absolute;
	top:0;
	left:310px;
	width:80px;
	color:#FF0000;	
}
.cleaner {
	clear:left;
}
p#button {
	width:500px;
	text-align:center;
}
p label, p input {
	margin-bottom:2px;
}
p.dick label, p.dick input {
	margin-bottom:14px;
}
.wichtig {
	font-weight:bold;
}
#infoformular input.error, #infoformular textarea.error  {
background:#f8f8f8;
}
#infoformular label.error {	
z-index:2;
}