/*ALLGEMEINES*/
    #contentContainer
    {
        height: auto;  
    }
    #contentTop
    {
        background-image: url(/include/banner.jpg);
        width: 700px;
        height: 144px;
        margin-bottom: 10px;
    }
    #contentMain
    {
        width: 700px;
        height: auto;
    }

/*INHALTS-TABELLE*/
    .tab_header
    {
        background-image: url(/include/tab_header.gif);
        width: 341px;
        height: 20px;
        border: 1px solid #D2D2F5;
        font-weight: bold;
        text-align: center;
    }
    .tab_main
    {
        background-color: white;
        width: 341px;
        height: auto;
        border-left: 1px solid #D2D2F5;
        border-right: 1px solid #D2D2F5;
        text-align: center;
    }
    .tab_footer
    {
        background-image: url(/include/tab_footer.gif);
        width: 341px;
        height: 14px;
        border-left: 1px solid #D2D2F5;
        border-right: 1px solid #D2D2F5;
        text-align: center;
    }

/*MITTLERE SEITE*/
    /*linke Seite*/
        #homeAngebote
        {
            float: left;
            width: 341px;
            height: auto;
            margin-bottom: 10px;
            clear: both;
        }
        #homeNews
        {
            float: left;
            width: 341px;
            height: auto; 
            margin-bottom: 10px;
            clear: both;
        }
        #homeGewinnspiele
        {
            float: left;
            width: 341px;
            height: auto;
            margin-bottom: 10px;
            clear: both;    
        }
    /*rechte Seite*/
        #homeSuche
        {
            float: right;
            width: 341px;
            height: auto;
            margin-bottom: 10px;
            margin-top: 0px;
            clear: both;
            text-align: center;
        }
        #homeTopEvents
        {
            float: right;
            width: 341px;
            height: auto;
            margin-bottom: 10px;
            margin-top: 0px;
            clear: both;
            text-align: center;
        }
        #homeMittagstisch
        {
            float: right;
            width: 341px;
            height: auto;
            margin-bottom: 10px;
            margin-top: 0px;
            clear: both;
            text-align: center;
        }
        #homeTermine
        {
            float: right;
            width: 341px;
            height: auto;
            margin-bottom: 10px;
            margin-top: 0px;
            clear: both;
            text-align: center;
        }
/*LINKE SEITE*/
#lwerbung01
{
    background-image: url(/include/lwerbung01.jpg);
    width: 146px;
    height: 166px;
    margin-bottom: 10px;
}
#lwerbung02
{
    background-image: url(/include/lwerbung02.jpg);
    width: 146px;
    height: 203px;
    margin-bottom: 10px;
}
/*RECHTE SEITE*/
#rwerbung01
{
    background-image: url(/include/rwerbung01.jpg);
    width: 146px;
    height: 197px;
    margin-bottom: 10px;
}


/*STYLES INNERHALB DER CONTENT DIVS*/

.AngeboteListe
{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px D2D2F5;
}

.AngeboteListe:hover
{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px D2D2F5;
    background: #f0f0ff;
}

.AngeboteKomplett
{
    text-align: left;
    padding-bottom: 5px;
    padding-top: 3px;
    border-bottom: solid 1px D2D2F5;
}