.required {
	color: #FF0000;
}
.field_title {
clear: both;	
font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:left;
}
.textfield {
	font-size: 12px;
	width: 200px;
background-color: #FF0000;}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
        padding-bottom: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

/* WB-Kontaktformular */
.main-content form {width:668px; margin:2.0em 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.main-content form .textarea {width:500px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.main-content form input {float:left; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.main-content form input:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
.main-content form input.textfield  ,.main-content form input.email  {width:275px; padding:2px; border:solid 1px rgb(200,200,200); color:rgb(80,80,80); text-align:left; font-family:verdana,arial,sans-serif; font-size:110%; background:#ffffff;}


