/* Linkfarben Standard */
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
a:active {
	color: #000000;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #868686;
	text-decoration: underline;
	font-weight : bold;
} 

/* Links in der Navigation  */
/* setzt man hier auch font-size 1-7 ein, versteht Navigator 4.x es nicht */
a.menulink:link  {
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
a.menulink:visited  {
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
a.menulink:active  {
	color: #000000;
	text-decoration: none;
	font-weight : bold;
}
a.menulink:hover {
	color: #868686;
	text-decoration: underline;
	font-weight : bold;
}

/* Links im Footer */
/* zur Zeit unbenutzt */
a.bottomlink{
	font-size : 8pt;
}
a.bottomlink:link  {
	color: Black;
	text-decoration: none;
}
a.bottomlink:visited  {
	color: Black;
	text-decoration: none;
}
a.bottomlink:active  {
	color: Black;
	text-decoration: none;
}
a.bottomlink:hover {
	color: #b9b9b9;
	text-decoration: none;
}