.ac_results {
	font:Arial;
	margin: 2px 0px 0px -5px;
	padding: 0px;
	border: 1px solid #C3C3C3;
	background-color: #FFF;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/

	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: normal;
	overflow: hidden;
}

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

.ac_even {
	background-color: #fff;
	color: #20579C;
}

.ac_odd {
	background-color: #fff;
	color: #20579C;
}

.ac_over {
	background-color: #BCCCE1;
	color: #20579C;
}

/*start Schriftgröße*/
.size-aa .ac_results li {
	font-size: 14px;
	line-height: normal;
}

.size-aaa .ac_results li {
	font-size: 16px;
	line-height: normal;
}
/*end Schriftgröße*/


/* start contrast*/
.contrast .ac_results {
	margin: 2px 0px 0px -6px;
	border: 2px solid #FFF;
}

.contrast .ac_even {
	background-color: #01071F;
	color: #FFF;
}

.contrast .ac_odd {
	background-color: #01071F;
	color: #FFF;
}

.contrast .ac_over {
	background-color: #01071F;
	color: #F8F506;
}
/*end contrast*/

