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

/* ---------- Shared styles for labels and input fields  ---------- */
form.newsletter label, form.newsletter input {		/* Allgemeine Stile fr Labels und Formularfelder */
	color:#000;
	font-size: 11px;
	margin:0 0 10px 0;
	padding:2px;
	width:140px;

	/* ---- 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 {
border:1px solid #ccc;
height:16px;
left:15px;
margin:0 0 5px;
padding:5px 6px;
position:relative;
top:-2px;
width:136px;
}


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


/* ---------- Label styles ---------- */
form.newsletter label {
background:#e7e7e7 none repeat scroll 0 0;
color:#3a3a3a;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0 0 5px;
padding:0 0 0 8px;
text-transform:uppercase;
width:90px;				
}


/* ---------- 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;
	padding: 0;
	margin: 0;
}

/* ---------- Submit button ---------- */
form.newsletter input#eintragen, form.newsletter input#austragen, form.newsletter input#abschicken {
border:medium none;
background-color: #294273;
background-image: none;
cursor:pointer;
clear:both;
height: auto;
color: #fff;
float:none;
font-weight: bold;
margin:9px 0 0 99px;
padding: 4px;
width:149px !important;
}



/* ---- 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:#4968a4;
}




/* ---------- Radio buttons ---------- */
form.newsletter input.radio {
background:transparent none repeat scroll 0 0;
border:medium none;
margin-top:2px;
width:20px;
}

form.newsletter label.radio {

}

form.newsletter label.radio-small {
	width:43px;
	font-variant: normal;
	font-style: normal;
	font-size: 11px;
	background-color: #fff;
	text-transform: none;
	padding: 0px 0px 0px 14px;
	margin: 0px;
}




/* ---------- 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/required.gif) top right no-repeat;
	background-color: #e7e7e7;
}


/* ---------- 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:#fff;
	border:1px solid #ccc;
	margin:0 0 15px 0;
	padding:20px;
	width:300px;
}



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

