/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.boldlink:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.boldlink:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.navlink:visited {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 8pt;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	margin-top: 5pt;
 	margin-bottom: 5pt
}

.standlink:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.navlink:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 8pt;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	margin-top: 5pt;
 	margin-bottom: 5pt
}

.standlink:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.standlink:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	text-decoration: none 
}

.boldlink:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.navlink:active {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 8pt;
 	color: rgb(240,235,235);
 	font-weight: bold;
 	text-decoration: none ;
 	margin-top: 5pt;
 	margin-bottom: 5pt
}

.boldlink:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.standlink:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 8pt;
 	color: rgb(102,102,102);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.navlink:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 8pt;
 	color: rgb(227,226,226);
 	font-weight: bold;
 	margin-top: 5pt;
 	margin-bottom: 5pt
}