/******************************************/
/* LIVE SUCHE                             */
/* Hinweis: Farbangaben werden jeweils    */
/* in den Portal spezifischen CSS Dateien */
/* angegeben                              */
/******************************************/


#volltextsuche {
    position:relative;
}

.webSearchKeywordsWrapper {
    margin-bottom:5px;
}

#volltextsuche  .webSearchLeft {
    height:23px;
}

/* jquery.quicksearch Default-Styles */
div.qs_results {
  margin: 5px 0 0 0;
  padding: 3px;
  height: 16em;
  font-size: 0.67em;
  line-height: 1.2em;
  z-index:1500;
  background: #fff;
}

.qs_loading {
  background-image: url(/images/layout/icons/loading.gif);
  background-position: right center;
  background-repeat:  no-repeat;
}

.qs_results h3 {
  margin: 0;
  padding: 0 5px;
  line-height: 18px;
}
.qs_results ul,
.qs_results li,
.qs_results dl,
.qs_results dt,
.qs_results dd {
  margin: 0;
  padding: 0;
  list-style-type:none;

}
.qs_results li {
    cursor: pointer;
    padding: 5px;
    font-size:1.2em;
}
.qs_results dt {
    font-weight: bold;
}
.qs_results dd {
    margin-left: 20px;
}

li.qs_hover {
    cursor: pointer;
}
span.aID {
    display: none;
}

.ergebnisliste {
    font-size: 1em !important;
    margin: -3px 0 0 0;
    padding: 3px 0 3px 5px;
}

/******************************************/
/* Standard Farbangaben                   */
/******************************************/

/* jquery.quicksearch Default-Styles */
div.qs_results {
  background: white;
  color: #737B9F !important;
}

.qs_results li {
    border-bottom:1px dotted #737B9F;
}

li.qs_active {
    background: #737B9F !important;
    color: #ffffff !important;
}

/*
.qs_results h3 {
  background: #333;
  color: #FFF;
}
li.qs_hover {
    background: #e8edf3;
    color: #ffffff;
}

.ergebnisliste {
    background-color: #D8E1E8;
    color: #173758;
}
*/
