/*farben*/
div.fuss2 {
	background-color: #C8CF83;
}


div.naviStreifen {
	background-color: #B0BA4A;
}

div.naviReihe {
	background-color: #E9ECCC;
}


a.anav_off:HOVER {
	color : #B0BA4A;
	text-decoration : none;
}

a.anav_on:LINK, a.anav_on:VISITED   {
	color : #B0BA4A;
	text-decoration : none;
}

a.anav_on:HOVER {
	color : #B0BA4A;
	text-decoration : none;
}

a:link { color:#B0BA4A; }
a:visited { color: #7D7D7D; }
