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

.NaviOben:active {
	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	border-right: 2px solid rgb(128,128,128)
}

.NaviOben {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	padding-right: 10px;
 	border-right: 2px solid rgb(128,128,128)
}

.Impressum2 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	text-align: left
}

P {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	text-align: left
}

.NaviOben:visited {
	font-size: 14px;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	border-right: 2px solid rgb(128,128,128)
}

.NaviOben:link {
	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	border-right: 2px solid rgb(128,128,128)
}

.Impressum {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 12px;
 	text-align: left
}

.NaviOben:hover {
	font-size: 14px;
 	color: rgb(255,0,0);
 	text-decoration: none ;
 	text-align: center;
 	border-right: 2px solid rgb(128,128,128)
}
