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


form#Bestellung { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
	margin:0;
	padding:0;
}

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

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



form#Bestellung input, form#Bestellung textarea {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #b3b3b3;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	font-size:12px;
	color:#4d4d4d;
}

form#Bestellung textarea {						/* Seperate Angaben für die Textarea, falls benötigt */
	height:150px;
}

form#Bestellung input:focus, form#Bestellung textarea:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #808080;	
}

form#Bestellung label {							/* Feldbeschriftungen */
	text-align:right;				
	width:275px;						
	padding:0 15px 0 0;			
}

form#Bestellung legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */

	/* Hiermit werden die Überschriften nicht angezeigt.
	Falls gewünscht entfernen, um die Anzeige zu ermöglichen */
	display:none;
}

form#Bestellung fieldset {						/* Formularabschnitte */
	border:none;
	padding:0 0 0 20px;
}

form#Bestellung input#submit {				/* Gestaltung des Submit-Buttons */
	width:204px;
	padding:5px;
	background:url(../images/bg.jpg) -300px -10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	border:none;
	margin: 0 0 0 155px;
}



*html form#Bestellung input#submit {				/* Gestaltung des Submit-Buttons */
	width:204px;
	padding:5px;
	background:url(../images/bg.jpg) -300px -10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	border:none;
	margin: 0 0 0 78px;
}


form#Bestellung fieldset#submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	width:120px;
	height:25px;
	padding:0 0 0 140px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	clear:both;
}

form#Bestellung fieldset#adresse {			/* Formularabschnitt mit den Adressdaten */
	margin:0 10px 0 0;
}

form#Bestellung label#label-telefon {			/* Veränderte Größe für das Telefon-Label */
	width:55px;
}

form#Bestellung input#Telefon {				/* Veränderte Größe für das Telefon-Feld */
	width:100px;
}

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

* html form#Bestellung input.radio {			/* Für die Radio-Buttons im IE ein etwas anderer Abstand... */
	margin-top:2px;
}

form#Bestellung label.radio {					/* Beschriftungen für Radio-Buttons */
	width:60px;
	text-align:left;
}

form#Bestellung input.checkbox {					/* Anpassungen für Checkboxen - diese müssen die Angabe class="radio" erhalten! */
	width:20px;
	margin-top:5px;
	border:none;
	background:transparent;
}

* html form#Bestellung input.checkbox {			/* Für die Checkboxen im IE ein etwas anderer Abstand... */
	margin-top:2px;
}

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

.error {								/* Stil für die Gestaltung der als fehlerhaft markierten Felder */
	color:#5296b8 !important;
	font-weight:bold !important;
}

p#fehlermeldung {			/* Die Fehlermeldung */
	display:none;
	padding:0px;
	margin-bottom:0px;
}



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

form#Bestellung input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}
form#Bestellung input[type2=hidden] {
	display:none;
	border:0;
	padding:0;
}

.anzeigen{
	font-size:1px;
	color:#c4dce8;
	
}

.breite90 {width:90px;}


.abstand{
	margin: 0 0 50px 0;
}

form#Bestellung td, form#Bestellung th {
		border-bottom:1px solid #97c0d4;
		text-align:center;
		padding:2px 4px;}
		
th{
	font-weight: normal;
}	

.rechts{
	margin: 0 0 0 10px;
}

.wertcode{
	width:30px !important;

}
form#Bestellung input[type=hidden] {
	display:none;
	border:0;
	padding:0;
	width: 25px;
}


