/* Formular */
input, select, textarea
   {
	color:#000000;
	font-size:12px;
	font-family:"Courier New", Courier, mono;
	font-weight:normal;
	border: none;

}
 .Feld
   {
	width:206px;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	border: none;

}
.FeldMehrzeilig {
	width:206px;
	height: 104px;
	padding-top: 3px;
	padding-left: 5px;
	border: none;
}
.FeldRed {
	width:206px;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	border: none;
	background-color: #FF5555;

}

