/* 

	SearchField	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/
#inputSuche {
	width:120px;
	margin-bottom:5px;padding:2px 4px 2px 4px;
	border:1px solid rgb(205,205,205);
	background-color:rgb(245,245,235);
}

#colRight #inputSuche {
	background-color:rgb(240,240,230);
}

.sf_inactive{
	
}

.sf_active {
	background:rgb(245,245,245);
	border-color:rgb(0,0,0);
}

.sf_text {
	background:rgb(240,242,244);
}

/* suggestions box */
.sf_suggestion {
	position:relative;
}

.sf_suggestion ul, #formSuche .sf_suggestion ul {
	position:absolute;top:-15px;left:-25px;
	margin:0;padding:0;
	background:rgb(240,242,244);
	border:1px solid rgb(165,180,190);border-top:none;
}

#formSuche .sf_suggestion ul {
	position:absolute;top:-5px;left:0;
	list-style-image:none;
}

.sf_suggestion li {
	margin:0;padding:0;
	list-style:none;
}

.sf_suggestion li a {
	display:block;
	padding:1px 5px 1px 5px;
	color:rgb(0,0,0);
}

.sf_suggestion li.selected a {
	color:rgb(255,255,255);
	background:rgb(215,222,227);
}