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


form#Anmeldung { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	width:280px;
	margin: 5px 0 0 5px;
}
* html form#Anmeldung { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	width:280px;
	/*margin: -15px 0 0 0;*/
}

/** html form#Anmeldung {
	padding: 10px 5px 20px 0;
}*/

form#Anmeldung label, form#Anmeldung input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:135px;
	/*padding:1px;*/
	margin: 1px 0 0 0;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}
*html form#Anmeldung label, form#Anmeldung input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:135px;
	margin: 0 0 0 0;

}


form#Anmeldung input {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	padding: 1px 0 0 0;
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	border: 1px solid #fff;
}

form#Anmeldung input:focus {		/* Stile für aktivierte Formularfelder */
	background-color: #fff;	
}

form#Anmeldung label {							/* Feldbeschriftungen */
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;			
	width:10px;						
	padding:10px 0 0 0;			
}

form#Anmeldung legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 0 0 0;
	color:#eeeeee;
}

* html form#Anmeldung legend {
	margin:0 0 0 0 ;
}

form#Anmeldung legend a {
	font-size: 11px;
	font-weight:normal;
}

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

form#Anmeldung input#abschicken, form#Anmeldung input#submit {					/* Gestaltung des Submit-Buttons */
	margin: 1px 0 0 3px;
	width:60px !important;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 1px 0;
	background:#fff;
	color:#666;
	border:1px solid #fff;
	cursor:pointer;
}

form#Anmeldung fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear:both;
	padding:0 0 0 20px;
}

* html form#Anmeldung fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons (IE) */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: -23px 0 0 90px;
}

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

* html form#Anmeldung input.radio {			/* Für die Radio-Buttons im IE ein etwas anderer Abstand... */
	
}

form#Anmeldung label.radio {					/* Beschriftungen für Radio-Buttons */
	width:auto;
	padding:0 0 0 0;
}


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

.error {							/* Stil für die Gestaltung der als fehlerhaft markierten Felder */
	color:#f00;
	font-weight:bold;
	font-style:normal;
}

div#meldung {					/* Newsletter-Systemmeldungen */
	background:#eee;
	border:1px solid #ccc;
	padding:10px;
	margin:20px 0 10px 0;
	width:300px;
}

div#meldung ul {				/* Formatierung der Liste für Systemmeldungen */
	list-style-type:square;
	padding:5px 0 0 20px;
	width:100%;
}



/* Die folgenden Angaben bitte nicht verändern! */
form#Anmeldung  br {
	clear:left;
}

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