@charset "UTF-8";

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

.ac_results {
	border-color: rgb(235,235,235);
	background-color: rgb(255,255,255);
}

.ac_loading {
	background-color: rgb(255,255,255);
}

.ac_over {
	background-color: rgb(255,255,255);
	color:rgb(92,92,92);
}

.ausblendenlink {
	color:rgb(245,130,32); 
}

a.einblendenlink {
	color:rgb(245,130,32) !important; 
}

