/*----------------------------------------------------------------- Produktsuche -------------------------------------------------- */

#searchbox {
	background-image:url(../../../../grafik/suche.jpg);
	background-repeat: no-repeat !important;
	background-position: left bottom;
	height:23px !important;
	width:163px;
	border: 1px solid #ccc;
	
}
#searchform {
	width:163px;
	height:23px!important;
	float:left;

}
#searchform input {
	margin-top: 3px;
	margin-left: 3px;
	color: #000;
	width: 130px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
}

/*----------------------------------------------------------------END------------------------------------------------------------------------------ */