/* -------------- Kontaktformular-CSS -------------
##### Dies ist nur ein Beispiel - die Angaben k&ouml;nnen bis auf wenige Ausnahmen beliebig angepasst werden ####
*/


form#Schnellanmeldung { 	/* Gestaltung des Formulars - Breite und Abst&auml;nde z. B. */
	margin:0 0 0 32px;
	padding:0;
	width:233px;
	border:none;
}

* html form#Schnellanmeldung {
	padding:10px 5px 20px 10px;
}

form#Schnellanmeldung label, form#Schnellanmeldung input {		/* Allgemeine Stile f&auml;r Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:120px;
	margin:0px 5px 0 0;
	padding:1px;
	font-size:0.8em;

/* Diese beiden Angaben bitte nicht ver&auml;ndern: */
	display:block;
	float:left;
}

form#Schnellanmeldung input.nl-mail {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	/*display:block;*/
	width:212px;
	height:25px;
	border:none;
	padding:8px 0 0 10px;
	background:url(../images/newsletter-light-input.jpg) 0 0 no-repeat;
	color:#fff;
}

form#Schnellanmeldung input:focus {		/* Stile f&auml;r aktivierte Formularfelder */
	color:#fff477;
}

form#Schnellanmeldung label {							/* Feldbeschriftungen */
	text-align:right;				
	width:40px;						
	padding:0 15px 0 0;	
	display:none;		
}

form#Schnellanmeldung legend {							/* Stile f&auml;r die Überschriften der Formularabschnitte ("fieldset") */
	display:none;
}

* html form#Schnellanmeldung legend {
	margin:0 0 5px -5px;
}

form#Schnellanmeldung legend a {
	font-size:0.8em;
	font-weight:normal;
}

form#Schnellanmeldung fieldset {						/* Formularabschnitte */
	border:none;
}



form#Schnellanmeldung input#abschicken, form#Schnellanmeldung input#submitnl {					/* Gestaltung des Submit-Buttons */
	width:83px !important;
	height:32px;
	padding:0 0 5px 0;
	margin:0;
	background:#200000 url(../images/newsletter-light-submit.jpg) 0 0 no-repeat;
	color:#e1a353;
	font-weight:normal;
	cursor:pointer;
	border:none;
}

form#Schnellanmeldung input#abschicken, form#Schnellanmeldung input#submit:hover {					/* Gestaltung des Submit-Buttons */
	color:#fff;
}

form#Schnellanmeldung fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	height:25px;
	clear:both;
	padding:10px 0 0 0;
}

* html form#Schnellanmeldung fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons (IE) */
	padding:0 0 0 60px;
}

form#Schnellanmeldung input.radio {					/* Anpassungen f&auml;r Radio-Buttons - diese m&auml;ssen die Angabe class="radio" erhalten! */
	width:20px;
	border:none;
	margin:0 0 3px 0;
	background:transparent;
}

* html form#Schnellanmeldung input.radio {			/* F&auml;r die Radio-Buttons im IE ein etwas anderer Abstand... */
	
}

form#Schnellanmeldung label.radio {					/* Beschriftungen f&auml;r Radio-Buttons */
	width:auto;
	padding:0 0 0 60px;
}


form#Schnellanmeldung label.required {				/* Klasse zur Kennzeichnung von Pflichtfeldern */
	background:url(../images/required.png) top right no-repeat;	
}




/* Die folgenden Angaben bitte nicht ver&auml;ndern! */
form#Schnellanmeldung  br {
	clear:left;
}

form#Schnellanmeldung input[type=hidden] {
	border:0;
	padding:0;
}
