div.autocomplete ul {
	margin:0px;
	padding:3px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.autocomplete ul li div:hover { 
	background-color: #ffb;
}
div.autocomplete ul li {
	display:block;
	list-style-type:none;
	cursor:pointer;
}
#loadingImg {
	display:none;
}


.suche_fundort {
	float: left;
	width: 76px;
	color: #FC7100;

}
.suche_ergebnis {
	float: left;
	width: 180px;
}
