/* gerundete weisse Suchergebnisboxen */

.srchres_summary_tall {
    width:750px; height:425px;
    background-image:url('/suche/pix/search_results_back_tall.jpg');
    background-repeat:no-repeat;
}

.srchres_summary_tall h1 {
    margin:0px 0px 0px 0px;
    padding:25px 0px 0px 0px;
    color:#304967;
    font-size:1.4em;
    text-align:center;
}

.srchres_summary_tall p, .srchres_summary_narrow p {
    text-align:center;
    color:#3a3a3a;
}

/* "leider nichts gefunden" */

.srchres_summary_tall p.nohits {
    color:#000000;
    margin:50px 0px 0px 0px;
}

/* "meinten Sie..." */

.srchres_summary_tall p.proposal {
    margin:20px 0px 0px 0px;
}

.srchres_summary_tall form {
    width:300px;
    margin: 60px auto;
}

.srchres_summary_tall a {
    color:#003774;
    text-decoration:none;
}

.srchres_summary_tall a:hover {
    color:#666666;
    text-decoration:underline;
}


.srchres_summary_narrow {
    width:751px; height:112px;
    background-image:url('/suche/pix/search_results_back_narrow.jpg');
    background-repeat:no-repeat;
}

.srchres_summary_narrow h1 {
    margin:0px 0px 0px 0px;
    padding-top:25px;
    color:#304967;
    font-size:1.4em;
    text-align:center;
}

.srchres_summary_narrow p {
    margin:15px 0px 0px 0px;
}


/* nachgebautes jQuery-Suchfeld in der Ergebnisbox */

.srchres_summary_tall .backgrblue {
    width:253px; height:50px;
    margin:0px 0px 0px 47px;
    clear:both;
    float:left;
    background-color:#304967; border-top-right-radius:5px; border-bottom-right-radius:5px;
}

.srchres_summary_tall .backgrwhite {
    width:240px; height:34px;
    margin:7px 0px 0px 0px;
    background-color:#ffffff; border-width:1px; border-color:#aaaaaa; border-radius:3px; border-style:solid;
}

.srchres_summary_tall button {
    width: 29px; height: 29px;
    margin:2px 2px 0px 0px;
    padding: 0px;
    float:right;
    background: url('/_pub/header/tools.png') no-repeat scroll -50px -73px transparent;
    border: 0px none;
    cursor: pointer;
    font-size: 22px;
}

.srchres_summary_tall button:hover {
    background-position: -50px -102px;
}


.srchres_summary_tall input[type=text] {
    width:195px; height:30px;
    margin:0px 0px 0px 5px;
    float:left;
    font-size:19px;
    border:0px solid;
}