/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.RahmenEinfach {
	border: 1px solid rgb(128,128,128)
}

.zentrieren {
	text-align: center
}

.RegionSchrift {
	color: rgb(255,255,255);
 	font-weight: bold
}

.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
}