@charset "utf-8";

/* -------------- Contact form CSS -------------
##### Change these styles at whim to match your own site layout and look #### */

form#Kontaktformular p.legend {
	border-bottom:1px solid #cdcdcd;
   font-size:14px;
   color:#873330;
   padding-bottom:5px;
}

form#Kontaktformular .display-none {
	display:none;
}

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


/* ---------- Shared styles for labels, input fields, textareas, select lists  ---------- */
form#Kontaktformular label, form#Kontaktformular input, form#Kontaktformular textarea, form#Kontaktformular select {	
	color:#281a02;
	font: 1em Arial, Helvetica, sans-serif;
	margin:0 0 9px 0;
	padding:2px;
	width:139px;
	height: 12px;

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

form#Kontaktformular #kontakt-anreise, form#Kontaktformular #kontakt-abreise {
	width: 115px;
	margin: 0 8px 9px 0;
}


/* ---------- Special styles for input fields, select lists and textareas only ---------- */
form#Kontaktformular input, form#Kontaktformular textarea , form#Kontaktformular select {
	background: url(../images/form-hg.png) repeat-x #fcfcfc;
	border:1px solid #506304;
	color: #281a02;
}
form#Kontaktformular input:hover, form#Kontaktformular textarea:hover {
	border: 1px solid #000;
}

form#Kontaktformular textarea {
	height:104px;
	width: 264px;
	overflow: auto;
	margin: 0 0 0 0;
}

/* ---------- Label styles ---------- */
form#Kontaktformular label {
	padding:2px 10px 2px 0;		
	width:118px;
}

form#Kontaktformular label#label-nachricht {
	width: 122px;
}

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

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



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

form#Kontaktformular label.checkbox {	

}


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

/* ---------- Submit button ---------- */
form#Kontaktformular fieldset.submitbox {
	padding: 10px 0 0 0;
}
form#Kontaktformular input#submit {
	background: url(../images/bg-submit.png) repeat-x 0 0;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	height:28px;
	padding:0 0 3px;
	position:relative;
	text-align:left;
	text-decoration:none;
	text-align: center;
	font-size:1.33em;
	line-height: 1em;
	width:272px;
}
/* ---------- Remove the following styles if you don't need the field "Rueckruf" ---------- */


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



/* ---------- On user errors, required labels are style with these ---------- */
.error {
	color:#afbf2e !important;
	padding: 0 3px;
}



/* ---------- The error message - make it huge and hard to miss! :) ---------- */
p#fehlermeldung {
	background:#fff;
	border:1px solid #9d4852;
	display:none;
	margin:10px 0 15px 0;
	padding:12px;
	color: #000;
	width: 245px;
}

p#fehlermeldung a {
	text-decoration: underline;
}

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