@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.newsletter {
	margin:0 0 20px 0;
	padding:0px 0 0px 0px;
}


/* ---------- Shared styles for labels, input fields, textareas, select lists  ---------- */
form.newsletter label, form.newsletter input, form.newsletter textarea, form.newsletter select {	
	color:#26282a;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:4px 3px;
	width:181px;
	text-align:left;

	/* ---- 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.newsletter input, form.newsletter textarea , form.newsletter select{
	background:#f4f4f4;
	border:1px solid #93979d;
}

form.newsletter textarea {
	height:150px;
}

/* ---------- For better usability, change the look of your form fields when they are focused ---------- */
form.newsletter input:focus, form.newsletter textarea:focus {
	border:1px solid #6a7179;	
}



/* ---------- Label styles ---------- */
form.newsletter label {
	margin-right:5px;
	padding:2px 15px 2px 0;		
	width:77px;						
}


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


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



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

form.newsletter label.radio {
	width:auto;
}



/* ---------- Checkboxes ---------- */
form.newsletter input.checkbox {
	background:transparent;
	border:none;
	width:20px;
}

form.newsletter label.checkbox {	
	width:90px;
}


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





/* ---------- Submit button ---------- */
/*form.newsletter input#submit, */form.newsletter input#eintragen, form.newsletter input#austragen {
	background:none;
	border:none;
	color:#26282a;
	cursor:pointer;
	font-size:14px;
	
	/* Watch out! IE6 will double the left margin if the submit button is floated. To prevent this, provide only half the margin value to IE6. */
	margin:0 0 0 0px;
	
	padding:0px;
	width:auto;
}


/* ---- Won't show in IE6 - but why should everyone else miss all the fun? ---- */
form.newsletter input#submit:hover {
	text-decoration:underline;
}





/* ---------- Remove the following styles if you don't need the field "Rueckruf" ---------- */
form.newsletter label#label-telefon {
	width:50px;
}

form.newsletter label#label-rueckruf {
	width:38px;
}

form.newsletter input#Telefon {
	width:130px;
}





/* ---------- Class for required fields - add colors, an image, or whatever you wish ---------- */
form.newsletter label.required {
	background:url(../images/bg-button.jpg) center right no-repeat;	
}



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



/* ---------- The error message - make it huge and hard to miss! :) ---------- */
p#fehlermeldung {
	background:#f4f4f4;
	border:1px solid #6a7179;
	display:none;
	margin:0 0 15px 0;
	padding:20px;
	position:absolute;
	width:300px;
	z-index:999;
}



/* ---------- Since by default labels and form fields are floated, the cleared br elements are required to keep them all in place ---------- */
form.newsletter 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.newsletter fieldset.hidden, form.newsletter input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}
