#menu {
      position: absolute;
      top:      150px;
      left:     0px;
      width:    775px;
      height:   25px;
      font-weight: bold;
      cursor: pointer; 
}

#menu a:link {
      text-decoration: none;
      color: white;
      font-weight: bold;
}
#menu a:hover {
      text-decoration: none;
      color: white;
      font-weight: bold;
}
#menu a:visited {
      text-decoration: none;
      color: white;
      font-weight: bold;
}
#menu a:active {
      text-decoration: none;
      color: white;
      font-weight: bold;
}

.untermenu {
      position: absolute;
      top:      175px;
      width:    150px;
      padding-top: 4px;
      padding-left: 5px;
      padding-right: 3px;
      visibility:  hidden;
      font-size: 10pt;
      background-color: #000000;
      line-height: 145%;
}



#u_menu {
      text-decoration: none;
      color: white;
      cursor: pointer;
} 

.menubutton {
      position: relative;
      width: auto;
      height: 25px;
      float: left;
      padding-top: 1px;
      padding-left: 5px;
      padding-right: 5px;
      border-left: solid 1px white;     
      background-color: #000000;
}
