/*
 * Global navi attributes:
 */
.navi_button {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	background-color: #FFF;
}
.navi_button a {
	text-decoration: none;
	font-size: 14.01px; /* avoid title jumping */
}

.navi_button a:link    {  color:#CC0000;}
.navi_button a:visited {  color:#CC0000; }
.navi_button a:focus   {  color:#CC0000; }
.navi_button a:hover   {  color:#CC0000;}
.navi_button a:active  {  color:#999; }

.navi_aktuell {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	color:#FFFFFF;
	background-color: #CC0000;
}

.footer {
	color: #333;
	font-size: 7px;
	text-align: right;
	padding-right: 22px;
	background-color: #CC0000;;
}


