/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.headerlink {
	font-size: 12px;
 	color: rgb(192,192,192);
 	text-decoration: none ;
 	background-color: transparent
}

.headerlink:active {
	font-size: 12px;
 	color: rgb(192,192,192);
 	text-decoration: none ;
 	background-color: transparent
}

.suchenFeld {
	font-size: 12px;
 	color: rgb(192,192,192)
}

.headerlink:link {
	font-size: 12px;
 	color: rgb(192,192,192);
 	text-decoration: none ;
 	background-color: transparent
}

.headerlink:visited {
	font-size: 12px;
 	color: rgb(192,192,192);
 	text-decoration: none ;
 	background-color: transparent
}

.headerlink:hover {
	font-size: 12px;
 	color: rgb(228,228,228);
 	text-decoration: none ;
 	background-color: transparent
}