@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 {
float:left;
}


/* ---------- Shared styles for labels, input fields, textareas, select lists  ---------- */
form#Kontaktformular label, form#Kontaktformular input, form#Kontaktformular textarea, form#Kontaktformular select {	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#28323d;
line-height:18px;
height:25px;
padding:2px;
/* ---- These are here for a reason - don't remove if not necessary ---- */
display:block;
border:medium none;
}
/* html form#Kontaktformular label, * html form#Kontaktformular input, * html form#Kontaktformular textarea, * html form#Kontaktformular select {	
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4c4c4c;
	margin:0 0 10px 0;
	padding:2px;
	width:186px;

	display:block;
	float:left;
	height:15px;
} */


/* ---------- Special styles for input fields, select lists and textareas only ---------- */
form#Kontaktformular input, form#Kontaktformular textarea , form#Kontaktformular select{
background:#3b69a4;
color:#333333;

}

form#Kontaktformular textarea {
color: #333333;
height: 155px;
width: 320px;
}
/* ---------- For better usability, change the look of your form fields when they are focused ---------- */
form#Kontaktformular input:focus, form#Kontaktformular textarea:focus {
background:#fff;
color:#333333;
}



/* ---------- Label styles ---------- */
form#Kontaktformular label {
width:85px;
float:left;
}
* html form#Kontaktformular label.nachricht {
width:100px;
float:left;
margin:0 0 5px 0;	
}
form#Kontaktformular input{
width:231px;
float:left;	
margin:0 0 5px 0;	
}
* html form#Kontaktformular label {
margin:3px 0 0 0;
					
}

/* ---------- If you want to display legends, just remove the display:none here and add your own styles ---------- */
form#Kontaktformular legend {
	display:none;
}


/* ---------- Fieldsets can be made visible by removing the default style here ---------- */
form#Kontaktformular fieldset {
	border:none;
	float:none;
}



/* ---------- Radio buttons ---------- */
form#Kontaktformular input.radio {
	background:transparent;
	border:none;
	width:20px;
	height:15px;
}

form#Kontaktformular label.radio {
	float:left;
	width:70px;
}





/* ---------- Checkboxes ---------- */
form#Kontaktformular input.checkbox {
	background:transparent;
	border:none;
	width:20px;
	height:15px;
}

form#Kontaktformular label.checkbox {	
	width:120px;
	height:15px;
}


/* ---------- Select lists - make them a bit larger than your input fields ---------- */
form#Kontaktformular select {
	width:180px;
}

/* ---------- Submit button ---------- */
form#Kontaktformular input#submit {
background:#3b69a4;
border: medium none;
color: #fff;
cursor: pointer;
display: inline;
font-size: 13px;
height: 30px;
margin: 5px 0 0;
padding: 5px;
width: 323px;
}

* + html form#Kontaktformular input#submit {
	
	/* Watch out! IE6 will double the left margin if the submit button is floated. To prevent this, either provide only half the margin value to IE6 or set the button to display:inline. */
		margin:5px 0 0 0;
}
form#Kontaktformular label#label-anrede{
	float:left;
}


form#Kontaktformular label#label-rueckruf {
width:85px;
height:25px;
}

form#Kontaktformular input#Telefon {
	width:231px;
}
form#Kontaktformular label#Frau {
float:left;
}
form#Kontaktformular label#Herr {
float:left;
}
form#Kontaktformular input#Frau {
float:left;

}
form#Kontaktformular input#Herr {
float:left;
}


* + html form#Kontaktformular textarea{
margin:5px 0 0 0;
}

/* ---------- Class for required fields - add colors, an image, or whatever you wish ---------- */
form#Kontaktformular label.required {
}



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



/* ---------- The error message - make it huge and hard to miss! :) ---------- */
p#fehlermeldung {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #404040;
display:none;
float:left;
margin:0px 0 15px 0;
padding:10px;
}



/* ---------- 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:left;
}


/* ---------- 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] {

	border:0;
	padding:0;
}
.hidden{
display:none;
}