/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
/* ================================================================ 
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.
=================================================================== */

#topnavi {
  z-Index: 9999;
}

#topnavi ul, #topnavi ul li {
  background: none;
  list-style: none;
}

#topnavi ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  padding-top:0px;
}

#topnavi ul li {
  float: left;
  position: relative;
  height: 34px;
}
#topnavi ul li ul {
  width: 200px;
  background: transparent url('../bilder/back_ul_mainnav.png') repeat-y center top;
  font-size: 0.8em;
}
#topnavi ul li ul .cx-first {
	margin-top: 10px;
}
#topnavi ul li ul .cx-last {
	background: transparent url('../bilder/back_mainnavi_ebene2_a_over_last.png') no-repeat center bottom;
	height: 32px;
}

#topnavi ul li ul li {
	height: 26px;
}
#topnavi ul li.cx-first {
  background: none;
}

#topnavi ul li.group {
  display: block;
  text-indent: 10px;
  color: #ff0;
  width: 200px;
  padding: 4px 0;
}

/*hover und aktiv 1. Ebene*/
#topnavi ul li a,
#topnavi ul li a:visited {
  float: left;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px 8px 0 8px;
  line-height: 21px;
  height: 26px;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 5px;
}

#topnavi ul li:hover {
  width: auto;
}

#topnavi ul li a:hover {
  color: #fff;
  background: #213d0a;
}

#topnavi ul li.cx-has-unterpunkte a:hover {
}

#topnavi ul li:hover a {
}

#topnavi ul li.cx-has-unterpunkte:hover a {
}


#topnavi ul li ul {
  display: none;
  z-Index: 9999;
}

#topnavi table {
  margin: 0;
  border-collapse: collapse;
  position: absolute;
  top: 0;
  left: 0;
}

/* specific to non IE browsers */
#topnavi ul li:hover ul {
  display: block;
  position: absolute;
  top: 29px;
  left: -4px;
  width: 200px;
  padding: 0;
}

#topnavi ul li:hover ul li ul {
  display: none;
  padding: 0;
}
/*Link 2. ebene*/
#topnavi ul li:hover ul li a {
  display: block;
  color: #58595B;
  height: auto;
  line-height: 17px;
  margin: 0px;
  padding: 2px 0 6px 24px;
  width: 172px;
  border: 0;
  text-transform: none;
  font-weight: normal;
}

#topnavi ul li:hover ul li a.drop {
 
}

#topnavi ul li:hover ul li a:hover {
  color: #fff;
  background: transparent url('../bilder/back_mainnavi_ebene2_a_over.png') no-repeat center top;
  font-weight: bold;
  padding: 2px 0 6px 30px;
  width: 166px;
}

#topnavi ul li:hover ul li a:hover.drop {
  background: #F8941D;
  color: #ff0;
}

#topnavi ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 153px;
  top: -70px;
  color: #000;
  left: 172px;
  height: 138px;
  width: 192px;
  overflow: auto;
}

#topnavi ul li:hover ul li:hover ul li a {
}

#topnavi ul li:hover ul li:hover ul li.group {
  width: 172px;
  padding: 5px 0;
}

#topnavi ul li:hover ul li:hover ul.left {
  left: -192px;
}

#topnavi ul li:hover ul li:hover ul li a:hover {
  color: #0ff;
}



/* specific to IE5.5 and IE6 browsers */
#topnavi ul li a:hover ul {
  display: block;
  position: absolute;
  top: 30px;
  t\op: 29px;
  background: none;
  left: 0;
  marg\in-top: 1px;
}

#topnavi ul li a:hover ul.scroller {
  height: 138px;
  overflow: auto;
}

#topnavi ul li a:hover ul.endstop {
  left: -90px;
}

#topnavi ul li a:hover ul li a {
  display: block;
  color: #444;
  height: 1px;
  line-height: 15px;
  padding: 4px 16px;
  width: 202px;
  w\idth: 170px;
  border-bottom: 1px solid #fff;
  height: 15px;
}

#topnavi ul li a:hover ul li a.drop {
  padding-bottom: 5px;
}

#topnavi ul li a:hover ul li a ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

#topnavi ul li a:hover ul li a:hover {
  color: #fff;
}

#topnavi ul li a:hover ul li a:hover.drop {
  color: #fff;
}

#topnavi ul li a:hover ul li a:hover ul {
  visibility: visible;
  position: absolute;
  top: -69px;
  t\op: -70px;
  color: #000;
  left: 172px;
  height: 138px;
  width: 190px;
  overflow: auto;
}

#topnavi ul li a:hover ul li a:hover ul.left {
  left: -190px;
}

#topnavi ul li a:hover ul li a:hover ul li a:hover {
  color: #0ff;
}


.left {clear:both;}
