/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0;padding:0;border:none;}

/* Begin CSS Popout Menu */

.left_line
{
  height: 52px;
  width: 2px;
  margin-left: 2px;
  position: absolute;
  background-image: url('../images/design/left_line.jpg');
  margin-top: 82px;
}

#menu
{
  position: absolute;
  margin-left: 2px;
  margin-top: 215px;
  float:left; 
  font-family: Verdana;
}

#menu a
{
  font-size: 12px;
  color: #676767;
  display:block;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin:0;
  padding:8px 5px;
}

#menu h3
{
  font-size: 16px;
  font-weight: bold;
  display:block;
  color: #686868;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 17px;
  cursor: pointer;
  margin:0;
  height: 35px;
  width: 188px;
  background-image: url('../images/design/mainnav_button.png');
  border: none !important;
}

#menu h3 a
{
  background: none !important;
  border: none;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  height: 35px;
}

#menu a
{
  background:#ffffff;
  text-decoration:none;
}

#menu a:hover
{
  color:#ed9a3c;
  background:#f1f1f1;
}

#menu ul
{
  list-style:none;
  margin:0;
  padding:0;
  float:left;
  width:188px;
}

#menu li
{
  position:relative;
}

#menu ul ul
{
  position:absolute;
  z-index: 5000;
  top:auto;
  left: -999999px;
  width: 215px;   /* Hier die Breite für den Dropdown setzen */
}

#menu ul ul ul
{
  top:0;
  left:100%;
}

/* Begin non-anchor hover selectors */

div#menu h3:hover, div#menu li:hover h3, #menu h3.act:hover, div#menu h3:hover a
{
  background-image: url('../images/design/mainnav_button_hover.png');
  color: #ed9a3c;
}

#menu h3.act
{
  background-image: url('../images/design/mainnav_button_act.png');  
}

div#menu li:hover
{
  cursor:pointer;
  z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul
{
  left: -9999px;
}           

div#menu li:hover ul,
div#menu li li:hover ul
{
  left: auto;
}

div#menu li li:hover ul
{
  margin-left: 214px;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited
{
  font-weight:normal;
  background:#efefef url(../images/design/pfeil.jpg) no-repeat 100% 100%;
}

#menu a.x:hover
{
  color:#ed9a3c;
}

/* End CSS Popout Menu */

#checker ul ul a
{
  font-size: 14px;
  font-family: "Trebuchet MS";
  display:block;
  padding: 5px 4px;
  background-image: url('../images/design/line.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  /*border-top: 1px solid #e0e0e0;*/
  text-decoration: none;
  color: #0a756f;
}

#checker ul ul ul a
{
  padding-left: 15px;
}

#checker h3
{
  padding: 3px 0px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Trebuchet MS";
  color: #676767;
}

#checker h3 a
{
  color: #676767;
}

#checker a:hover
{
  color:#0a756f;
  text-decoration: underline;
}

#checker ul
{

}
