#Formular {
	width:100%;
}
.frmZeile {
	width:100%;
	margin-bottom:1px;
}
.frmBeschriftung {
	float:left;
	width:100px;
}
.frmInput {
	float:left;
	width:250px;
	margin-left:0px;
}
input.Eingabe {
	width:245px;
	border:1px solid #CCCCCC;
	background-color:#9D9D9D;
}
input.EingabeFocus {
	width:245px;
	border:1px solid #EB6909;
	background-color:#B4B4B6;
}
input.EingabePlz {
	width:40px;
    border:1px solid #CCCCCC;
	background-color:#9D9D9D;
}
input.EingabePlzFocus {
	width:40px;
	border:1px solid #EB6909;
	background-color:#B4B4B6;
}
input.EingabeOrt {
	width:203px;
	border:1px solid #CCCCCC;
	background-color:#9D9D9D;
}
input.EingabeOrtFocus {
	width:203px;
	border:1px solid #EB6909;
	background-color:#B4B4B6;
}
select.normal {
	width:80px;
	border:1px solid #CCCCCC;
	background-color:#9D9D9D;
}
select.focus{
	width:80px;
	border:1px solid #EB6909;
	background-color:#B4B4B6;
}
textarea.normal {
	width:245px;
	height:120px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	border:1px solid #CCCCCC;
	background-color:#9D9D9D;
}
textarea.focus{
	width:245px;
	height:120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	border:1px solid #EB6909;
	background-color:#B4B4B6;
}
input.check {
	border:1px solid #CCCCCC;
	backgroundcolor:#FFFFFF;	
}
input.checkFocus {
	border:1px solid #EA7300;
	backgroundcolor:#DFDFDF;	
}
input.button {
	border:1px solid #CCCCCC;
	background-color:#9D9D9D;
}
input.buttonFocus {
	border:1px solid #EB6909;
	background-color:#B4B4B6;	
}