﻿.ac_results {
	padding: 0px;
	border: 1px solid #999;
	background-color: #F9F9F9;
	overflow: hidden;
	z-index: 99999;
  font-size: 80%;
}

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

.ac_results li {
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	overflow: hidden;
}

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

/* jede zweite Zeile */
.ac_odd {
	background-color: #F9F9F9;
}

/* Mouseover */
.ac_over {
	background-color: #D9D9D9;
}

.ac_highlight {
  font-weight: bold;
	color: #005192;
}

/*.ac_over .ac_highlight {
  font-weight: bold;
	color: #FFF;
}
*/