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