html, body {
    margin: 0;
    padding: 0;
}

html {
    /*background: center top fixed #405478 URL(../images/bg_html_weiss.png) no-repeat;*/
    background: center top fixed URL(../images/hintergrundgrafik.jpg) no-repeat;
    background-size: cover; 
    /*background: #405478;*/
}

#wrap {
    width: 988px;
    margin: 7px auto;
    padding: 0;
}

    .shadow-top,
    .shadow-bottom {
         height: 4px;
         line-height: 4px;
         font-size: 1px;
         background: URL(../images/bg_shadow-top.png) no-repeat; 
    }
    
    .shadow-bottom {
        background: URL(../images/bg_shadow-bottom.png) no-repeat;
        margin-bottom: 4px;
    }
    
    .shadow {
        background: URL(../images/bg_shadow.png) repeat-y;
    }
    
    #header {
        width: 980px;
        margin: 0 4px;
        height: 246px;
        background-image: URL(../images/bg_header.jpg);
        background-repeat: no-repeat;
        background-color: #fff;
    }
    
    #navi-main {
        width: 980px;
        height: 36px;
        margin: 0 4px;
        background: #00468E;
        position: relative;
    }
    
    #main {
        
    }
    
        #left {
            width: 200px;
            float: left;
            display: inline;
            margin-left: 4px;
        }
        
            #left-inner {
                padding: 13px;
            }
        
        #content {
            width: 720px;
            float: right;
            display: inline;
            margin-right: 29px;
            padding-top: 24px;
            padding-bottom: 24px;
        }
        
        #footer {
            clear: both;
            width: 980px;
            margin: 0 4px;
            height: 30px;
            line-height: 30px;
            background: #1D2535;
            text-align: center;
        }