/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navigationstext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	margin: 5px 10px
}

.linkbesucht {
	font-size: 12px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.linkverlnüpft {
	text-decoration: none 
}

.linka {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.linka:active {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.TextNavBar {
	font-size: 12px
}