/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

A:link {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

A:visited {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(255,255,255);
 	font-weight: bold
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,255);
 	font-weight: bold
}