/* -------------- 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:250px;
	padding:0 20px 0 20px;
	*padding:8px 20px 0 20px;
	background:transparent;
}

* html form#Anmeldung {
	padding:5px 20px 0 20px;
	width:240px;
}

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

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

form#Anmeldung input {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:2px solid #b8d96f;
	background:transparent;
	font: 11px Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #5b5b5b;	
	width: 155px;
	margin-bottom: 5px;
	z-index: 1;
}

form#Anmeldung input:focus {		/* Stile für aktivierte Formularfelder */
	border:2px solid #96c42e;	
}

form#Anmeldung label {							/* Feldbeschriftungen */
	text-align:right;				
	width: 40px;						
	padding:0 10px 0 0;			
}

form#Anmeldung legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */
	font-weight:bold;
	margin:0 0 10px 0;
	color:#5b5b5b;
}

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

form#Anmeldung legend a {
	font-weight:normal;

}

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



form#Anmeldung input#abschicken, form#Anmeldung input#submit {					/* Gestaltung des Submit-Buttons */	width:80px !important;
	padding: 0 0 1px 0 !important;
	*padding: 1px 0 1px 0 !important;
	margin:0 0 0 0 !important;
	height: 19px;
	background: #96c42e;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	border: none !important;
	text-decoration: none !important;
	
}

form#Anmeldung fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	height:25px;
	padding:0 0 0 0;
	margin: -24px 0 0 170px;
	*margin: -24px 0 0 85px;
	z-index: 2;
}

* html form#Anmeldung fieldset.submitbox {			/* Element zur Ausrichtung des Submit-Buttons (IE) */
	padding:0 0 0 0;
	margin: -24px 0 0 85px;
	z-index: 2;
}

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


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 !important;
	font-weight: strong !important;
}

div#meldung {					/* Newsletter-Systemmeldungen */
	padding:0;
	margin:20px 0 10px 0;
	width:395px;
}

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

