﻿/* MAIN */
    .divSubWrapperWinter {
        background-image: url(/images/main/header_detail_winter.gif);
        background-repeat: no-repeat;
    }
    .divSubWrapperSummer {
        background-image: url(/images/main/header_detail_sommer.gif);
        background-repeat: no-repeat;
    }
    
/* LEFT SIDE */
    .divStartLeftBox {
        margin:0 0 20px 0;
        padding:0 30px 0 20px;
    }

/* CONTENT */
    #divContentContainer {
        padding:5px 10px 0 10px;
        width:681px;
        background-color:#ffffff;
    }
    .divSitemapContainer {
        margin:0 10px 0 20px;
        padding:0;
    }

