input, textarea, select{
	border:1px solid #9D461A;
	padding:4px;
	margin:0 3px 3px 3px;
	background-color:#F0F0F0;
	width:300px;
	font-size:10px;
	color:#70898D;
	font-size:10px;
	height:12px;
}
input:focus{
	background-color:#fff;
}
select{
	width:259px;
}
select option{
	padding:2px;	
}
select option:hover{
	text-transform:uppercase;
	font-weight:bold;
	background-color:#C80000;
	color:#fff;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	height:200px;
}
input.submit{
	width:100px;
	height:32px;
	border:none;
	margin-left:310px;
	background-color:transparent;
}
.formbody .headline p{
	font-weight:bold;
	color: #66B8E3;	
}
input.text.mandatory.error{
	border:1px solid #C80000;
	background-color:#FFD5D5;
}
p.error{
	display:none;	
}
.captcha_text{
	float:left;	
	margin-left:200px;
}
label{
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	padding-right: 15px;
}
span.invisible{
	visibility:hidden;
	width:0;
	height:0;
}
span.captcha_text{
	font-size:11px;
	position:relative;
	left:-195px;
	width:300px;
}
label{
	font-size:11px;	
}
label.mandatory{
	font-weight:bold;
}
.login_info{
	height:0;
	width:0;
	font-size:0px;
	line-height:0px;
	visibility:hidden;
}
.kontaktbox{
	margin-left:220px;	
	margin-bottom:25px;
}

