#dwud_suche #suche_kompakt {
	position: relative;
}

div.autosuggest {
	position: absolute;
	padding: 10px 0 0 0;
	box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
}

div.autosuggest ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	overflow: auto;
	background-color: #fff;
	width: 25em;
}

div.autosuggest ul li {
	padding: 0 0 0 2px !important;
}

div.autosuggest ul li a {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	line-height: 2;
}

div.autosuggest ul li a:hover, div.autosuggest ul li.as_highlight a:hover
	{
	background-color: #f1f1f1;
	text-decoration: underline !important;
}

div.autosuggest ul li.as_highlight a {
	color: #000 !important;
	background-color: #f1f1f1 !important;
}

div.autosuggest ul em {
	font-style: normal;
	font-weight: bold;
	background-color: #ffffc7;
}

div.autosuggest ul li.as_warning {
	font-weight: bold;
	text-align: center;
}