﻿/* MAIN */
    .divSubWrapperWinter {
        background-image: url(/images/main/header_default_winter.gif);
        background-repeat: no-repeat;
    }
    .divSubWrapperSummer {
        background-image: url(/images/main/header_default_sommer.gif);
        background-repeat: no-repeat;
    }

/* CONTENT */
    #divContentContainer {
        padding-top:10px;
        width:701px;
    }
    .divStartNewsContainer {
        width:691px;
        margin:20px 0 20px 10px;
        padding:0;
    }
    .divContentListStartLeft {
        float:left;
        width:335px;
        margin:0 21px 30px 0;
    }
    .divContentListStartRight {
        float:left;
        width:335px;
        padding:0;
        margin:0 0 30px 0;
    }
    .imgLeft {
        margin-bottom:10px;
    }
    .divMoreInfo {
        margin:7px 0pt 0pt;
    } 
    .divContentBoxLeft {
        float:left;
        width:345px;
        padding:0 11px 11px 0;
        margin:0;
    }
    .divContentBoxRight {
        float:left;
        width:345px;
        padding:0 0 11px 0;
        margin:0;
    }
    .divContentBoxText200 {
        background-color:#ffffff;
        width:325px;
        margin:0;
        padding:0 10px 0 10px;
        min-height:280px;
        _height:280px;
    }
    .divContentBoxText {
        background-color:#ffffff;
        width:325px;
        margin:0;
        padding:0 10px 0 10px;
    }
    /* box top */
    *html .divContentBoxTop {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/start/box_top.png');
        height: 10px;
        width:345px;
        margin:0;
        padding:0;
        line-height:10px;
        overflow:hidden;
        display:block;
    }
    .divContentBoxTop[class] {
        background-image:url(/images/start/box_top.png);
        background-repeat:no-repeat;
        width:345px;
        height:10px;    
    }
    /* box bottom */
    *html .divContentBoxBottom {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/start/box_bottom.png');
        height: 10px;
        width:345px;
        margin:0;
        padding:0;
        line-height:10px;
        overflow:hidden;
        display:block;
    }
    .divContentBoxBottom[class] {
        background-image:url(/images/start/box_bottom.png);
        background-repeat:no-repeat;
        width:345px;
        height:10px;
    }
