
a:link {
	color: #FF9900;
  text-decoration: none;
}

a:visited {
	color:#FF9900;
  text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.navLink:link {
	color: #000000;
  text-decoration: none;
}

.navLink:hover {
	color: #FF9900;
  text-decoration: none;
}

.evntLink:link {
	color: #000000;
  text-decoration: none;
}

.evntLink:hover {
	color: #FF9900;
  text-decoration: underline;
}


/* Funktioniert nicht Falsche Reihenfolge?

a.active {
	/* Färbt den aktiven Link der Unterpunkte von Projekte in orange ein
	color: #FF9900;
}*/

/* Wenn dies aktiv, dann fukntioniert hover nicht mehr im Menu
a.navLink:visited {
	color: #FF9900;
  text-decoration: none;
}


*/