/* CSS Document für Hischier Weine, Formulare */

/* +++ Allgemeine Formattierungen +++ */
.formularzeile {
  padding-bottom: 10px;
}

/* INPUT */
.eingabeinput {
	width: 300px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.eingabeinputpflicht {
	width: 300px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.eingabeinputpflichtfehler, eingabeinputfehler {
	width: 300px;
	height: 20px;
	background-color: #E7C9C9;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

/* PASSWORT */
.eingabepassword {
	width: 300px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.eingabepasswordpflicht {
	width: 300px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.eingabepasswordpflichtfehler, eingabepasswordfehler {
	width: 300px;
	height: 20px;
	background-color: #E7C9C9;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

/* SELECTBOX */
.eingabeselectbox {
	width: 300px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
}

.eingabeselectboxpflicht {
	width: 300px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
}

.eingabeselectboxpflichtfehler {
	width: 300px;
	height: 20px;
	background-color: #E7C9C9;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
}

/* TEXTAREA */
.eingabetextarea {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
}

.eingabetextareapflicht {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
}

.eingabetextareapflichtfehler {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	color: #555;
	text-align: left;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
}

/* CHECKBOX */
.eingabecheckbox {
	border: solid 1px #555;
	margin-left: 0px;
}

.eingabecheckboxpflicht {
	border: solid 1px #AC0730;
	margin-left: 0px;
}

.eingabecheckboxpflichtfehler {
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	margin-left: 0px;
}

/* RADIOBUTTON */
.eingaberadio´ {
	width: 15px;
	border: solid 1px #555;
	padding-left: 0px;
	margin-left: 0px;
}

.eingaberadiopflicht {
	border: solid 1px #AC0730;
	width: 15px;
	border: solid 1px #555;
	padding-left: 0px;
	margin-left: 0px;	
}

.eingaberadioflichtfehler {
	background-color: #E7C9C9;
	border: solid 1px #555;
	width: 15px;
	border: solid 1px #555;
	padding-left: 0px;
	margin-left: 0px;	
}



/* TEXTE */
.eingabefeldbezeichnung {
	color: #555;
	font-weight: bold;
}

.eingabefeldbeschreibung {
    font-size: 9px;
	line-height: 12px;
	color: #555;
	font-weight: normal;
}

.eingabefeldbezeichnungpflicht {
	color: #AC0730;
	font-weight: bold;
}



/* +++ SONDERFELDER */
.infobox1 {
	width: 160px;
	height: 18px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.infobox2 {
	width: 180px;
	height: 18px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.eingabeselectboxmultiple {
	width: 300px;
	height: 70px;
	margin-bottom: 10px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: left;
}

.eingabeinputvonbis {
	width: 65px;
	height: 18px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: right;
}

.eingabeinputvonbispflicht {
	width: 65px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #AC0730;
	color: #555;
	text-align: right;
}

.eingabeinputvonbisfehler {
	width: 65px;
	height: 20px;
	background-color: #E7C9C9;
	border: solid 1px #555;
	color: #555;
	text-align: right;
}

.eingabefeldartikennummer {
	width: 190px;
	height: 20px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: right;
}

.eingabefeldartikennummerfehler {
	width: 190px;
	height: 20px;
	background-color: #E7C9C9;
	border: solid 1px #AC0730;
	color: #555;
	text-align: right;
}

.eingabefeldanzahl {
	width: 25px;
	height: 18px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: right;
	padding-right: 3px;
}

.eingabefeldanzahlfehler {
	width: 25px;
	height: 18px;
	background-color: #EFEFED;
	border: solid 1px #555;
	color: #555;
	text-align: right;
}

.eingabefeldanzahlwarenkorb {
	width: 25px;
	height: 18px;
	background-color: #EFEFED;
	border: solid 1px #555;
	text-align: right;
}

.eingabeselectboxadresse {
	width: 459px;
	height: 20px;
	background-color: #F4F4F4;
	border: solid 1px #555;
	color: #555;
	text-align: left;
}