@charset "utf-8";
/* CSS Document */

form{
	padding:0px;
	margin:0px;
}
.lay_field_float{
	float:left;
}
.lay_break_form{
	clear:both;
	height:7px;
	overflow:hidden;
}
.form_checkbox{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}

/* Quickjumps */
.form_quickjump{
	width:285px;
	color:#05714b;
	font-size:1em;
	font-weight:bold;
	padding:3px;
	margin-bottom:5px;
	outline:none;
}

/* Suche */
.form_field_searchgo{
	float:left;
	width:185px;
	color:#2b2b2b;
	padding:3px;
}
.form_elem_searchgo{
	float:left;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-left:5px;
}
.form_elem_searchgo:hover{
}
.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);
}