input, textarea, select{
	border:1px solid #A9A697;
	padding:4px;
	margin:0 3px 3px 3px;
	background-color:#fff;
	width:200px;
	font-size:10px;
	color:#5E4F44;
}
input:focus{
	background-color:#fff;
}
select{
	width:210px;
}
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;
}
input.submit{
	border:none;
	width:135px;
	height:22px;
	margin:15px 0 0 0;
	border:none;
	padding:0;
}
input.text.mandatory.error{
	border:1px solid #C80000;
	background-color:#FFD5D5;
}
.divider{
	width: 350px;
	height: 1px;
	margin:5px 50px 5px 100px;
	border:none;
	background-color:transparent;
}
p.error{
	display:none;	
}
.captcha_text{
	float:left;	
	margin-left:200px;
}
label{
	display: block;
	width: 200px;
	text-align: left;
	padding-right: 15px;
}
.invisible{
	width:0;
	height:0;
	display:none;
}
span.captcha_text{
	font-size:11px;
	position:relative;
	left:-195px;
	width:300px;
}
label{
	font-size:11px;	
}
label.mandatory{
	margin-left:0px;
	padding-left:0px;
}
.login_info{
	height:0;
	width:0;
	font-size:0px;
	line-height:0px;
	visibility:hidden;
}
#f1 input{
	background-color:#f2f2f2;
	border:none;
	border-bottom:1px solid #ce8a90;
	width:150px;
}
#f1 input.submit{
	float:right;
	margin-top:-25px;	
}
#ctrl_1{
	margin-left:20px;	
}
#ctrl_2.submit{
	width:22px;
	height:22px;
	border:none;
	margin:0;
	padding:0;
}
input#ctrl_1{
	float:left;
}
input.radio{
	width:15px;	
}
.formbody td{
	padding-bottom:5px;	
}
#suchergebnis .formbody{
	margin-bottom:20px;
}
/*------ SUCHE -------*/
p.header{
	display:none;
}
.mod_search h3 a{
	color:#333;	
}
.mod_search h3{
	padding-bottom:5px;
	margin-bottom:7px;
	border-bottom:1px dotted #333;
}
.mod_search .odd, .mod_search .even{
	padding:10px;
	margin-bottom:5px;
}
.mod_search .even{
	background-color:#f3e1e3;	
}
.mod_search .odd{
	background-color:#faf3f4;	
}
