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

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	text-decoration: none 
}

.TextNormal {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-decoration: none ;
 	text-align: justify;
 	text-indent: 0px;
 	margin: 0px
}

.NaviLinks:active {
	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(128,128,128)
}

.NaviLinks {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	text-align: center;
 	text-indent: 0px;
 	background-color: rgb(192,192,192);
 	margin: 2px 0px;
 	display: block
}

.NaviOben {
	font-family: Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(192,192,192)
}

.Stempel {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,0);
 	text-align: center;
 	text-indent: 0px;
 	margin: 0px
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	text-decoration: none ;
 	text-align: justify;
 	text-indent: 0px;
 	margin: 0px
}

.NaviOben:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(192,192,192)
}

.NaviOben:activ {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(192,192,192)
}

.NaviLinks:link {
	color: rgb(255,255,204);
 	text-decoration: none ;
 	background-color: rgb(128,128,128)
}

.NaviLinks:hover {
	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(128,128,128)
}

.NaviOben:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(128,128,128)
}