#liveSearch{
 padding:0 0 20px 260px;
 position: relative;
 height:25px;
 padding: 0;
 position: absolute;
 top: 75px;
 left: 260px;
}

#liveSearch .Input{
  float:left;
}

#liveSearch .Input input{
  border:2px solid #CCCCCC;
  width:272px;
  height:19px;
  margin-right:3px;
  padding:0 10px;
}


#liveSearch .Input.Last input{
  width: 53px;
  height: 23px;
  background: url('/images/icons/fulltext_submit.png') center no-repeat;
  border:none;
  cursor: pointer;
  background-color: #BEFF00;
}

#liveSearch .Input.Last input:hover{
  background-color: #f3f3f3;
}

#liveSearch .Input input.busy{
  background-repeat: no-repeat;
  background-image: url('/images/loader-search.gif');
  background-position: 270px center;
}


#liveSearch .ResultBox{
  position: absolute;
  left:260px;
  left: 0;
  top:30px;
  z-index:10000;
  background-color: #fff;
  min-width:272px;
  margin-top:10px;
}

#liveSearch .ResultBox .ListItem{
  position: relative;
}

#liveSearch .ResultBox .ListItem:hover{
  background-color:#eee !important;
}

#liveSearch .ResultBox .Selected { 
  background-color:#CCCCCC;
}

#liveSearch .ResultBox .ListItem a{
  color: #5d5d5d;
}

#liveSearch .ResultBox .ListItem a.link{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:30px;
}

#liveSearch .ResultBox .ListItem .category{
  padding:2px 10px 0 42px;
  height:28px;
  background-color: #e6e6e6 !important;
  border-bottom: 1px solid #fff;
}

#liveSearch .ResultBox .ListItem:hover{
  cursor: pointer;
}

#liveSearch .ResultBox .ListItem:hover .category{
  background-color:#eee !important;
}

#liveSearch .ResultBox .ListItem.Selected .category{
  background-color:#CCCCCC !important;
}

#liveSearch .ResultBox .ListItem .category .title{
  color:#000;
  padding-top:2px;
}

#liveSearch .ResultBox .ListItem .Audioguide{
  background: url('/images/livesearch/audioguide.jpg') no-repeat;
}

#liveSearch .ResultBox .ListItem .Kulturmagazin{
  background: url('/images/livesearch/kulturmagazin.jpg') no-repeat;
}

#liveSearch .ResultBox .ListItem .Reiseziel{
  background: url('/images/livesearch/reiseziel.jpg') no-repeat;
}
