/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navi:visited {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.navi:active {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: underline
}

.navi {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.navi:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.zurueck {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,128);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(0,153,255);
 	font-weight: normal;
 	font-style: normal
}

.navi:focus {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: underline
}

.TextNavBar {
	color: rgb(89,89,89);
 	text-decoration: underline
}

.navi:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: bold;
 	text-decoration: underline
}
