@charset "UTF-8";

/* CSS fuer Wer liefert was?
 * 
 * Autocompletedarstellung
 *
*/

.ac_results {
	padding: 0px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	z-index: 99999;
}

.ac_loading {
    background-repeat:no-repeat;
    background-position: right center;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	padding-right:5px;
	cursor: default;
	display: block;
	font-size:0.96em;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_over {
	text-decoration:underline;
}

.ausblendenlink {
	position:relative;
	font-size:0.70em;
	text-decoration:none;
	padding-right:5px;
	padding-left:40px;
	cursor:pointer;
  text-decoration:underline;
}

a.einblendenlink {
	font-size:0.80em;
	text-decoration:underline !important;
}
