fieldset {
	background-image:url(../../images/fieldset2.gif);
	background-repeat:repeat-x;
	background-color:#f2f2f2;
	margin-bottom:15px;
	margin-top:10px;
	display:block; /*  Abstand unten IE */
	border:1px solid #999;
	padding:5px 6px 6px 6px;
	width:684px;
	}

*+html fieldset { /* IE 7 Hack */
	background-image:url(../../images/fieldset2.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	}

*>fieldset { /* Firefox Hack */
	background-image:none;
	}

legend {
	color:#999;
	padding:0px 6px 0px 6px;
	margin-bottom:5px;
	text-transform:uppercase;
	}


.anfrage label {
	width:100px;
	display:block;
	float:left;
	clear:left;
	margin:4px 0px 0px 4px;
	}

.anfrage .eingabe {
	float:left;
	}

.anfrage input {
	width:450px;
	margin-bottom:10px;
	border:1px solid #ccc; 
	color:#000;
	margin-top:4px;
	}

.anfrage textarea {
	border:1px solid #ccc;
	width:450px;
	height:100px;
	margin-top:4px;
	padding:2px;
	}

#content ul {
	margin-left:20px;
	padding-left:0px;
	}

#content li {
	margin-left:0px;
	color:#c00;
	list-style-image:url(../../images/liste.gif);
	}
	
#fehlermeldung legend {
	color:#c00;
	}
	
.kontaktdaten div #em {
	width:99px;
	float:left;
	font-style:normal;
	margin-top:3px;
	}
	
.kontaktdaten #kern1 {
	width:302px;
	margin-left:6px;
	margin-top:4px;
	}
	
.kontaktdaten #kern1 input {
	margin-right:10px;
	}
	
.kontaktdaten #kern2 {
	margin-left:6px;
	}
	
.kontaktdaten #kern2 input {
	border:1px solid #ccc;
	}
	
.kontaktdaten #kern2 label {
	display:block;
	width:99px;
	float:left;
	clear:left;
	margin-top:10px;
	}
	
.kontaktdaten #kern2 input {
	width:200px;
	margin-top:8px;
	float:left;
	}
	
.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;
	}

#i-info {
	margin:0px 4px 0px 3px;
	}	
	
#k-kopie {
	margin:0px 4px 0px 3px;
	}
	
.datenschutz {
	padding:4px 6px 5px 7px;
	}
	
.button {
	background-image:url(../../images/button.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #ccc;
	overflow:visible;
	padding:0px 4px 0px 4px;
	}	

/* ###### Captcha ###### */
.captcha img {
	border:1px solid #ccc;
	vertical-align:bottom;
	}
	
.captcha input {
	border:1px solid #ccc;
	width:60px;
	margin:0px 0px 0px 10px;
	vertical-align:bottom;
	}

.captcha .eingabe_error {
	background-color:#fee;
	border:1px solid #f00;
	}
	
#k-kopie, #kern1 input {
	background-image:none;
	}
	
p {
	margin:10px 0px 0px 0px;
	}

.bestellung label {
	margin-left:4px;
	}

.bestellung select {
	margin:10px 0px 0px 0px;
	font-size:11px;
	width:80px;
	}