.ac_results {
	padding: 0px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	overflow: hidden;
	position: absolute;
	z-index:20000;
	font-weight: bolder;
	margin-top: -1px;
	margin-left: 0px;
}

.ac_results ul li .licht{
	font-weight: lighter;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results iframe {
	display: none;/*sorry for IE5*/
	display/**/: block;/*sorry for IE5*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1; 
	width: 3000px;
	height: 3000px;
	border: 0 ; 
}
.ac_results li {
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	padding-right:80px;
	width:100%;
	text-align: left;
}
.ac_results .ac_closebutton{
	color: #2E4E9F;
	font-size: 10px;
	display: block;
	text-decoration: underline;
	text-align: right;
	display: inline;
	margin: 3px;
	cursor: pointer;
	cursor: hand;
	float:right;
	font-weight: normal;	
}
.ac_results .ac_prefbutton{
	color: #2E4E9F;
	font-size: 10px;
	display: block;
	text-align: right;
	display: inline;
	margin: 3px;
	cursor: pointer;
	cursor: hand;
	float:right;
	font-weight: normal;	
}
.ac_results .ac_prefbutton a:link,
.ac_results .ac_prefbutton a:active,
.ac_results .ac_prefbutton a:visited{
	color: #2E4E9F;
}
.ac_results .ac_suggestionlabel{
	color: #aaaaaa; 
	display: block;
	text-align: right;
	position: absolute;
	right:2px;
	margin: 3px;
	margin-bottom: -16px;
	cursor: pointer;
	font-size:12px;
	cursor: hand;
	font-weight: normal;	
}
.ac_results li{
	font-size:16px;
	font-family:arial,sans-serif bold;
}
.ac_over {
	background-color: highlight;
	color: highlighttext;
}