
span.ebene_0_int { position:absolute; top: 5px; left: 3px; cursor:pointer; line-height: 150%; width: 93px; float:left; padding: 0px 3px; font-weight: bold; font-size: 3em; color: #d6dfed;}
span.ebene_0_str { position:absolute; bottom: 3px; left: 3px; cursor:pointer; line-height: 115%; width:90px; float:left; padding: 0px 3px; font-weight: bold; font-size: 1em; text-transform: uppercase; color: #820000; }

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#naviH {
  background: #FFF url(../../assets/common/bg_menu.gif) repeat-x 0 0;
  position: relative;
  font-size: 0.834em;
  height: 110px;
  width: 700px;
  float: left;
  z-index: 100;
  margin: 0px;
  padding: 0px;
}

#naviHSpaceRight {
  background-color: #fff;
  height: 103px;
  width: 8px;
  float: left;
  margin-top: 7px;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul { float: right; padding:0; margin:0; list-style-type: none; }

#pmenu li { padding: 0px; }

/* Set up the link size, color and borders */
#pmenu a,
#pmenu a:link,
#pmenu a:active,
#pmenu a:visited {
  text-decoration: none;
  font-size: 1em;
  color: #374853;
  position: relative;
  display: block;
  width: 99px;
  height: 110px;
  padding: 0px;
}
#pmenu a:hover { background: transparent url(../../assets/common/bg_menu_over.gif) repeat-x 0 0; }


#pmenu ul.ebene_1 a,
#pmenu ul.ebene_1 a:link,
#pmenu ul.ebene_1 a:active,
#pmenu ul.ebene_1 a:visited {
  background: transparent;
  border: 1px solid #FFF;
  border-width: 0px 1px 0px 1px;
  font-weight: bold;
  font-size: 1em;
  color: #374853;
  text-decoration: none;
  height: auto;
  width: 138px;
  float: left;
  display: block;
  padding: 2px 5px 2px 5px;
}
#pmenu ul.ebene_1 a:hover {
  color: #820000;
  background: #e5ecf1;
}
#pmenu ul.ebene_1 > li a,
#pmenu ul.ebene_1 > li a:link,
#pmenu ul.ebene_1 > li a:active,
#pmenu ul.ebene_1 > li a:visited {
/*  background: transparent url(../../assets/common/pfeil_rechts.gif) no-repeat 5px 5px;*/
  background-image: url(../../assets/common/pfeil_rechts.gif);
  background-position: 5px 6px;
  background-repeat: no-repeat;
  width: 128px;
  padding: 2px 5px 2px 15px;
}
#pmenu ul.ebene_1 > li a:hover {
/*  background: #e5ecf1 url(../../assets/common/pfeil_rechts.gif) no-repeat 5px 5px;*/
  background-image: url(../../assets/common/pfeil_rechts.gif);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  width: 128px;
  padding: 2px 5px 2px 15px;
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited { border-width:0px 1px 0px 1px; }

#pmenu ul.ebene_1 li.top a, #pmenu ul.ebene_1 li.top a:visited { padding-top: 5px; background-position: 5px 7.5px; }
#pmenu ul.ebene_1 li.btm a, #pmenu ul.ebene_1 li.btm a:visited { padding-bottom: 5px;}

/* Set up the list items */
#pmenu li { width: 99px; height:109px; float:left; display:block; background-color: transparent; border-left: 1px solid #FFF; }
#pmenu ul.ebene_1 li { width: 150px; border: none; height:auto; float:left; display:block;  background-color:#c9d4dc; opacity: 0.9; }


/* For Non-IE browsers and IE7 */
#pmenu li:hover { position:relative; }
/* Make the hovered list color persist */
#pmenu li:hover > a { background-color:transparent; color:#820000; }
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul { cursor:pointer; display:none; }
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul { display:block; position:absolute; top:-11px; left:105px; width:140px; padding:10px 30px 30px 30px; background:transparent url(../../assets/common/transparent.gif); }
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul { left:-30px; top:98px; }

/* get rid of the table */
#pmenu table { position:absolute; border-collapse:collapse; top:0; left:0; /*z-index:300;*/  }

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */

* html #pmenu li a:hover { position:relative; color:#820000; }
* html #pmenu li a.top:hover { position:relative; color:#820000; }
* html #pmenu li a.btm:hover { position:relative; color:#820000; }

/*
* html #pmenu li a:hover ul.ebene_1 li a:hover { position:relative;  color:#820000; }
* html #pmenu li a:hover ul.ebene_1 li a.top:hover { position:relative;  color:#820000; }
* html #pmenu li a:hover ul.ebene_1 li a.btm:hover { position:relative;  color:#820000; }
*/

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active,
#pmenu li a:focus { background-color:#e5ecf1; color:#820000; }


#pmenu ul.ebene_1 li.top,
#pmenu ul.ebene_1 li ul.ebene_1 li.top { border-top: 1px solid #fff; }
#pmenu ul.ebene_1 li.btm,
#pmenu ul.ebene_1 li ul.ebene_1 li.btm { border-bottom: 1px solid #fff; }


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul { visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(../../assets/common/transparent.gif); }

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
  visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
  visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
  visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
  visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
  visibility:visible; top:13px; left:-30px; to\p:98px; lef\t:-31px;
}
/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{
  visibility:visible; top:-11px; left:120px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul {
  visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
  visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
  visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


/* z-index settings  TODO: find out relevant elements for IE6*/
#pmenu { z-index: 300; }
#pmenu li { z-index: 301; }
#pmenu ul.ebene_1 { z-index: 305; }
#pmenu ul.ebene_1 li { z-index: 306; }
#pmenu ul.ebene_2 { z-index: 310; }
#pmenu ul.ebene_2 li { z-index: 311; }
#pmenu ul.ebene_3 { z-index: 315; }
#pmenu ul.ebene_3 li { z-index: 316; }


/** Special placement for level2 **/
#pmenu li#nav_0_6 ul.ebene_1 { left: -80px; }
#pmenu li#nav_0_6 ul.ebene_1 li ul.ebene_2,
#pmenu li#nav_0_6 a ul.ebene_1 li a ul.ebene_2 { left: -175px; }
#pmenu li#nav_0_7 ul.ebene_1 { left: -80px; }
#pmenu li#nav_0_7 ul.ebene_1 li ul.ebene_2,
#pmenu li#nav_0_7 a ul.ebene_1 li a ul.ebene_2 { left: -175px; }

