body div.ac_resultObiekt,
body div.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	max-width:200px;
	z-index:200;
	left:295px;
}

body div.ac_resultObiekt {max-width:400px;max-height:600px; overflow-y: auto; }

body div.ac_resultObiekt ul,
body div.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

body div.ac_resultObiekt li,
body div.ac_results li {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	cursor: default;
	display: block;
	width: 97%;
	font: menu;
	font-size: 12px;
	color:black;
	overflow: hidden;
}


body div.ac_resultObiekt i {
	font:11px/12px Arial;color:green;display:inline;
}
body div.ac_results i {
	font:10px Arial;color:red;display:block;
}


body div.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
}

body div.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

