/* -------------- Kontaktformular-CSS  ------------- */


form#Kontaktformular { 	/* Gestaltung des Formulars - Breite und Abstnde z. B. */
	width:600px;
	height:auto;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	font-family: "PT Serif",serif;
	color: #4c4c4c;
	font-size:14px;
	

	
	
}




label, input, textarea {		/* Allgemeine Stile f&uuml;r Labels und Formularfelder */
	font:inherit;
	color: #4c4c4c;
	width:215px;
	margin:5px 5px 5px 0;
	padding:1px;

	

/* Diese beiden Angaben bitte nicht verndern: */
	display:block;
	float:left;
}

input {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
    font-family: "PT Serif",serif;
	background-image:url(../images/form-gradient.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
    background-color:#ededed;
	border:1px solid #d2d2d2;
	color:#4c4c4c;
    font-weight:normal;
	font-size:1.1em;
	

	
}

textarea {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	font-family: "PT Serif",serif;
	background-image:url(../images/form-gradient.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-repeat:repeat-x;
	font-weight:normal;
	color:#4c4c4c;
	background-color:#ededed;
	border:1px solid #d2d2d2;
	 
	

	
}

textarea {						/* Seperate Angaben f&uuml;r die Textarea, falls bentigt */
	height:180px;
}

input:focus, textarea:focus {		/* Stile f&uuml;r aktivierte Formularfelder */
	border:1px solid #d2d2d2;

}

label {							/* Feldbeschriftungen */
	text-align:right;				
	width:155px;						
	padding:0 15px 0 0;			
}

legend {							/* Stile f&uuml;r die berschriften der Formularabschnitte ("") */

	/* Hiermit werden die berschriften nicht angezeigt.
	Falls gewnscht entfernen, um die Anzeige zu ermglichen */
	display:none;
}

fieldset {						/* Formularabschnitte */
	border:none;
	padding:0 0 0 0px;
	margin:0 0 0 0;
	vertical-align:top;
	text-align:left;
}
/* Gestaltung des Submit-Buttons */



form#Kontaktformular input#submit 

{

margin-left: 175px;

}



input#submit:hover {
	background-color: #626879;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	color: #fff;
	

}
	





#adresse {			/* Formularabschnitt mit den Adressdaten */
	margin:0 0 0 0;
}







input.radio {					/* Anpassungen f&uuml;r Radio-Buttons - diese mssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:8px;
}

* html input.radio {			/* f&uuml;r die Radio-Buttons im IE ein etwas anderer Abstand... */
	margin-top:7px;
}

label.radio {					/* Beschriftungen f&uuml;r Radio-Buttons */
	width:22px;
	border-bottom-style:none;
	
}

input.checkbox {					/* Anpassungen f&uuml;r Checkboxen - diese mssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:10px;
	border-bottom-style:none;
	
}

* html input.checkbox {			/* F&uuml;r die Checkboxen im IE ein etwas anderer Abstand... */
	margin-top:7px;
}

label.checkbox {					/* Beschriftungen f&uuml;r Checkboxen */
	width:90px;
}

label.required {				/* Klasse zur Kennzeichnung von Pflichtfeldern */
	background:url(../images/required.png) top right no-repeat;	
}

.error {							/* Stil f&uuml;r die Gestaltung der als fehlerhaft markierten Felder */
	color:#e2001a;
	font-weight:bold;
	font-style:normal;
}

p#fehlermeldung {			/* Die Fehlermeldung */
	position:absolute;
	display:none;
	background-color: #bfd6e4;
	padding:10px 0 10px 25px;
	margin:0 0 9px 0;
	width:250px;
	color:#fff;
	border:1px solid #d6d6d6;
	top:330px;
	left:0px;
}



/* Die folgenden Angaben bitte nicht verndern! */
form br {
	clear:left;
}

input[type=hidden] {
	border:0;
	padding:0;
}
