/* YUI AutoComplete styling */

DIV.autocompletebox {
	position: absolute;
	z-index: 9050;
}
DIV.autocompletebox DIV.yui-ac-content {
	position: absolute;
	left:0; top:0;
	width: 30em;
	padding: 0; 
	margin: 0;
	border: 1px solid #404040;
	background: #fff;
	overflow: hidden;
	text-align:left;
	z-index:9050;
}
/* In der Suchbox rechts oben: nach rechts verschieben */
DIV#suchbox DIV.autocompletebox DIV.yui-ac-content {
	width: 300px;
	left: -182px;
}
DIV.autocompletebox DIV.yui-ac-content .yui-ac-shadow {
	position:absolute;
	left:0;top:0;
	margin:.3em;
	background:#a0a0a0;
	z-index:9049;
}
DIV.autocompletebox DIV.yui-ac-content ul {
	list-style: none;
	padding: 5px 0;
	margin: 0 0;
	width: 100%;
}
DIV.autocompletebox DIV.yui-ac-content UL li {
	padding: 2px 5px;
	margin: 0 0;
	cursor: default;
	/* white-space: nowrap; */
	border-bottom: 1px solid grey;
}
DIV.autocompletebox DIV.yui-ac-content UL li.yui-ac-highlight {
	background: #ff0;
}
DIV.autocompletebox DIV.yui-ac-content UL li.yui-ac-prehighlight {
	background: pink;
}

