@charset "UTF-8";

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

#trefferliste {
  	background-color:rgb(255,255,255);
}

#trefferliste h1 {
	color:rgb(92,92,92); 
}

div.headlinelinie {
  	border-color:rgb(235,235,235);
}

.treffer, .treffer a {
  	border-color:rgb(235,235,235);
  	color:rgb(0,90,171);
}

.treffer:hover, .treffer a:hover {
	color:rgb(255,255,255);
	background-color:rgb(0,90,171);
}

.besttreffer, .besttreffer a {
	background-color:rgb(194,213,239);
  	border-color:rgb(194,213,239);
  	color:rgb(0,90,171);
}

.besttreffer:hover, .besttreffer a:hover {
	background-color:rgb(0,90,171);
	color:rgb(255,255,255); 
}

#weitererubriken h3 {
	color:rgb(92,92,92); 
}

#fusszweifarbig{
	background-image:url(/image/wbm/xx/bg_fuss_zweifarbig.gif);
}
