
/*Formular*/
.form_elemente{
	margin-top:20px;
}
div#formblock{
	width:510px;
	height:170px;
}
/**/
div#block01{
	float:left;
	width:230px;
}

div#block02{
	float:left;
	width:230px;
}

div#block03{
	clear:both;
	width:390px;
	height:80px;
}

/*Zeile Label und Input*/
.form_zeile{
	margin-top:0px;
	/*float:left;*/
}

/*Feldnamen*/

/*div um das Label*/
.form_text{
	width:100px;
	float:right;
}

label{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	font-size:1em;
	vertical-align:text-bottom;
	font-weight:bold;
	color:#000000;
}



/*Eingabe-Felder*/
.textfield, .textfield_gr{
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border:2px solid #867C60;
	font-size:12px;
	padding-top:0px;
	padding-left:0px;
	font-weight:normal;
	margin-bottom:2px;
}

.textfield{
	height:15px;	
}

/*Textfeld Bemerkung*/
.textfield_gr{
float:left;
	width:350px;
	height:50px;
	overflow:auto;
}

div#block03{
			
clear:both;
height:55px;
width:460px;}

/*Beschriftung Bemerkung*/
div#block03 .form_zeile .form_text label{

height:30px;
margin:10px 0px;
padding:0px;
}


/*Formularbutton*/
div#containerbutton{
	width:120px;
	height:30px;
}

.button{
	background-color:#B0AA97;
	margin:10px 0px;
	margin-bottom:0px;
	cursor:pointer;
	color: #000000;
	width:100px;
	font-weight:bold;
	border:2px solid #867C60;
}
.button:hover{
	background-color:#867C60;
	border:2px solid #B0AA97;
	color: #FFFFFF;
}

div#fehlerausbabe{
	width:330px;
}

.fehler{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:320px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
span.txtok{
	line-height:20px;
	color:#FFFFFF;
	padding: 2px 5px;
	background-color:#B0AA97;
}

span.txtfehler{
	line-height:20px;
	padding: 2px 5px;
	background-color:#FF0000;
	color:#FFFFFF;
}

div#adressfeld{
	width:200px;
}
