#MenuMain {
   position: relative;
   padding-right: 0;
}
#MenuMain li {
   display: block;
   float: left;
   margin-right: 5px;
}
#MenuMain li.lastLi {
   margin-right: 0;
}
#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited {
   display: block;
   font-size: 92%;
   color: #fff;
   text-decoration: none;
   text-transform: uppercase;
   padding: 8px 6px 16px;
   background-position: center -200px;
   background-repeat: no-repeat;
}
#MenuMain a:focus,
#MenuMain a:hover {
   background-position: center -159px;
}
#MenuMain a.selected,
#MenuMain a.selected:link,
#MenuMain a.selected:visited,
#MenuMain a.selected:focus,
#MenuMain a.selected:hover,
#MenuMain a.selected:active {
   background-position: center top;
}
/** Menu Service **/
#rightcontainer h2 {
   position: relative;
   padding: 0 10px 10px;
   font-weight: bold;
   font-size: 110%;
   color: #464646;
   text-transform: uppercase;
}
#MenuService {
   position: relative;
   padding: 0 0 15px;
   margin: 0 0 15px 0;
   background-image: url(../images/service.gif);
   background-position: right bottom;
   background-repeat: repeat-x;
}
#MenuService li {
   display: block;
}
#MenuService a,
#MenuService a:link,
#MenuService a:visited {
   color: #464646;
   display: block;
   padding: 1px 10px;
   text-decoration: none;
}
#MenuService a:focus,
#MenuService a:hover,
#MenuService a:active,
#MenuService a.selected,
#MenuService a.selected:link,
#MenuService a.selected:visited,
#MenuService a.selected:focus,
#MenuService a.selected:hover,
#MenuService a.selected:active {
   background-color: #e1e1e1;
   color: #000;
}
/** Menu Top **/
#MenuTop {
   position: absolute;
   right: 0;
   top: 0;
   overflow: hidden;
}
#MenuTop li {
   display: block;
   float: left;
}
#MenuTop a,
#MenuTop a:link,
#MenuTop a:visited {
   color: #7d7d7d;
   display: block;
   padding: 4px 9px 11px;
   text-decoration: none;
   background-image: url(../images/topnavi_hover.png);
   background-position: 200px 200px;
   background-repeat: no-repeat;
}
#MenuTop a:focus,
#MenuTop a:hover,
#MenuTop a:active,
#MenuTop a.selected,
#MenuTop a.selected:link,
#MenuTop a.selected:visited,
#MenuTop a.selected:focus,
#MenuTop a.selected:hover,
#MenuTop a.selected:active {
   color: #fff;
   background-position: center top;
}   
/** Menu Footer **/
#MenuFooter {
   position: relative;
   overflow: hidden;
   padding: 0 0 15px;
}
#MenuFooter li {
   width: 23%;
   padding-right: 10px;
   float: left;
   display: block;
}
#MenuFooter li li {
   float: none;
   width: auto;
   padding: 4px 0;
}
#MenuFooter li h3 a,
#MenuFooter li h3 a:link,
#MenuFooter li h3 a:visited {
   color: #020202;
   display: block;
   font-size: 86%;
   padding: 18px 0 10px;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: bold;
}
#MenuFooter li h3 a:focus,
#MenuFooter li h3 a:hover,
#MenuFooter li h3 a:active,
#MenuFooter li h3 a.selected,
#MenuFooter li h3 a.selected:link,
#MenuFooter li h3 a.selected:visited,
#MenuFooter li h3 a.selected:focus,
#MenuFooter li h3 a.selected:hover,
#MenuFooter li h3 a.selected:active {
   color: #020202;
   /*
   background-image: url(../images/menufooter.gif);
   background-position: left top;
   background-repeat: no-repeat;
   */
}
#MenuFooter li li a,
#MenuFooter li li a:link,
#MenuFooter li li a:visited {
   color: #646464;
   display: block;
   padding: 1px 0;
   text-decoration: none;
   font-size: 86%;
}
#MenuFooter li li a:focus,
#MenuFooter li li a:hover,
#MenuFooter li li a:active,
#MenuFooter li li a.selected,
#MenuFooter li li a.selected:link,
#MenuFooter li li a.selected:visited,
#MenuFooter li li a.selected:focus,
#MenuFooter li li a.selected:hover,
#MenuFooter li li a.selected:active {
   text-decoration: underline;
   color: #000;
}

/* Menu Sub *************************/
/* Ebene 1 **************************/
#MenuSub {
   position: relative;
}
#MenuSub li {
   display: block;
   margin-bottom: 13px;
}
#MenuSub a,
#MenuSub a:link,
#MenuSub a:visited {
   color: #353530;
   display: block;
   padding: 1px 10px;
   text-decoration: none;
}
#MenuSub a:focus,
#MenuSub a:hover {
   background-color: #e1e1e1;
   color: #353530;
}
#MenuSub a.selected,
#MenuSub a.selected:link,
#MenuSub a.selected:visited,
#MenuSub a.selected:focus,
#MenuSub a.selected:hover,
#MenuSub a.selected:active {
   background-color: #739430;
   color: #fff;
}
/* Ebene 2 **************************/
#MenuSub li ul {
   padding-top: 10px;
}
#MenuSub ul li {
   margin-bottom: 5px;
}
#MenuSub li ul li ul .lastLi { 
   margin-bottom: 10px;
   padding-bottom: 10px;
}
#MenuSub ul li a,
#MenuSub ul li a:link,
#MenuSub ul li a:visited {
   color: #898989;
   background-image: url(../images/menusub.gif);
   background-position: left -300px;
   background-repeat: no-repeat;
}
#MenuSub ul li a:focus,
#MenuSub ul li a:hover,
#MenuSub ul li a:active,
#MenuSub ul li a.selected,
#MenuSub ul li a.selected:link,
#MenuSub ul li a.selected:visited,
#MenuSub ul li a.selected:focus,
#MenuSub ul li a.selected:hover,
#MenuSub ul li a.selected:active {
   background-position: left 2px;
   color: #85a640;
   background-color: transparent;
}
/* Ebene 3 **************************/
#MenuSub li ul li ul {
   padding-top: 10px;
}
#MenuSub ul li ul li {
   margin-bottom: 5px;
}
#MenuSub li ul li ul li ul .lastLi { 
   margin-bottom: 10px;
   padding-bottom: 10px;
}
#MenuSub ul li ul li a,
#MenuSub ul li ul li a:link,
#MenuSub ul li ul li a:visited {
   color: #7d7d7d;
   padding: 0 5px 0 30px;
   font-weight: normal;
   background-color: transparent;
   background-image: url(../images/menu_pfeil.gif);
   background-position: 15px 4px;
   background-repeat: no-repeat;
}
#MenuSub ul li ul li a:focus,
#MenuSub ul li ul li a:hover,
#MenuSub ul li ul li a:active,
#MenuSub ul li ul li a.selected,
#MenuSub ul li ul li a.selected:link,
#MenuSub ul li ul li a.selected:visited,
#MenuSub ul li ul li a.selected:focus,
#MenuSub ul li ul li a.selected:hover,
#MenuSub ul li ul li a.selected:active {
	background-image: url(../images/menu_pfeil_selected.gif);
	background-position: 15px 4px;
   color: #000;
}

/** BTN Menu **/
#btn-menu li {
   display: block;
   float: left;
   margin-right: 10px;
}
#btn-menu li.firstLi {
   margin-right: 0;
}
#btn-menu li.print a {
   background-image: url(../images/drucken.gif);
   width: 17px;
   background-position: left bottom;
   background-repeat: no-repeat;
   height: 17px;
}
#btn-menu li.start a {
   background-image: url(../images/top.gif);
   width: 17px;
   height: 17px;
   background-position: left bottom;
   background-repeat: no-repeat;
}
#btn-menu a,
#btn-menu a:link,
#btn-menu a:visited {
   color: #cccccc;
   display: block;
   padding: 8px 0 0;
   text-decoration: none;
   text-indent: -100000px;
}
#btn-menu.text a,
#btn-menu.text a:link,
#btn-menu.text a:visited {
   text-indent: inherit;
}
#btn-menu a:focus,
#btn-menu a:hover,
#btn-menu a:active,
#btn-menu a.selected,
#btn-menu a.selected:link,
#btn-menu a.selected:visited,
#btn-menu a.selected:focus,
#btn-menu a.selected:hover,
#btn-menu a.selected:active {
   background-image: url(../images/imprinthover.png);
   background-position: center top;
   background-repeat: no-repeat;
   color: #fff;
}
