/* 
    Document   : search.css
    Created on : 26.03.2010, 16:29:38
    Author     : felix.leipold
    Description:
        Stylesheet der Suche und Suchergebnisse
*/

#suche td, #suche table {
    margin: 0;
    padding:0;
}

#suche table {
    width: 200px;
    margin-top: 4px;
}

#tdsuchbegriff {
    width: 165px;
}

#suchfeld {
    height:15px;
    width:160px;
    font-size:11px;
    background-color:#19305E;
    color:#ffffff;
    padding-left: 3px;
}

#submitsuche {
    border:0;
    background-color: #ffffff;
    background-image: url('../images/Suchen.png');
    width: 17px;
    height: 17px;
    margin-left: 5px;
}

.tx-indexedsearch-res table {
    margin-top:0px;
    margin-bottom: 0px;
}

.tx-indexedsearch-title {
    padding-left: 0px;
}

.tx-indexedsearch-searchbox {
    display:none;
}

.tx-indexedsearch-info {
    display: none;
}

#content strong.tx-indexedsearch-redMarkup {
    color: #192b71;
}

.tx-indexedsearch-percent {
    display: none;
}

.tx-indexedsearch-browsebox {
    margin-top: 15px;
    margin-bottom: 20px;
}

.tx-indexedsearch-title a{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.tx-indexedsearch-descr {
    font-size: 13px;
}
