@charset "utf-8";
/* CSS Document */

form{
	padding:0px;
	margin:0px;
}
.form_warning{
	background-color:#F60;
	padding:5px;
	color:#FFF;
	font-size:0.87em;
	margin-right:15px;
	margin-top:3px;
}
.lay_field_float{
	float:left;
    position:relative;
}
.lay_break_form{
	clear:both;
	height:7px;
	overflow:hidden;
}
.form_checkbox{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

/* Suche */
.form_field_searchgo{
	float:left;
	width:145px;
	color:#666;
	border:1px solid #c8c8c8;
	padding:3px;
	background-color:#FFF;
}
.form_elem_searchgo{
	float:left;
	width:20px;
	height:20px;
	margin:0px;
	margin-top:2px;
	margin-left:5px;
	background-image:url(../icons/search_go1.gif);
	background-repeat:no-repeat;
	border:none;
}
.form_elem_searchgo:hover{
	background-image:url(../icons/search_go2.gif);
}
.form_elem_searchgo2{
	float:left;
	width:20px;
	height:20px;
	margin:0px;
	margin-top:2px;
	margin-left:5px;
	background-image:url(../icons/search_go1.gif);
	background-repeat:no-repeat;
	border:none;
	background-color:#FFF;
}
.form_elem_searchgo2:hover{
	background-image:url(../icons/search_go2.gif);
}
.foot_product_search_form label{
	position:absolute;
	left:-7000px;
}
.foot_product_search_form select,input{
	color:#005d3a;
	font-size:1em;
	padding:2px;
}
.foot_product_search_form .sendform{
	width:57px;
	height:21px;
	background-image:url(../icons/sendform_foot_1.gif);
	border:none;
	background-color:transparent;
	cursor:pointer;
}
.foot_product_search_form .sendform:hover{
	background-image:url(../icons/sendform_foot_2.gif);
}
/* Captcha */
.form_captcha_text{
	font-size:0.85em;
	padding-bottom:5px;
}
.form_captcha_img{
	float:left;
	width:215px;
	border: 1px solid #CCC;
	text-align:center;
	margin-right:10px;
}
.form_captcha_img2{
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:10px;
}
