.eingabetextarea_widmung {
	width: 225px;
	height: 50px;
	margin-bottom: 10px;
	background-color: #D5CAB8;
	border: solid 1px #660033;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 12px;
}

.eingabeselectbox_anzahl {
	width: 50px;
	height: 15px;
	background-color: #D5CAB8;
	border: solid 1px #660033;
	color: #000000;
	text-align: left;
}

.eingabecheckbox {
  width: 20px;
  height: 20px;
  border: solid 1px #660033;
}

.formularzeile {
  padding-bottom: 10px;
}








.eingabefeldbezeichnung {
	color: #660033;
	font-weight: bold;
}

.eingabefeldbeschreibung {
    font-size: 9px;
	line-height: 12px;
	color: #660033;
	font-weight: normal;
}
.eingabefeldbezeichnungpflicht {
	color: #B00000;
	font-weight: bold;
}

.eingabeinput, {
	width: 225px;
	height: 18px;
	/* margin-bottom: 10px; */
	background-color: #D5CAB8;
	border: solid 1px #660033;
	color: #660033;
	text-align: left;
}

.eingabeinputpflicht, {
	width: 225px;
	height: 18px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #B00000;
	text-align: left;
}
.eingabeinputpflichtfehler, .eingabeinputfehler, {
	width: 225px;
	height: 18px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #B00000;
	text-align: left;
}

.eingabeselectbox {
	width: 225px;
	height: 18px;
	background-color: #D5CAB8;
	border: solid 1px #660033;
	color: #660033;
	text-align: left;
}



.eingabeselectboxpflicht {
	width: 225px;
	height: 18px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #B00000;
	text-align: left;
}

.eingabeselectboxpflichtfehler {
	width: 225px;
	height: 18px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #B00000;
	text-align: left;
}
.eingabeselectboxmultiple {
	width: 225px;
	height: 70px;
	margin-bottom: 10px;
	background-color: #D5CAB8;
	border: solid 1px #660033;
	color: #660033;
	text-align: left;
}

.eingabecheckboxpflicht {
	border: solid 1px #B00000;
}
.eingabecheckboxpflichtfehler {
	background-color: #D5CAB8;
	border: solid 1px #B00000;
}

.eingaberadiobuttonpflicht {
	border: solid 1px #760000;
}
.eingaberadiobuttonpflichtfehler {
	background-color: #D5CAB8;
	border: solid 1px #B00000;
}

.eingabetextarea {
	width: 225px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #D5CAB8;
	border: solid 1px #660033;
	color: #660033;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 12px;
}



.eingabetextareapflicht {
	width: 225px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #B00000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 12px;
}
.eingabetextareapflichtfehler {
	width: 225px;
	height: 100px;
	margin-bottom: 10px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #B00000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva;
	font-size: 12px;
}

.submit
{
	width: 150px;
	height: 20px;
	margin-bottom: 10px;
	background-color: #D5CAB8;
	border: solid 1px #B00000;
	color: #000000;	
	border-style:dashed;
}

