/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* drittes untermenü */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/*menüpunkte */
div#menu_vert a {
    font-weight:bold;
   text-decoration:none; /* keine unterstreichungen */
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #3c4706; /* farbe für alle menüs */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* zweites untermenü */
div#menu_vert ul ul a {
   font-size: 90%;
   font-weight:bold;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/*drittes untermenü */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

/* hover für alle links */
div#menu_vert a:hover {
   background-color: #e5e7b8;
}
div#menu_vert a.activeparent:hover {
   background-color: #e5e7b8;
   color: #d0c30f;
}


div#menu_vert li a.activeparent {
   background-color: #fffcd7;
   color: #3c4706;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #d0c30f;
}



div#menu_vert ul h3 {
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  
   color: #d0c30f;                                 /* linkfarbe für alle untermenüs */
   font-size: 1em;                           /*anstelle der normalen schriftgröße <h3> */
   margin: 0;                               
}

div#menu_vert ul ul h3 {
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #d0c30f;     
}

div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight:light;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* trenner */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; 
}
/* End of 'Navigation: Simple - Vertical' */

