/* Start of CMSMS style sheet 'Hof-Sophienthal Navigation' */
/* Navigation */
.menu_vert {
   padding-left: 0;
   padding-top: 0;
   margin-left: 0em;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: 900;	
   color: #FFF0B8;
   width: 160px;	
}

/* Text-Decoration (Unterstrich) fuer alle Textlinks entfernen */
.menu_vert a, .menu_vert a:link, .menu_vert a:active, .menu_vert a:visited, .menu_vert a:hover  {
   text-decoration: none;
}

/* third level has some padding to have it stand out */
.menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* Menue li Block */
.menu_vert li {
   list-style: none;
   margin: 0;
   text-align: left;
   background: transparent;
   border: none;
   display: block;
}

.menu_vert ul ul li {
   border: none;
}

/** Fix fuer IE fuer: display:block; **/
* html .menu_vert li a { height: 1%; } 
* html .menu_vert li hr { height: 1%; }
/** Ende Fix **/

/* Links erste Ebene */
.menu_vert a {
   font-size: 100%;
   text-decoration: none;
   display: block;
   padding: 0.4em 0.5em 0.4em 1.2em;
   color: #FFF0B8;
   min-height:1em;
   border-bottom: 0;
   background: url(uploads/sophienthal/sidebar-links-mitte.png) repeat;
 
}

/* Links zweite Ebene */
.menu_vert ul ul a {
   font-size: 100%;
   text-decoration: none;
   padding: 0.4em 0.5em 0.4em 2.5em;
   background: url(uploads/sophienthal/sidebar-links-mitte.png) repeat;
   border: none;
}

/* Links dritte Ebene */
.menu_vert ul ul ul a {
   text-decoration: none;
   padding: 0.4em 0.5em 0.4em 2.0em;
   background: url(uploads/sophienthal/sidebar-links-mitte.png) repeat;
}

/* Hover-Status fuer alle Textlinks */
.menu_vert a:hover {
   text-decoration: none;
   color: #000;
   background: url(uploads/sophienthal/sidebar-links-mitte-hover.png) repeat;
}

/* Hover fuer uebergeordnete Seite bei aktiver Unterseite */
.menu_vert a.activeparent:hover {
   text-decoration: none;
   background: url(uploads/sophienthal/sidebar-links-mitte-hover.png) repeat;
}

/* Aktuelle Seite, welche erste Ebene einer folgenden aktiven Unterseite ist */
.menu_vert li a.activeparent {
   text-decoration: none;
   padding: 0.4em 0.5em 0.4em 1.4em;
   background: url(uploads/sophienthal/sidebar-links-mitte.png) repeat;
}

.menu_vert ul ul li a.activeparent {
   text-decoration: none;
   background-position: 0.4em center; 
   background: url(uploads/sophienthal/sidebar-links-mitte-hover.png) repeat;
   color: #FFF0B8;
}

/* Aktuelle Seite ist nicht anklickbar, hier Styling fuer aktuelle Seite auf erster Ebene ohne Unterseite */
.menu_vert ul h3 {
   text-decoration: none;
   color: #000;
   display: block; 
   padding: 0.4em 0.5em 0.4em 1.2em;
   font-size: 100%;
   margin: 0;
   background-color: #FFF0B8;
   border-bottom:1px solid #FFF0B8;
}

/* Aktuelle Seiten auf zweiter Ebene, Grafik und Text weiter einruecken */
.menu_vert ul ul h3 {
   font-size: 100%;
   text-decoration: none;
   padding: 0.4em 0.5em 0.4em 2.5em;
   background-position: 1.4em center;
   background: url(uploads/sophienthal/sidebar-links-mitte-hover.png) repeat;
   border-bottom: none;
   color: #000; 
}

/* Aktuelle Seiten auf dritter Ebene, Grafik und Text weiter einruecken */
.menu_vert ul ul ul h3 {
   padding: 0.4em 0.5em 0.4em 2.9em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 1.8em center; 
}

/* Ueberschrift fuer Sektionen */
.menu_vert li.sectionheader {
   border-right: none;
   font-size: 100%;
   text-decoration: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* Trenner */
.menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: transparent;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

.menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Hof-Sophienthal Navigation' */

