/* CSS: suche */

#search_wrap {
	width:18.6em;
	margin:0 auto;
	padding-top:7px;
}

#search_wrap div {
	height:22px;
}

#search_input {
	float:left;
	width:15.2em;
	background:url('../img/search_bg.png') top left repeat-x;
}
#search_input input {
	width:10em;
	margin-top:3px;
	float:left;
	background:none;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
#sr {
	float:right;
	width:0.5em;
	background:url('../img/search_bg_r.png') top right no-repeat;
}
#sl {
	float:left;
	width:0.6em;
	background:url('../img/search_bg_l.png') top left no-repeat;
}

#search_sub {
	float:right;
	background:url('../img/search_submit.png') top left no-repeat;
	width:28px;
	height:22px;
	text-indent:-5000px;
}