﻿#hitlistHeader {
    color: gray;
    font-size: 80%;
    margin-bottom: 15px;
}

#hitlistHeader hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

#hitlistHeader #readable {
    margin-top: 5px;
    margin-bottom: 5px;
}

#hitlist ul {
  list-style-type: none;
  padding-left: 0px;
}

#hitlist a
{
    text-decoration: none;
}

ul.pagination {
    margin-top: 0px;
    margin-bottom: 5px;
}

ul.pagination a:hover, ul.pagination li.active a, ul.pagination li.active a:hover {
  background-color: #f5f5f5;
  color: black;
  border-color: #ddd;
}

ul.pagination .active a {
  color: #999999;
  cursor: default;
}

ul.pagination li.disabled,
ul.pagination li.disabled a,
ul.pagination li.disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.hitlistItem {
    margin-bottom: 30px;
}

.hitlistItem em {
    font-weight: bold;
    font-style: normal;
}

.hitlistItem .hlSnippet {
    font-size: 80%;
}

.hitlistItem .hlSubTitel {
    font-size: 80%;
    color: gray;
}

.hitlistItem .hltitel {
    font-size: 85%;
}

.hitlistItem h1 {
    font-size: 95%;
    font-weight: bold;
    margin-top: 0px;
}

.hitlistItem h2 {
    font-size: 85%;
    font-weight: bold;
    margin-top: 0px;
}

.hitlistItem h3 {
    font-size: 80%;
    font-weight: bold;
    margin-top: 0px;
}

.hitlistItem h4, .hitlistItem h5, .hitlistItem h6 {
    font-size: 80%;
    font-weight: bold;
    margin-top: 0px;
}

#buchstabenleisteDiv a.btn {
    font-size: 85%;
}
#buchstabenleisteDiv a.active {
    background-color: #dddddd;
}

#buchstabenleisteDiv a.disabled {
    font-weight: normal;
    color: #cccccc;
}

#buchstabenleisteDiv a {
    font-weight: bold;
    padding-top: 3px;
}

#pager {
    font-size: 90%;
}
