/** Reiternavigation **/
.Menu {	width:160px;
	height:237px;
         background: url(../img/bg_menu.jpg);
         position:absolute; z-index:1; left: 100px; top: -27px;
         margin:0px 0px 0px 0px;
         vertical-align:bottom;}

.nav_block {
	width: 160px;
         height:30px;
         color: #0D7705;
	font: 16px/30px Arial, sans-serif;
	letter-spacing: 1px;
         float:left;
}

a.cat,
a.cat:link,
a.cat:visited{
	display: block;
	width: 160px;
         height:30px;
	font: 16px/30px Arial, sans-serif;
         font-weight:bold;
	color: #444444;
	background-image:url(../img/menu_low.gif);
	text-decoration: none;
         text-align:center;
         vertical-align:center;
}

a.activeCat,
a.activeCat:link,
a.activeCat:visited{
	display: block;
	width: 160px;
         height:30px;
	font: 16px/30px Arial, sans-serif;
         font-weight:bold;
	color: #444444;
	background-image:url(../img/menu_high.gif);
	text-decoration: none;
         text-align:center;
         vertical-align:center;
}

a.cat:hover,
a.cat:active,
a.cat:focus,
a.activeCat:hover,
a.activeCat:active,
a.activeCat:focus {
         width: 160px;
         height:30px;
	text-decoration: none;
         font: 16px/30px Arial, sans-serif;
         font-weight:bold;
         color: #444444;
         background-image:url(../img/menu_high.gif);
         text-align:center;
         vertical-align:center;
}

/** Submenu **/
.Untermenu {width:950px;
	text-align:right;
         padding-right:0px;
         color:#fcee04;
         line-height:28px;
         background: url(../img/bg_subnav.gif);margin: 0 auto;}
a.submenu:visited {
         font-weight:regular;
         text-decoration:none;
	font-size: 13px;
         color:#fcee04;
         }
a.submenu:active {
         font-weight:regular;
         text-decoration:underline;
         font-size: 13px;
         color:#fcee04;
         }
a.submenu:hover {
         font-weight:regular;
         text-decoration:underline;
         font-size: 13px;
         color:#fcee04;
         }
a.submenu:link {
	font-weight:regular;
         text-decoration:none;
         font-size: 13px;
         color:#fcee04;
         }