/* LINK */
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #DD2211;
	text-decoration: underline;
}

/* Pseudoklassen LINKS */ 
a.topnavi:link {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
}
a.topnavi:visited {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
}
a.topnavi:hover {
	font-size: 0.8em;
	color: #DD2211;
	background-color: #999999;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px;
}

a.subnavi:link {
	font-size: 0.7em;
	color: #999999;
	text-decoration: none;
}
a.subnavi:visited {
	font-size: 0.7em;
	color: #999999;
	text-decoration: none;
}
a.subnavi:hover {
	font-size: 0.7em;
	color: #DD2211;
	text-decoration: underline;
	background-color: #FFFFFF;
}
