.ac_resultObiekt,
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	max-width:200px;
	z-index:200;
}

.ac_resultObiekt {max-width:400px;max-height:600px; overflow-y: auto; }

.ac_resultObiekt ul,
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_resultObiekt li,
.ac_results li {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	cursor: default;
	display: block;
	width: 97%;
	font: menu;
	font-size: 12px;

	overflow: hidden;
}


.ac_resultObiekt i {
	font:11px/12px Arial;color:green;display:inline;
}
.ac_results i {
	font:10px Arial;color:red;display:block;
}


.ac_loading {
	/*background : Window url('indicator.gif') right center no-repeat;*/
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
