/* 
    Document   : startseite.css
    Created on : 16.12.2009, 13:09:30
    Author     : Thomas
    Description:
        Startseite-Style
*/

input#suchbegriffStartseite {
    font-size: 25px;
    width: 600px;
    height: 30px;
}

input#suchbuttonStartseite {
    font-size: 25px;
    width: 113px;
}

div#startseiteinhalt span#suche_standort_text_startseite {
    display: inline-block;
    width: 180px;
}

div#startseiteinhalt span#suche_standort_formular_startseite input[name=suchort] {
    width:  180px;
}

div.spotlightContainer {
    position: relative;
    height: 216px;
}

div.spotlightContainer ul li {
    list-style-type: none;
}

div#spotlightListeLinks {
    position:absolute;
    left: 1px;
}

div#spotlightListeRechts {
    position:absolute;
    right: 1px;
}

div#spotlight .vorschaubild {
    height: 50px;
    width: 67px;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 0px;
    border: 2px solid white;
}

div#spotlight .vorschaubild img {
    background-position: center center;
    background-repeat: no-repeat;
}

div#spotlight .vorschaubild.aktiv {
    border: 2px solid black;
}

div.spotlightMitte {
    position:absolute;
    left: 75px;
    width: 570px;
    overflow: hidden;
}

div#spotlight .spotlightMitteName {
    position:absolute;
    line-height: 2em;
    width:100%;
    text-align: center;
    background-image: url(../img/trans.png);
}

div#spotlight .spotlightMitteName a {
    text-decoration: none;
    color: black;
}

div#spotlight .spotlightMitteBildGross {
    height: 214px;
    width: 285px;
}

div#spotlight .spotlightMitteBildGross img {
    background-position: center center;
    background-repeat: no-repeat;
}

div#spotlight .spotlightMitteText {
    position: absolute;
    padding-left: 5px;
    left:285px;
    top: 25px;
    width: 280px;
}

div#startseite_inMeinerNaehe {
    float: right;
    width: 360px;
}

div#neuesteBewertungen {
    float: right;
    width: 360px;
    margin-right: 3px;
}

div.bewertung_startseite{
    margin-top: 10px;
}
