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

/* ONLINEANFRAGE */
form#Kontaktformular input#Anreisedatum, form#Kontaktformular input#Abreisedatum, form#Kontaktformular input#AnreisedatumErsatztermin, form#Kontaktformular input#AbreisedatumErsatztermin, form#Kontaktformular input#Kinder, form#Kontaktformular input#AlterKinder {width:142px;}

form#Kontaktformular label#label-anreisedatumersatztermin, form#Kontaktformular label#label-abreisedatumersatztermin, form#Kontaktformular label#label-alterkinder {width:70px; padding-left:20px;}





/* ---------- Styles for the form element itself  ---------- */
form#Kontaktformular {
	margin:20px 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 {	
	color:#000;
	font:100% Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:2px;
	width:400px;

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

form#Kontaktformular select#Zimmer, form#Kontaktformular select#Packages {width:406px;}


/* ---------- Special styles for input fields, select lists and textareas only ---------- */
form#Kontaktformular input, form#Kontaktformular textarea , form#Kontaktformular select{
	background:#fff;
	border:1px solid #D5D5D5;
}

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:#EDEDED;
	border:1px solid #D5D5D5;
}



/* ---------- Label styles ---------- */
form#Kontaktformular label {
	margin-right:5px;
	padding:2px 15px 2px 0;		
	width:120px;						
}


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



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

form#Kontaktformular label.radio {
	width:auto;
}



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


form#Kontaktformular label.checkbox {	
	width:90px;
}


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





/* ---------- Submit button ---------- */
form#Kontaktformular input#submit {
	background:none repeat scroll 0 0 #D5D5D5;
	border:1px solid #CCCCCC;
	color:#000000;
	cursor:pointer;
	display:inline;
	font-size:1em;
	margin:0 0 0 140px;
	padding:5px;
	text-transform:uppercase;
	width:35.2em;
}


/* ---- Won't show in IE6 - but why should everyone else miss all the fun? ---- */
form#Kontaktformular input#submit:hover {
	background:none repeat scroll 0 0 #E0E0E0;
	border:1px solid #CCCCCC;
}





/* ---------- Remove the following styles if you don't need the field "Rueckruf" ---------- */
form#Kontaktformular label#label-telefon {
	width:60px;
	margin: 0 0 0 10px;
}

form#Kontaktformular label#label-rueckruf {
	width:118px;
}

form#Kontaktformular input#Telefon {
	width:297px;
}


form#Kontaktformular label#label-anreise {
	width:60px;
	margin: 0 0 0 140px;
}

form#Kontaktformular input#Anreise{
	width:107px;
}

form#Kontaktformular label#label-abreise {
	width:60px;
	margin: 0 0 0 30px;
}

form#Kontaktformular input#Abreise{
	width:107px;
}




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



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



/* ---------- The error message - make it huge and hard to miss! :) ---------- */
p#fehlermeldung {
	background:#D0D0D0;
	border:1px solid #ccc;
	display:none;
	margin:20px 0 15px 0;
	padding:20px;
	width:504px;
}

p#fehlermeldung-en {
	background:#D0D0D0;
	border:1px solid #ccc;
	display:none;
	margin:20px 0 15px 0;
	padding:20px;
	width:504px;
}



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

