


input.tx-indexedsearch-searchbox-sword {
	float: left;
}
div.tx-indexedsearch-clear-left {
	clear: left;
}
div.autocompleter-loading {
	position:absolute;
	left: 163px;
		top: 12px;
	background: url(images/search-bar-startseite-loader.png) no-repeat center;
	width: 20px;
	height: 18px; }

.autocompleter-loading2 {
/*	background: transparent url(../../../../fileadmin/templates/images/search-bar-startseite-loader.png) no-repeat right;*/
	background:none;
}

ul.autocompleter-choices {
	position: absolute;
	margin: -2px 0 0 -16px; /* 8px 0 0 -16px; */
	padding: 0;
	list-style: none;
	border: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 50;
	width: 200px;
	padding: 9px 9px 23px 9px;
/*	background: url(../../../../fileadmin/templates/images/hg-isac.png) bottom right no-repeat !important;
	background: url(../../../../fileadmin/templates/images/hg-isace-ie.gif) bottom right no-repeat;
*/
}
ul.autocompleter-choices li {
	position: relative;
	padding: 3px 20px;
	cursor: pointer;
	font-weight: normal;
	list-style: none;
	font-size: 1em;
	border-top: 1px solid #CCCCCC;
	color: #999;
	background: transparent url(../../../../fileadmin/templates/images/bg-white-90-trans.png);
}
	ul.autocompleter-choices li:first-child {
		border-top: 0;}
		
ul.autocompleter-choices li.autocompleter-selected {
	background:#FFF;
	color: #000;
	
}
ul.autocompleter-choices li:hover {
	background: #FFF;
	color: #333;	
}


ul.autocompleter-choices span.autocompleter-queried {
	/* font-weight: bold; */
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	/* color: #9FCFFF; */
}

