/* VERTICAL FREESTYLE MENU LAYOUT */

#navigation a:hover , #navigation a.active {
    background : url(../bilder/pfeil_aktiv.gif) right no-repeat ;
    color : #087339 ;
    font-weight: bold;
}

.menulist{
    position: relative;
    z-index: 1000;
    font-size: 10px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0px 0px 0px 20px;
 padding: 0;
 width: 105px;
 list-style: none;
}

/* breite 2. ebene aufgeklappt in der kopfzeile */
li.active ul li, li.aufgeklappt ul li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 10px;
 width: 170px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 85px;
 z-index: 1000;
}

/* aufgeklappte 2. ebene der aufklappmenüs */
.menulist ul ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 0px;
 z-index: 1000;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 margin-bottom: 1px;
 height: 20px;
}

/* ERGÄNZUNG ZUM HAUPTMENU LINKS */
/*
.menulist li a.active{
    position: relative;
    background:url(../bilder/button_f2.gif) no-repeat 0px 5px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: -1px;
    height: 30px;
    text-align: right;
}
*/
.menulist li a {
    color : #000000 ;
    font-size: 10px;
    background:url(../bilder/pfeil_inaktiv.gif) right no-repeat;
    text-decoration: none;
}
.menulist li a.active{
    background:url(../bilder/pfeil_aktiv.gif) no-repeat 0px 5px;
}
.menulist li a.active, .menulist li a:hover{
    color: #087339;
    font-weight: bold;
    text-decoration: none;
}
/* ERGÄNZUNG ZUM HAUPTMENU LINKS ENDE */

/* Zweite Menuebene */
.menulist ul li, .menulist ul ul li {
    border: 1px solid #666666;
    height: auto;
    background: #ffffff;
    text-align: left;
    font-weight: normal;
    font-size: 10px;
    filter : alpha(opacity=80) ;
    opacity : 0.80 ;
    -moz-opacity : 0.80 ;
    line-height: 1.5em;
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}

.menulist ul a:hover, .menulist ul ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul li a:hover, .menulist ul a.highlighted {
 color: #087339;
 font-weight: normal;
 background: #ffffff;
 font-size: 10px;
}

.menulist ul li a {
 color: #333333;
 font-weight: normal;
 font-size: 10px;
}

/* Ende zweite Ebene */

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 font-weight: normal;
 text-decoration: none;
 color: #000000
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #087339;
 background:url(../bilder/button_aktiv.gif) no-repeat 0px 5px;
}

.menulist a.highlighted {
 color: #087339;
 background:url(../bilder/button_aktiv.gif) no-repeat 0px 5px;
 font-weight: bold;
}


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
  display: none;
}

.menulist ul a .subind {
 float: right;
  display: inline;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;

}
* html .menulist a {
 height: 1%;
}
/* End Hack */
}
/* End Hack */
/* Ende Menu */
