    div.SucheNachStrasse {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.SucheNachStrasse ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.SucheNachStrasse ul li.selected { background-color: #94A1BC;}
    div.SucheNachStrasse ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:15px;
      cursor:pointer;
    }
