@charset "utf-8";
.kontaktformular {
	width:  500px;
	height: 424px;
	overflow:auto;
	margin: 0;
	padding: 2px 5px;
	font-size: 10pt;
	line-height: 8pt;
	font-family: Arial, Helvetica;
	text-align:left;
	/*border: 1px solid #666666;*/
	float: left;
	clear: both;
	background-color: #000000;
}
.fehler {
	line-height:normal;
	color:#EB630B;
}
.kontaktformular fieldset {
	margin: 6px 0;
}
.kontaktformular a {
	color: #990000;
	text-decoration: none;
}
.kontaktformular a:hover {
	color: #483D8A;
}
.kontaktformular legend {
	background: #CD3D08;
	color: #fff;
	padding: 3px 5px;
	border: 1px solid #ddd;
	text-transform: uppercase;
}
.kontaktformular label {
	width: 100px;
	float: left;
	clear: both;
	padding: 3px 10px;
	margin: 3px 0;
}
.kontaktformular input, .kontaktformular textarea {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	background: #ddc;
	padding: 0px 3px;
	margin: 3px 0;
	width:180px;
}
.kontaktformular input:active, .kontaktformular input:focus, .kontaktformular input:hover {
	background: #FFCC33;
}
.kontaktformular textarea:active, .kontaktformular textarea:focus, .kontaktformular textarea:hover {
	background: #FFCC33;
}
.buttons {
	text-align: center;
}
.buttons input {
	background: #FFCC33;
	color: #000;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
}
.buttons input:hover {
	background: #EB630B;
	color: #000;
	border-top:2px solid #666;
	border-left:2px solid #666;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}
h2{
line-height:normal;
margin:auto;
}
.yellow{
font-size:10px;
}