/* -------------- Kontaktformular-CSS -------------
##### Dies ist nur ein Beispiel - die Angaben können bis auf wenige Ausnahmen beliebig angepasst werden ####
*/


form { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	margin:0 0 20px 10px;
	padding:15px 10px 10px 37px;
	border-bottom:solid 6px #fff;
	background-color:#fdf0df;
	voice-family:"\"}\""; voice-family:inherit;
	width:600px;
} html>body form { width:553px; }


form label, form input, form select, form textarea {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333;
	width:370px;
	margin:10px 5px 5px 0;
	padding:1px 3px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

form select { width:248px; padding:1px 0 0 0; border:1px solid #de7c22; }

form input, form select, form textarea, form select {
	font-weight:normal;
	border:1px solid #666;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
}

form input#captcha
{
	width:188px;
	height:28px;
	padding:7px 2px;
	margin-right:10px;
}
form img#captcha_img
{
	display:bock;
	float:left;
	margin:10px 0 20px 0;
	border:1px solid black;
}

form textarea {						/* Seperate Angaben für die Textarea, falls benötigt */
	height:160px;
}

form input:focus, form textarea:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #555;
}

form label {							/* Feldbeschriftungen */
	width:100px;
	padding:0 10px 0 0;
}

form legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	display:none;
}

form fieldset {						/* Formularabschnitte */
	border:none;
	padding:0 0 0 20px;
}

form input.submit {				/* Gestaltung des Submit-Buttons */
	background:#009999;
	color:#fff;
	cursor:pointer;
	border:none;
	margin:5px 0 0 0;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	voice-family:"\"}\""; voice-family:inherit;
	width:150px;
} html>body input.submit { width:auto; }


form fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	height:20px;
	clear:both;
	voice-family:"\"}\""; voice-family:inherit;
	padding:5px 0 20px 105px;
} html>body form fieldset.submitbox { padding:5px 0 20px 113px; }


form input.btn {				/* Gestaltung des Submit-Buttons */
	width:100px;
	background:#009999;
	color:#fff;
	cursor:pointer;
	border:none;
	margin:9px 0 0 0;
	padding:1px 8px;
	font-size:11px;
}

form fieldset#adresse {			/* Formularabschnitt mit den Adressdaten */
	margin:0 10px 0 0;
}

form label#label-telefon {			/* Veränderte Größe für das Telefon-Label */
	width:55px;
}

form input#Telefon {				/* Veränderte Größe für das Telefon-Feld */
	width:100px;
}

form input.radio {					/* Anpassungen für Radio-Buttons - diese müssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:10px;
	border:none;
	background:transparent;
}

* html form input.radio {			/* Für die Radio-Buttons im IE ein etwas anderer Abstand... */
	margin-top:7px;
}

form label.radio {					/* Beschriftungen für Radio-Buttons */
	width:90px;
}

form input.checkbox {					/* Anpassungen für Checkboxen - diese müssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:10px;
	border:none;
	background:transparent;
}

* html form input.checkbox {			/* Für die Checkboxen im IE ein etwas anderer Abstand... */
	margin-top:7px;
}

form label.checkbox {						/* Beschriftungen für Checkboxen */
	width:90px;
}

form label.required {				/* Klasse zur Kennzeichnung von Pflichtfeldern */
	background:url(../images/required.png) top right no-repeat;
}

.error {								/* Stil für die Gestaltung der als fehlerhaft markierten Felder */
	color:#f00 !important;
	font-weight:bold !important;
}

form p#fehlermeldung {			/* Die Fehlermeldung */
	display:none;
	background:#fbf2e4;
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 15px 0;
}
form #fehlermeldung2 {			/* Die Fehlermeldung */
	background:#fbf2e4;
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 15px 0;
}


form ul#img_info {
	width:300px;
	margin-left:180px;
	padding-top:10px;
	padding-left:16px;
	list-style-type:circle;
}
form ul#img_info li {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#666;
	margin-top:0;
	margin-bottom:4px;
}

/* Die folgenden Angaben bitte nicht verändern! */
form br {
	clear:left;
}

form input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}

