.ac_results {
	background-color: #ffffff;
	z-index: 99999;
   cursor: pointer;
	position: absolute;
	border: 1px solid black;
   width:100%;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
   height:53px;
	margin: 3px;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	font-size: 13px;
   line-height:18px;
   text-align:left;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_even {
	background-color: #fff;
}

.ac_over {
	background-color: #0A246A;
}

.ac_over div{
	color: #fff;
}

