
/*Formular*/
#kontaktformular{
	margin:15px;
}



/*Zeile Label und Input*/
.form_zeile{
	margin-top:0px;
	/*float:left;*/
}

/*Feldnamen*/

/*div um das Label*/
.form_text{
	width:110px;

}

label{

	padding:0px;
	margin-top:15px;
	margin-bottom:5px;
	font-size:14px;
	vertical-align:text-bottom;
	font-weight:bold;
	color:#000;
}



/*Eingabe-Felder*/
.textfield, .textfield_gr{
	width:300px;

	color:#F00;
	border:1px solid #999;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-left:20px;
	margin-bottom:10px;
	background-color:#FFF;
}

.textfield{
	height:20px;
}

/*Textfeld Bemerkung*/
.textfield_gr{
	width:300px;
	height:150px;
	overflow:auto;
}


/*Formularbutton*/
div#containerbutton{
	display:block;
	width:120px;
	height:30px;
}

.button{
	background-color:#000;
	margin:10px 0px;
	cursor:pointer;
	color: #FFF;
	width:100px;
	height:30px;
	font-weight:bold;
	border:1px solid #FFF;
}
.button:hover{
	background-color:#FFF;
	border:2px solid #7B899B;
	color: #000;
}

.fussnote{
	display:block;
	margin-top:20px;
	}

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:#999999;
	color:#FFFFFF;
}