@charset "utf-8";

.tx-indexedsearch-form {
    float: left;
}

.tx-indexedsearch-search-submit {
    float: left;
    margin-left: 1em;
}

#tx-indexedsearch-searchbox-sword {
    width: 150px;
    font-size:1em;
    height: 19px;
}

#tx-indexedsearch-searchbox-button-submit {
    margin-top: 0;
    font-size: 1em;
}


.tx-indexedsearch .tx-indexedsearch-form label {
    float: left;
    font-size: 1em;
    margin-right: 0;
    padding-top: 0.25em;
    width: 7em;
}

.tx-indexedsearch form input.mehr-button {
    margin-right: 0;
}

.tx-indexedsearch .article ul.browsebox {
    margin-bottom: 20px;
    margin-left: 0;
}

.tx-indexedsearch-res .res-tmpl-css{
    margin-bottom: 25px;
}

.tx-indexedsearch-res h3{
    margin:0;
}

/*Suchergebnis Match Farbe*/
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #af1428;
}

/*Pfad*/
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a{
    color: #000;
    font-family: wf-DINWeb-Bold, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a:hover,
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a:focus
.tx-indexedsearch-res .tx-indexedsearch-text-item-path a:active{
    color: #0069B4;
    text-decoration: underline;
}

/*Paginierung*/
.tx-indexedsearch-browsebox {
    margin-bottom: 20px;
}
.tx-indexedsearch-browsebox  ul.browsebox li a{
    color: #0069B4;
    text-decoration: none;
}
.tx-indexedsearch-browsebox  ul.browsebox li a:hover,
.tx-indexedsearch-browsebox  ul.browsebox li a:focus {
    color: #000;
    text-decoration: underline;
}
.tx-indexedsearch-browsebox  ul.browsebox .tx-indexedsearch-browselist-currentPage a{
    color: #000;
}

