
fieldset {
	margin-bottom:15px;
	display:block;
	border:1px solid #999;
	width:650px;
	font-size:12px;
	}

legend {
	color:#EE3338;
	padding:0px 6px 0px 6px;
	margin-bottom:5px;
	text-transform:uppercase;
	}

.anfrage {
	height:205px;
	}


.anfrage label {
	width:100px;
	display:block;
	float:left;
	clear:left;
	margin:4px 0px 0px 10px;
	}

.anfrage .eingabe {
	float:left;
	}

.anfrage input {
	width:450px;
	margin-bottom:30px;
	border:1px solid #ccc; 
	color:#00f;
	margin-top:4px;
	}

.anfrage textarea {
	border:1px solid #ccc;
	width:450px;
	height:160px;
	margin-top:4px;
	padding:2px;
	background-color:#f9fafc;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#content ul {
	margin-left:20px;
	padding-left:0px;
	}

#content li {
	margin-left:0px;
	color:#c00;
	list-style-image:url(../../images/liste.gif);
	}
	
#fehlermeldung {
	margin-top:20px;
	background-color:#fee;
	border:1px solid #f00;
	}
	
#fehlermeldung legend {
	color:#c00;
	}
	
#fehlermeldung ul {
	margin-left:0px;
	padding:6px 0px 0px 6px;
	color:#FF0000;
	}	
	
#fehlermeldung li {
	margin-left:0px;
	padding-left:0px;
	padding-bottom:3px;
	color:#FF0000;
	list-style:none;
	width:450px;
	}
	
.kontaktdaten div #em {
	width:99px;
	float:left;
	font-style:normal;
	margin-top:3px;
	}
	
#kern1 {
	width:362px;
	margin:4px 0px 10px 10px;
	}
	
#kern1 input {
	margin-right:10px;
	}
	
#kern3 {
	width:452px;
	/*margin-top:4px;*/
	margin-bottom:10px;
	}
	
#kern3 input {
	display:block;
	float:left;
	clear:left;
	width:20px;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
	}	
	
#kern3 label {
	margin-right:10px;
	width:280px;
	margin-top:2px;
	padding-top:0px;
	float:left;
	}		
	
	
.kontaktdaten #kern2 {
	padding-bottom:8px;
	margin-bottom:10px;
	}
	
.kontaktdaten #kern2 label {
	display:block;
	width:99px;
	float:left;
	clear:left;
	margin-top:10px;
	padding-left:10px;
	}
	
.kontaktdaten #kern2 input {
	width:200px;
	margin-top:8px;
	float:left;
	border:1px solid #ccc;
	background-color:#f9fafc;
	padding:0px 0px 0px 2px;
	}
	
.kontaktdaten #kern2 .eingabe_error {
	background-color:#fee;
	border:1px solid #f00;
	background-image:url(../../images/input_error.gif);
	background-repeat:repeat-x;
	}	
	
.kontaktdaten div#kern1 div.eingabe_error  {
	background-color:#fee;
	border:1px solid #f00;
	float:left;
	width:196px;
	padding-left:4px;
	}
	
.button {
	background-image:url(../../images/button.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #ccc;
	overflow:visible;
	padding:0px 8px 0px 8px;
	margin-right:10px;
	}	

/* ###### Captcha ###### */

.captcha img {
	border:1px solid #ccc;
	margin:10px 0px 0px 10px;
	}
	
.captcha input {
	border:1px solid #ccc;
	width:50px;
	margin:0px 0px 10px 10px;
	background-color:#f9fafc;
	}

.captcha .eingabe_error {
	background-color:#fee;
	border:1px solid #f00;
	}
	
#k-kopie, #kern1 input {
	background-image:none;
	}
	
.text2 {
	margin:0px 0px 10px 10px;
	}
	
.rot {
	color:#c00;
	}
	
#status {
	margin-top:20px;
	background-color:#e9ffe9;
	border:1px solid #00CC00;
	color:#00CC00;
	}
	
#status p {
	padding:6px 0px 6px 6px;
	color:#00CC00;
	}	

#status legend {
	display:none;
	}
	
	
input:focus, textarea:focus {
	background-color:#DADBDD;
	}
	
	
#kern2 input:focus, #kern2 textarea:focus {
	background-color:#DADBDD;
	}