/* CSS Document für Hischier Weine, Formulare */

/* +++ Allgemeine Formattierungen +++ */
.formularzeile {
  padding-bottom: 3px;
  padding-bottom: 5px;
}

/* INPUT */
.eingabeinput {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	text-align: left;
	padding-left: 3px;
}

.eingabeinputpflicht {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	text-align: left;
	padding-left: 3px;
}

.eingabeinputpflichtfehler, eingabeinputfehler {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #ff0000;
	text-align: left;
	padding-left: 3px;
}

/* PASSWORT */
.eingabepassword {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	color: #555;
	text-align: left;
	padding-left: 3px;
}

.eingabepasswordpflicht {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	text-align: left;
	padding-left: 3px;
}

.eingabepasswordpflichtfehler, eingabepasswordfehler {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #AC0730;
	text-align: left;
	padding-left: 3px;
}

/* SELECTBOX */
.eingabeselectbox {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	text-align: left;
}

.eingabeselectboxpflicht {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	text-align: left;
}

.eingabeselectboxpflichtfehler {
	width: 250px;
	height: 18px;
	background-color: #E7E7E7;
	border: solid 1px #ff0000;
	text-align: left;
}

/* TEXTAREA */
.eingabetextarea {
	width: 250px;
	height: 80px;
	padding-left: 3px;
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.eingabetextareapflicht {
	width: 250px;
	height: 80px;
	padding-left: 3px;
	/* margin-bottom: 10px; */
	background-color: #E7E7E7;
	border: solid 1px #5E4133;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.eingabetextareapflichtfehler, .eingabetextareafehler {
	width: 250px;
	height: 80px;
	padding-left: 3px;
	/* margin-bottom: 10px; */
	background-color: #E7E7E7;
	border: solid 1px #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* CHECKBOX */
.eingabecheckbox {
	border: solid 1px #5E4133;
	margin-left: 0px;
	width: 16px;
	height: 16px;
}

.eingabecheckboxpflicht {
	border: solid 1px #5E4133;
	margin-left: 0px;
	width: 16px;
	height: 16px;
}

.eingabecheckboxpflichtfehler {
	background-color: #E7E7E7;
	border: solid 1px #AC0730;
	margin-left: 0px;
	width: 16px;
	height: 16px;
}

/* RADIOBUTTON */
.eingaberadio  {
	width: 15px;
	border: solid 1px #5E4133;
	padding-left: 0px;
	margin-left: 0px;
}

.eingaberadiopflicht {
	width: 15px;
	border: solid 1px #5E4133;
	padding-left: 0px;
	margin-left: 0px;	
}

.eingaberadioflichtfehler {
	background-color: #E7E7E7;
	width: 15px;
	border: solid 1px #5E4133;
	padding-left: 0px;
	margin-left: 0px;	
}

/* TEXTE */
.eingabefeldbezeichnung {
	/* font-weight: bold; */
	/* text-align: right; */
}

.eingabefeldbeschreibung {
    font-size: 9px;
	line-height: 12px;
	color: #555;
	font-weight: normal;
	text-align: right;
}

.eingabefeldbezeichnungpflicht {
	font-weight: bold;
	/* text-align: right; */
}

