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