.qsp_liste_dropdown,
.qsp_liste_detail {
    border-spacing: 0;
    font-size: 11px;
}

.qsp_liste_dropdown tr td,
.qsp_liste_detail tr td {
    vertical-align: top;
    padding: 4px 12px 4px 0px;
}

.qsp_liste_dropdown tr.zeile2 td,
.qsp_liste_detail tr.zeile2 td {
    border-bottom: 1px solid #999;
}

.qsp_liste_dropdown tr td.titel,
.qsp_liste_detail tr td.titel {
    font-weight: bold;
}

.qsp_liste_dropdown tr td .veranstalter,
.qsp_liste_dropdown tr td .raum_name,
.qsp_liste_dropdown tr td.feiertag,
.qsp_liste_detail tr td .veranstalter,
.qsp_liste_detail tr td .raum_name,
.qsp_liste_detail tr td.feiertag {
    font-style: italic;
}

.qsp_liste_dropdown tr td.beginn_zeit,
.qsp_liste_detail tr td.beginn_zeit {
    white-space: nowrap;
}

.qsp_liste_dropdown .details {
    display: none;
    padding-top: 5px;
}

.mehr {
    cursor: pointer;
}

.no-results.inhalt {
    display: none;
}

.no-results.leer {
    display: block;
}

.qsp_singleviewseite div {
    margin-bottom: 20px;
}

.qsp_singleviewseite img {
    width: 100%;
}

.qsp_singleviewseite table td {
    padding-bottom: 10px;
    vertical-align: top;
}

.qsp_singleviewseite table td .label {
    font-weight: bold;
    padding-right: 30px;
}

.qsp_singleviewseite .h1, .qsp_singleviewseite h1 {
    font-size: 1.5em;
}

.qsp_singleviewseite .h2, .qsp_singleviewseite h2 {
    font-size: 1.1em;
}

.leer {
    display: none;
}

.details table {
    width: 100%;
}

.qsp_liste_dropdown .details tr td {
    border-bottom: none;
}

.qsp_singleviewseite .label {
    border-radius: 0.25em;
    color: #333;
	float: left;
    display: block;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0 0.3em;
    text-align: left;
    vertical-align: baseline;
    white-space: nowrap;
	width: 100px;
}

.qsp_singleviewseite .leer {
    display: none;
}

.mehr {
    color: #004B9E;
}

.qsp_liste_popup .details {
    display: none;
}

.qsp_liste_popup .details.show {
    width: 100%;
    height: 100%;
    background: url(trans.png);
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 100;
}

.qsp_liste_popup .details.show .detail_wrapper {
    background: #FFF;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 5%;
    left: 10%;
    overflow: auto;
    padding: 5%;
}

.qsp_liste_popup .details.show .detail_wrapper img {
    float: left;
    margin-right: 20px;
}

.qsp_liste_popup .details.show .detail_wrapper table {
    clear: both;
}

.qsp_liste_popup td {
    vertical-align: top;
    padding-right: 20px;
    padding-top: 20px;
}

.qsp_liste_popup tr.zeile2 td {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}

.schliessen {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    background: url(schliessen.png);
    cursor: pointer;
}

.qsp_liste_popup .beginn_zeit {
    white-space: nowrap;
}

.qsp_liste_popup td.titel {
    font-weight: bold;
}

.dokumente a {
    background: url(dokument.png) no-repeat;
    padding: 3px 0px 3px 20px;
}

.qsp_suche {
    background: #F2F2F2;
    border: 1px solid #CFCECF;
    clear: both;
    margin: 10px 0px 20px 0px;
    overflow: hidden;
}

.qsp_suche h2 {
    font-size: 14px;
    color: #FFF;
    background: #494949;
    padding: 5px;
    margin: 0px;
}

.qsp_suche h3 {
    font-size: 11px;
}

.qsp_suche .zielgruppensuche,
.qsp_suche .themensuche,
.qsp_suche .stichwortsuche {
    width: 30%;
    float: left;
    overflow: hidden;
    margin: 1.3%;
}

.qsp_suche .zielgruppensuche {
    margin-right: 0;
}

.qsp_suche li {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.qsp_suche ul {
    padding-left: 0px;
    margin-left: 0px;
}

.qsp_suche label {
    font-size: 85%;
    position: relative;
    line-height: 1.4;
    padding-bottom: 3px;
}

.qsp_suche input[type=text] {
    width: 95%;
}

.qsp_suche input[name=suchen] {
    display: block;
    margin-top: 5px;
    clear: both;
    margin-left: 1.3%;
    margin-bottom: 1.4%;
}

.qsp_suche .zielgruppensuche label,
.qsp_suche .themensuche label {
    margin-left: 20px;
    display: block;
}

* + html .qsp_suche .themensuche label,
* + html .qsp_suche .zielgruppensuche label,
* html .qsp_suche .themensuche label,
* html .qsp_suche .zielgruppensuche label {
    display: inline;
    margin-left: 0px;
}

.qsp_suche input, .qsp_suche textarea {
    margin-left: 0;
}

.qsp_suche input[type=checkbox] {
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    border: none;
}

* + html .qsp_suche input[type=checkbox],
* html .qsp_suche input[type=checkbox] {
    float: none;
}

.clear {
    clear: both;
}

.keine_treffer {
    font-style: italic;
}

table {
    font-size: 100%;
}

.qsp_liste_dropdown,
.qsp_liste_detail,
.qsp_liste_popup {
    width: 100%;
}

.qsp-termine div {
    height: auto;
}

.qsp-termine .qsp-termin {
    margin-bottom: 20px;
}

.qsp-termine .qsp-feiertag {
    color: #999;
    font-style: italic;
    padding-left: 20px;
}

.qsp-termine .qsp-weiterlesen {
    border-top: 2px solid #663366;
    text-align: right !important;
    margin-top: 4px;
}

.qsp-termine .qsp-weiterlesen a {
    font-size: 100%;
    padding: 4px 8px 6px;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    background: #663366;
}

.qsp-termine .qsp-titel {
    font-weight: bold;
}

.qsp-termine .qsp-datum {
    font-weight: bold;
}

.qsp-termine .qsp-content {
    border-top: 1px solid #999;
    padding-top: 4px;
    margin-top: 4px;
}

#qsp-overlay {
    width: 100%;
    height: 100%;
    background: url(trans.png);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 100;
}

#qsp-overlay.overlay-show {
    display: block;
}

#qsp-overlay-img {
    width: 600px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -307px;
    top: 40px;
    border: 7px solid #FFF;
}

#qsp-overlay-schliessen {
    width: 30px;
    height: 30px;
    background: url(schliessen.png);
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: 287px;
    top: 28px;
}

.qsp_singleviewseite #qsp-bild {
    width: 200px !important;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.qsp-termine .qsp-toplist-termin {
    margin-bottom: 0px;
}

.qsp-elem-hide {
    display: none;
}

.pagination a, .pagination span {
    color: black;
}

.pagination a {
    padding: 8px;
}

.pagination a.active {
    font-weight: bold;
}

.pagination a.hidden-group {
    display: none;
}

.pagination .ellipsis {
    padding-left: 5px;
    padding-right: 5px;
}

.kalender table td a.active {
    background-color: #ccc;
    color: black;
    font-weight: bold;
}

.kalender table td a.today {
    color: red;
    font-weight: bold;
}

.kalender table td a {
    padding-top: 5px;
    height: 20px;
    width: 25px;
    display: block;
    text-align: center;
    background-color: white;
    color: #333;
    cursor: pointer;
}

.kalender table {
    background-color: #eee;
}

.kalender table td a:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}

.kalender table td {
    border: 1px solid #ccc;
}

.kalender .weekday {
    padding-top: 5px;
    height: 20px;
    width: 25px;
    display: block;
    text-align: center;
}

.kalender .monthname {
    padding: 5px;
    text-align: center;
}

.termine form input, .termine form select {
    margin-top: 5px;
    width: 185px;
    padding: 5px;
    display: block;
    clear: both;
    color: #444;
}