.formularzeile {
  padding-bottom: 10px;
}

.eingabefeldbezeichnung {
	color: #bbbbbb;
	font-weight: bold;
}

.eingabefeldbeschreibung {
    font-size: 9px;
	line-height: 12px;
	color: #bbbbbb;
	font-weight: normal;
}
.eingabefeldbezeichnungpflicht {
	color: #000000;
	font-weight: bold;
}


.eingabeinput {
	width: 225px;
	height: 18px;
	/* margin-bottom: 10px; */
	background-color: #ffffff;
	border: solid 1px #BBBBBB;
	color: #bbbbbb;
	text-align: left;
}

.eingabeinputpflicht {
	width: 225px;
	height: 18px;
	background-color: #ffffff;
	border: solid 1px #BBBBBB;
	color: #000000;
	text-align: left;
}
.eingabeinputpflichtfehler, .eingabeinputfehler {
	width: 225px;
	height: 18px;
	background-color: #ffffff;
	border: solid 1px #B02B1A;
	color: #000000;
	text-align: left;
}

.eingabeselectbox {
	width: 225px;
	height: 18px;
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	color: #bbbbbb;
	text-align: left;
}

.eingabeselectboxpflicht {
	width: 225px;
	height: 18px;
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	color: #000000;
	text-align: left;
}

.eingabeselectboxpflichtfehler {
	width: 225px;
	height: 18px;
	background-color: #ffffff;
	border: solid 1px #B02B1A;
	color: #000000;
	text-align: left;
}

.eingabetextarea {
	width: 225px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 14px;
}

.eingabetextareapflicht {
	width: 225px;
	height: 100px;
	/* margin-bottom: 10px; */
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 14px;
}

.eingabetextareapflichtfehler {
	width: 225px;
	height: 100px;
	/* margin-bottom: 10px; */
	background-color: #ffffff;
	border: solid 1px #B02B1A;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 14px;
}

