/* Linkfarben im Menü */
a:link {
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
 a:visited {
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
 a:active {
	color: #666666;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight : bold;
} 

a.special{
}
a.special:link  {
	color: #CC6600;
	text-decoration: none;
}
a.special:visited  {
	color: #CC6600;
	text-decoration: none;
}
a.special:active  {
	color: #CC6600;
	text-decoration: none;
}
a.special:hover  {
	color: #CC6600;
	text-decoration: underline;
}
