/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.textlink:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(241,170,0);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: rgb(255,255,255)
}

.textlink:visited {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,255,255)
}

.textlink {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	font-weight: bold;
 	text-decoration: none 
}

.textlink:active {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(0,0,0)
}

.textlink:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-transform: none;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(241,170,0)
}