/* ---------- Styles for the form element itself  ---------- */
form#Kontaktformular {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}


/* ---------- Shared styles for labels, input fields, textareas, select lists  ---------- */
form#Kontaktformular label, form#Kontaktformular input, form#Kontaktformular textarea, form#Kontaktformular select {	
	margin:0 0 5px 0;
	padding:5px;
	width:288px;

	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}


/* ---------- Special styles for input fields, select lists and textareas only ---------- */
form#Kontaktformular input, form#Kontaktformular textarea , form#Kontaktformular select{
	background:#ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DDD;	
}

form#Kontaktformular textarea {
	height:150px;
}

/* ---------- For better usability, change the look of your form fields when they are focused ---------- */
form#Kontaktformular input:focus, form#Kontaktformular textarea:focus {
	background:#eee;	
}

#fehlermeldung {
	display: none;
	width: 290px;
	height: auto;
	padding: 10px;
	background: #ccc;
	color: #000;
}

/* ---------- Label styles ---------- */
form#Kontaktformular label {
	margin-right:0px; margin-bottom: 1px;
	padding:2px 0px 2px 10px;		
	width:290px;
	height: 16px;
	background-color: #f3f3f3;
	color:#000;			
}

form#Kontaktformular label#label-nachricht { }

label.frau { border-width: 1px 0px 1px 0px !important; }
label.herr { border-width: 1px 1px 1px 0px !important; }


/* ---------- 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;
	padding: 0px; margin: 0px;
}



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

form#Kontaktformular label.radio {
	width:auto;
	padding: 2px 5px;
	background-color: #f3f3f3;
	color: #000;
}



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

form#Kontaktformular label.checkbox {	
	width:261px;
	border-right: 0px;
}


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





/* ---------- Submit button ---------- */
form#Kontaktformular input#submit {
	background: #666;
	color: #f3f3f3;
	cursor:pointer;
	/* 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. */
	display:block;
	width: 154px; height: 27px;
	overflow: hidden;
	margin-left: 146px; margin-top: 15px; _margin-left: 33px;
	border: none;
}

label#label-anrede { width: 178px !important; margin-bottom: 5px !important; _width: 162px !important; }


/* ---- Won't show in IE6 - but why should everyone else miss all the fun? ---- */
form#Kontaktformular input#submit:hover {
	background-position: left bottom;
}





/* ---------- Remove the following styles if you don't need the field "Rueckruf" ---------- */
form#Kontaktformular label#label-telefon {}

input#Rueckruf { margin: 0px !important; margin-top: 1px !important; }
span#spanRueckruf { 
	display: block; 
	margin: 0px; padding: 0px; 
	float: left; 
	background-color: #FFFFFF; 
	padding: 3px;  _padding: 1px 1px 0px 5px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #DDDDDD;
}

form#Kontaktformular label#label-rueckruf { }

form#Kontaktformular input#Telefon { }





/* ---------- Class for required fields - add colors, an image, or whatever you wish ---------- */
form#Kontaktformular label.required {
	background: #f3f3f3 url(../images/layout/icon-required.png) right 5px no-repeat;
	_padding-left: 20px; _width: 278px;
}



/* ---------- On user errors, required labels are style with these ---------- */
.error {
	color:#D4050F !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: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] {
	display:none;
	border:0;
	padding:0;
}

/* --------- Start- und Enddatum ---------- */

form#Kontaktformular input#startdatum, form#Kontaktformular input#enddatum {
	width: 70px;
	padding-left: 10px; padding-right: 10px;
}

form#Kontaktformular a.dp-choose-date {
	display: block;
	height: 25px; width: 22px;
	overflow: hidden;
	text-indent: -500px;
	background: #FFFFFF url(../images/datepicker.gif) 5px 4px no-repeat;
	float: left;
	margin-left: 1px; padding:0px 5px;
	border: 1px solid #DDDDDD;
}

span#aufenthaltszeitraum_bis { 
	display: block; 
	height: 27px; width: 36px; 
	float: left; 
	line-height: 27px; 
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px 5px;
}



