﻿/* basic layout structure */
	/* main structure */    
    #divHead {
        background-image: url(../images/header/header_loesungen.jpg);
        background-position: 0px 50px;
        background-repeat: no-repeat;
        height: 312px;
        width: 700px;
        float:left;
    }
    *html .divLowerHead {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/main/background_header_bottom.png');
        height: 72px;
    }
    .divLowerHead[class] {
        background-image: url(../images/main/background_header_bottom.png);
        background-repeat: no-repeat;
        min-height: 72px;
        _height: 72px;
    }         
    *html .divContentContainer {
        background-color:#66cc00;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/main/background_content700x900.png');
        height: 888px;
        padding:0;
        margin:0;
    }
    .divContentContainer[class] {
        background-image: url(../images/main/background_content700x900.png);
        background-repeat: no-repeat;
        min-height:500px;
        _height: 100%;
        padding:0;
        margin:0;
    }
    /* main structure end */
/* basic layout structure end */    