@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: 10px 0 10px 0;}


/* ---------- Special styles for input fields only ---------- */
form.newsletter input#email-quick {width:180px; line-height: 30px; height:30px; background:url(../images/design/sidebar/newsletter-input.png) no-repeat left; margin: 0 0 10px 0; padding:0 0 0 6px; font-size:0.85em; color: #686765;}

/* ---------- Label styles ---------- */
form.newsletter label {	margin: 0 0 0 5px !important; font-size: 0.85em; color: #686765;}


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

/* ---------- Submit button ---------- */
form.newsletter input#eintragen, form.newsletter input#austragen, form.newsletter input#abschicken {text-indent:-9999px; background:url(../images/design/sidebar/newsletter-submit.png) top left no-repeat; width:186px; height:36px; cursor:pointer; margin: 15px 0 0 0; display:block; line-height:1px; font-size:0.001em;  outline: none;}



/* ---- 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 {
	background:url(../images/design/sidebar/newsletter-submit.png) left -36px no-repeat;  outline: none;
}




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

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

form.newsletter label.radio-small {
	width:85px;
}




/* ---------- 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/newsletter/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:#E2E2E2;
	border:1px solid #ccc;
	margin:30px 0 15px 0;
	padding:15px;
	width:560px;
}

div#meldung ul {list-style:none; margin: 10px 0 0 0;}



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