@charset "utf-8";
/* -------------- Newsletter 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:0 0 0 0;
}

/* ---------- Shared styles for labels and input fields  ---------- */
form.newsletter label, form.newsletter input {		/* Allgemeine Stile fr Labels und Formularfelder */
	font:inherit;
	color:inherit;
	margin:10px 5px 0 0;
	padding:2px;
	width:280px;
	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}


/* ---------- Special styles for input fields only ---------- */
form.newsletter input {
	background:#DBB481 none repeat scroll 0 0;
	border:1px solid #EFE7C6;
	color:#000;
}

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


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


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

/* ---------- Fieldsets can be made visible by removing the default style here ---------- */
form.newsletter fieldset {
	border:2px solid #4D0F10;
	margin-top:10px;
	padding:10px 0 10px 20px;
}

form.newsletter fieldset.daten {						/* Formularabschnitte */
	border:1px solid #ccc;
	padding:0 0 10px 20px;
	margin-bottom:10px;
}


/* ---------- Submit button ---------- */
form.newsletter input#eintragen, form.newsletter input#austragen, form.newsletter input#abschicken, form.newsletter input#reset1, form.newsletter input#reset2 {
	background:#CCAC69 none repeat scroll 0 0;
	border:1px solid #EFE7C6;
	color:#000000;
	cursor:pointer;
	font-size:11px;
	margin:10px 5px 0 140px;
	padding:5px;
	width:286px;
	text-align:center;
}

form.newsletter fieldset.submitbox {
	padding:0 0 10px 160px;	
	margin-top:20px;
	clear:both;
}


/* ---- Won't show in IE6 - but why should everyone else miss all the fun? ---- */
form.newsletter input#eintragen:hover, form.newsletter input#austragen:hover, form.newsletter input#abschicken:hover, form.newsletter input#reset1:hover, form.newsletter input#reset2:hover {
	background:#F7E9BB;
}




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

form.newsletter label.radio {
	width:120px;
}

form.newsletter label.radio-small {
	padding:0 50px 0 0;
	width:65px;
}




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

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



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


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


/* ---------- The error message - make it huge and hard to miss! :) ---------- */
div#meldung {
	background:#531213 none repeat scroll 0 0;
	border:1px solid #DBB481;
	margin:20px 0 10px;
	padding:10px;
}



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

