@charset "utf-8";
/* -------------- Contact form CSS -------------
##### Change these styles at whim to match your own site layout and look #### */



/* ---------- Styles for the form element itself  ---------- */
form#Kontaktformular {
	margin:0 0 0px 0;
	padding:0 0 50px 0;
	float: left;
}

/* ---------- Special styles for input fields, select lists and textareas only ---------- */
form#Kontaktformular input {
	border: 1px solid #423b33;
	background: url(../images/form-hg.png) repeat-x 0 0 #f9f9f9;
	color: #534e3a;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	width: 224px;
}


/* ---------- Label styles ---------- */
form#Kontaktformular label {
	padding:2px 15px 2px 0;		
	width:200px;
	float: left;
}



/* ---------- Checkboxes ---------- */
form#Kontaktformular input.checkbox {
	background:transparent;
	border:none;
	width:20px;
	float: left;
	margin: 3px 3px 0 0;
}

form#Kontaktformular label.checkbox {	
	padding: 0 0 3px 0;
	float: left;
}
/* ---------- If you want to display legends, just remove the display:none here and add your own styles ---------- */
form#Kontaktformular legend {
	font-size: 18px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #534E3A;
	width: 100%;
	display: block;
	float: left;
}

form#Kontaktformular legend small {
	font-size: 12px;
}
/* ---------- Fieldsets can be made visible by removing the default style here ---------- */
form#Kontaktformular fieldset {
	border:none;
	margin: 20px 0 0 0;
}


/* ---------- Class for required fields - add colors, an image, or whatever you wish ---------- */
form#Kontaktformular label.required {
	background:url(../images/kontakt/icon-required.png) center right no-repeat;	
}



/* ---------- On user errors, required labels are style with these ---------- */
.error {
	color:#f00 !important;
	font-weight:bold !important;
}



/* ---------- Since by default labels and form fields are floated, the cleared br elements are required to keep them all in place ---------- */
form#Kontaktformular br {
	clear:both;
	height: 20px;
	display: block;
	width: 100%;
}


/* ---------- Without these styles, some browsers show a huge gap where the hidden fields are. Don't remove them unless you know what you're doing! ---------- */
form#Kontaktformular fieldset.hidden, form#Kontaktformular input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}


/* --- additional stuff --*/

form#Kontaktformular input#submit {				/* Gestaltung des Submit-Buttons */
	background: #BA2D29;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	width: 218px;
	padding: 2px;
}

form#Kontaktformular fieldset#submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	width: 204px;
	padding: 0;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	clear: both;
}


p#fehlermeldung {			/* Die Fehlermeldung */
	padding: 10px;
	margin: 20px 0 50px 0;
	width: 90%;
	color: #fff;
	display: none;
	border: 2px solid #000;
	background-color: #BA2D29;
}
