/***** Menü Oben
************************************************/
  #header #menutop {
    height: 25px;
    padding: 0 0 0 207px;
    }
  #header #menutop li, #header #menutop li a {
    /* display:-moz-inline-box;  /* Mozilla fix inline-block */
    /* display:inline-block; */
    display:block;
    height:25px;
    line-height:25px;
    }
  #header #menutop li {float:left;border-left:1px solid #999999;padding:0;}
  #header #menutop li.first {border:0 none;}
  #header #menutop li a {
    margin:0;
    padding: 0 7px;
    color: #CC0000;
    font-size: 9pt;
    font-weight: bold;
    text-align:left;
    text-decoration: none;
    }

  #header #menutop li a:link {background:transparent;}
  #header #menutop li a:visited {background:transparent;}
  #header #menutop li a:hover {
    padding: 0 7px;
    background: url("../media/layout/menutop_hover.png") repeat-x left top;
    }
  #header #menutop li a:active,
  #header #menutop li a:focus,
  #header #menutop li.current a{
    padding: 0 7px;
    border-left:1px solid #FF0000;
    border-right:1px solid #FF0000;
    background: url("../media/layout/menutop_active.png") repeat-x left top;
    color: #FFCC00;
    }

/***** Menü Links
************************************************/
  #left {
    position:fixed;
    top:40px;left:50%;
    z-index:99;
    margin: 0 0 0 -430px;
    width:160px;
    }

  #left #menuleft, #left #menustatic {
    background: url("../media/layout/menuleft_bg.gif") repeat-y left top;
    width:160px;

    }

  #menuleft .top, #menustatic .top {
    line-height: 10px;
    height:10px;
    font-size:1px;
    }
  #menuleft .top {background: url("../media/layout/menuleft_top.gif") no-repeat left top;}
  #menustatic .top {background: url("../media/layout/menuleft_top1.gif") no-repeat left top;}
  #menuleft .bottom, #menustatic .bottom {
    line-height: 10px;
    height:10px;
    font-size:1px;
    background: url("../media/layout/menuleft_bottom.gif") no-repeat left top;
    }

  #menustatic h3 {font-size:10pt;padding:0 10px 0 17px;}


  #left ul {
    margin:0;
    padding:0 10px;
    list-style:none;
    }

  #left ul li {
    margin: 3px 0 0 0;
    line-height: 22px;
    height: 22px;
    width: 140px;
    }
  #left ul li {
    margin: 3px 0 0 0;
    line-height: 22px;
    height: 22px;
    width: 140px;
    }
  #left li a {
    display:block;
    padding: 0 6px;
    font-size:9pt;
    line-height: 22px;
    color: #CC0000;
    background: url("../media/layout/menuleft_li.png") no-repeat left top;
    text-decoration: none;
    }
  #left li a:hover {background-position: 0px -22px;}
  #left li.current a, #left li a:active {background-position: 0px -44px;color: #660000;}
  #left li.topcurrent a {background-position: 0px -44px;color: #660000;}



