
/*vyhledavani*/
#search-results *  {
  /*font-weight: normal;*/
}
#search-results .highlight {
  background-color:yellow;
}
#search-results a {
color: #0000cc;
}
#search-results a:visited {
  color: #551a8b;
  }
#search-results .search-result-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#search-results .search-result-link,
#search-results .search-result-link a { 
  color: green;
  text-decoration: none;
}
