#sstring {width:135px;border: 1px solid rgb(126, 157, 185); padding: 2px; background: rgb(255, 255, 255) url('/img/icon/input_suche.gif') no-repeat scroll left center;  -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;}

div.autosuggest
{
	position: absolute;
	margin-top: 5px;
	padding: 0px;	
}



div.autosuggest ul
{
	background-color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;	
	border:1px solid #ccc;	
}

div.autosuggest ul li
{	
	color: #ccc;
	padding: 0;
	margin: 0;
	text-align: left;	
}

div.autosuggest ul li a
{
	color: #000;	
	display: block;
	text-decoration: none;	
	position: relative;
	padding: 2px 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #fff;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: normal;	
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;	
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{	
	background-position: bottom left;
	background-repeat: no-repeat;
}


div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;	
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;	
	background-position: bottom right;
}


div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}