.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666; /*Blaue Navi-Textfarbe 2007/2008 = #003366*/
	font-weight: normal;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 5px;
}
.copyright_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.copyright a:link {
	color: #666;
}
.copyright a:visited {
	color: #666;
}
.copyright a:hover {
	color: white; 
}
.copyright a:active {
	color: #003366; /*#003366 = "Link"-Blau*/
}