﻿/* Style Sheet */
p#fehler {
font-weight:bold;
color:#cc0033;
}
form {
	padding: 0px;
	margin:20px 0px;
}
form p {
	position:relative;
	/* Bezug für span.feedback */
}	
#infoformular label {	
	float: left;
	width: 180px;
}
input, select, checkbox {
	border: 1px solid #f8f2f2;
	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 #8B252E;
}
option {
	background: white;
}
textarea {
	border: 1px solid #f8f2f2;
	width: 350px;
}
.schalter {
	background: #8b252e;
	border: 1px solid #f8f2f2;
	color: #f4EAEA;
	width: 150px;
}
.schalter:hover, .schalter:focus {
	background: #8B252E;
	border: 1px solid #f8f2f2;
	color: white;
}
.hinweis {
	font-size:9px;
}
fieldset {
	border:solid 1px #f8f2f2;
	margin:25px 0px;
}
legend {
	color:#8B252E;
	font-size:11px;
	padding:2px 0px;
	font-weight:bold;
}
span.feedback, #infoformular label.error {
	position:absolute;
	top:0px;
	left:440px;
	width:160px;
	font-size:10px;
	font-weight:bold;
	color:#cc0033;
}
span.areafeedback {
position:absolute;
	top:0px;
	left:540px;
	width:80px;
	font-size:10px;
	font-weight:bold;
	color:#cc0033;	
}
.cleaner {
	clear:left;
}
p#button {
	width:600px;
	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:#fcfafa;
}
#infoformular label.error {	
z-index:2;
}
