/* 

	SearchField	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* default (inactive field) */
.sf_inactive{
	/*border:1px #818181 solid;*/
	/*background:#d4d4d4;*/
	color:#595757; font-size:11px; border:none; padding:3px; 
	
}
/* on focus (when field is clicked on)  */
.sf_active{
	
	background:#fff;
	color:#333; padding:3px; 
border:none
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	
	background:#fff;
	color:#888;padding:3px;
border:none
}

/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#e4e4e4;
	top:5px;
	left:0;
height:400px;
overflow-y:auto;
list-style:none;
 margin:0 0 0 0;
 padding-left:10px;
font-size:10px;
padding-right:10px;
}
.sf_suggestion ul li{
	margin:0;
	padding:0;
	list-style-image:none;
 display:block;
  margin:4px 0px 0 0;
 padding:0 0px 0px 0px;
padding-top:2px;
min-height:16px;
}
.sf_suggestion li a{
	display:block;
	text-indent:5px;
	color:#fff; font-size:10px;
 text-decoration:none;
  color:#666; 
}
.sf_suggestion li.selected a{
	/*background:red;*/
}



form.suchfeld{
	
	padding:0;
padding-top:5px;
	
	height:19px;
	margin-right:0px;
}


form.suchfeld input{
	
	/*padding-left:15px;*/
	/*width:130px;*/
	border:none;
	
	font-size:110%;
	vertical-align:middle;
height:20px;

}
/*form.suchfeld button{
	
	
	width:12px;
	
	border:none;
	
	overflow:hidden;
	background:url(suche.gif) no-repeat 0 0;
	cursor:pointer;
	
	margin-left:0px;


}*/



.suchform {background:url(suche.gif) 0px 4px; ; 
	
	background-repeat:no-repeat; border:0px; width:14px;}
/*.suchfeld {border:none; font-size:10px; }*/

/*HIER AUF DIE SCHNELLE DIE LIST-FORMATIERUNG FÜR DAS SUCHFELD*/

#rechts ul{
list-style:none;
 margin:0 0 0 0;
 padding-left:10px;
font-size:10px;
padding-right:10px;


}

#rechts ul li{
 /*background:url(../img/main/listes.jpg) no-repeat;*/
 display:block;
  margin:4px 0px 0 0;
 padding:0 0px 0px 0px;
padding-top:2px;
min-height:16px;

}


#rechts ul li a{
 text-decoration:none;
  color:#666; 

}

#rechts ul li a:hover{
  color:#000;
}

