/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.hiddenlink {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 1pt;
 	color: rgb(204,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	color: rgb(255,204,255);
 	font-weight: bold
}

A:visited {
	color: rgb(255,153,255);
 	font-weight: bold
}

H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 14pt;
 	color: rgb(255,255,153);
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12pt;
 	color: rgb(255,255,153);
 	font-weight: bold
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

.copyright {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

H3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 11pt;
 	color: rgb(255,255,153);
 	font-weight: normal;
 	font-style: normal
}

H4 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,153);
 	font-weight: bold
}

A:hover {
	color: rgb(255,255,102);
 	font-weight: bold
}