/*-----------------------------------------------------------
Linkes Menue
-----------------------------------------------------------*/

.menu {
      width: 153px;
}
.menu ul {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 1px;
      padding: 0px;
      list-style-type: none;
      font: /*bold*/ 12px/22px Verdana;
      line-height: 20px;
}
.menu_no li {
      background-color: #999999;
      border-bottom: 1px solid #FFFFFF;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 1px;
      border-left: 1px solid #FFFFFF;
      line-height: 13px;
}
.menu_act li {
      background-color: #EEEEEE;
      border-bottom: 1px solid #FFFFFF;
      color: #000000;
      border-left: 1px solid #FFFFFF;
      padding-left: 1px;
}
.menu_no a {
      font-weight: normal;
      display: block;
      padding-left: 1px;
      color: #FFFFFF;
}
.menu_act a {
      font-weight: normal;
      display: block;
      padding-left: 1px;
      color: #000000;
}
.menu_no a:link, .menu_no a:visited {
      /*background: url(../images/bg_menu.gif) bottom;*/
      text-decoration: none;
      font-weight: normal;
      color: #FFFFFF;
}
.menu_no a:hover {
      background: url(../images/bg_menu_mover.gif) top left;
      /*background-color: #F0F0F0;*/
      color: #000000;
      text-decoration: none;
      font-weight: normal;
}
.menu_no a:active  {
      background: url(../images/bg_menu_mover.gif) top left;
      color: #000000;
      text-decoration: none;
      font-weight: normal;
}
.menu_act a:link, .menu_act a:visited {
      /*background: url(../images/bg_menu.gif) bottom;*/
      text-decoration: none;
      font-weight: normal;
      color: #000000;
}
.menu_act a:hover {
      background: url(../images/bg_menu_mover.gif) top left;
      color: #000000;
      text-decoration: none;
      font-weight: normal;
}
.menu_act a:active  {
      background: url(../images/bg_menu_mover.gif) top left;
      color: #000000;
      text-decoration: none;
      font-weight: normal;
}
