#MenuMain {
   width: 550px;
   padding: 0 88px 0 138px;
   position: absolute;
   left: 215px;
   top: 80px;
   background-image: url(../images/menumain.jpg);
   z-index: 5;
}
#MenuMain li {
   display: block;
   float: left;
}
#MenuMain li.blau a {
   width: 140px;
}
#MenuMain li.hellblau a {
   width: 149px;
   background-color: transparent;
}
#MenuMain li.gold a {
   width: 148px;
   background-color: transparent;
}
#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited {
   display: block;
   text-decoration: none;
   color: #fff;
   font-size: 120%;
   text-transform: uppercase;
   padding: 9px 10px 5px 25px;
}
#MenuMain a:focus,
#MenuMain a:hover,
#MenuMain a:active,
#MenuMain a.selected,
#MenuMain a.selected:link,
#MenuMain a.selected:visited,
#MenuMain a.selected:focus,
#MenuMain a.selected:hover,
#MenuMain a.selected:active {
   text-decoration: underline;
}
/** Drop Down **/
#MenuMain li ul{
   position: absolute;
   list-style: none; 
   visibility: hidden;
   top: 30px;
   background-color: #e0e0e0;
   width: 214px;
   opacity: 0.95;
}
#MenuMain li:hover ul {
    visibility: visible;
    margin: 0;
    padding: 0;
}
#MenuMain li ul li {
   position: relative;
   margin: 0;
   float: none;
   width: inherit;
   background-color: transparent;
   border-bottom: 1px solid #fff;
}
#MenuMain li ul li a,
#MenuMain li ul li a:link,
#MenuMain li ul li a:visited {
   position: relative;
   background-image: none;
   display: block;
   padding: 3px 5px 4px 5px;
   width: 204px;
   color: #333;
   font-size: 100%;
   font-weight: normal;
   text-align: left;
   text-transform: none;
}
#MenuMain li ul li a:focus,
#MenuMain li ul li a:hover,
#MenuMain li ul li a:active {
   color: #fff;
   background-color: #5887bf;
}
/** Hellblau **/
#MenuMain li.hellblau ul li a:focus,
#MenuMain li.hellblau ul li a:hover,
#MenuMain li.hellblau ul li a:active {
   background-color: #b4d0f1;
}
/** Gold **/
#MenuMain li.gold ul li a:focus,
#MenuMain li.gold ul li a:hover,
#MenuMain li.gold ul li a:active {
   background-color: #988757;
}
/** Menu Sub **/
#MenuSub {
   position: relative;
   border-top: 1px solid #fff;
   width: 774px;
   overflow: hidden;
   background-color: #dddddd;
}
#MenuSub li {
   display: block;
   float: left;
}
#MenuSub a,
#MenuSub a:link,
#MenuSub a:visited {
   color: #333;
   display: block;
   padding: 10px 10px 9px;
   background-position: left bottom;
   text-decoration: none;
}
#MenuSub a:focus,
#MenuSub a:hover,
#MenuSub a:active,
#MenuSub a.selected,
#MenuSub a.selected:link,
#MenuSub a.selected:visited,
#MenuSub a.selected:focus,
#MenuSub a.selected:hover,
#MenuSub a.selected:active {
   color: #fff;
   background-color: #7A9FCC;
}
/** MenuService **/
#MenuService {
   position: relative;
   padding: 0 10px;
}
#MenuService li {
   display: block;
   border-top: 1px solid #2462ab;
}
#MenuService li.lastLi {
   border-bottom: 1px solid #2462ab;
}
#MenuService a,
#MenuService a:link,
#MenuService a:visited {
   color: #000;
   display: block;
   padding: 6px 0;
   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: #b7d2ef;
}
/** Breadcrumb Navigation **/
#breadcrumb p.breadcrumb,
#breadcrumb {
   position: relative
}
#breadcrumb p.breadcrumb a,
#breadcrumb p.breadcrumb a:link,
#breadcrumb p.breadcrumb a:visited {
   color: #333;
   text-decoration: none;
   font-size: 92%;
   display: inline;
}
#breadcrumb p.breadcrumb a:focus,
#breadcrumb p.breadcrumb a:hover,
#breadcrumb p.breadcrumb a:active {
   text-transform: uppercase;
}
/** Menu Sprache **/
#MenuSprache {
   positon: relative;
}
#MenuSprache li {
   display: block;
   float: left;
   margin-right: 5px;
}
#MenuSprache a img {
   width: 23px;
   height: 16px;
   display: block;
}
/** Menu Top **/
#MenuTop {
   position: absolute;
   right: 10px;
   bottom: 4px;
}
#MenuTop li {
   display: block;
   float: left;
   border-right: 1px solid #333;
}
#MenuTop li.lastLi {
   border-right: 0 none;
}
#MenuTop a,
#MenuTop a:link,
#MenuTop a:visited {
   color: #333;
   padding: 2px 5px;
   display: block;
   text-decoration: none;
}
#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 {
   text-decoration: underline;
}
/** Icon Menu **/
#MenuIcon {
   position: absolute;
   left: 10px;
   top: 10px;
}
#MenuIcon li {
   display: block;
   float: left;
   margin-right: 5px;
}
#MenuIcon a,
#MenuIcon a:link,
#MenuIcon a:visited {
   text-indent: -10000px;
   display: block;
   width: 18px;
   background-repeat: no-repeat;
   height: 17px;
   text-align: center;
}
/** Print **/
.print {
   position: absolute;
   right: 20px;
   bottom: 10px;
   list-style: none;
}
