/* default styles for forms*/
.error {
	border: solid 1px #CCCCCC;
	background: transparent;
}
.errorindicator{float:left;width:15px;}
.errorindicatorOff{float:left;width:0px;}
.errorClear{
}
.errorhead{
	background: #EBECEB;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:15px;
}
.errorhead div{
	margin: 10px 10px 10px 10px;
}
.errorheadComment{
	background: #EBECEB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom:15px;
}
.errorheadComment div{
	margin: 10px 10px 10px 10px;
}
.form_radio{
	clear:both;
	height:20px;
}
.form_radio_input {
	float:left;
	width:200px;
}
.form_radio_input span {
	position: absolute;
	top:3px;
}
.form_text {
	clear:both;
	height:25px;
}
.form_text_title{
	float:left;
	margin-top:3px;
	width:160px;
}
.form_text_input{
	float:left;
	width:200px;
	height:15px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.formError {   
	background-color:#EBECEB;
}

.form_textarea {
	clear:both;
}
.form_textarea_input{
	float:left;
	text-align:left;
	width:200px;
	height:100px;
	margin-bottom:4px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.form_input{
	height: 20;
}
.form_PullDown{
	clear:both;
	height:27px;
}
.form_check{
	height:30px;
}
.form_check span{
	position: absolute;
	top:1px;
}
.form_pulldown{
	clear:both;
}
.form_pulldown_title{
	float:left;
	width:200px;
}
.form_select{
	float:left;
	width:204px;
	height:20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.search_input{
	width:145px;
	height: 15px;
	border:2px solid #ffffff;
}
.search_pulldown{
	clear:both;
	height: 19px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.formFooter{
	clear:both;
	width:100%;
	height:40px;
	margin-top:15px;
}
.formbtnLeft{
	float:left;
	width:200px;
	margin-top:5px;
}
.formbtnRight{
	float:right;
	width:200px;
	margin-top:5px;
}
.form_searchBtn{
	background-image:url(/images/suchen.gif);
	border:0px;
	width:20px;
	height:20px;
	cursor: pointer;
	background-repeat: no-repeat;
}

