/* CSS Document */

/* navigation */


a {
color: #000000;
text-decoration:none;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration:none;
}

/* wichtig wenn über überschrift untermenu in untermenu-punkte gewechselt wird */
a:hover {
	color: #000000;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f46e25;
}

