
    body
    {
        /*background: url(../img/bg_site.jpg) repeat-y ;*/
        background-color: #f8f8f8;
    }   
    
    #all
    {
        width: 986px; 
    }
    
    #columnleft
    {
        background: url(../img/bg_columnleft.jpg) no-repeat;
        width: 190px; 
        height: 810px;  
        float: left;    
    }
    #main
    {
        background: url(../img/bg_main_mitte.jpg) repeat-y;
        width: 790px; 
        float: left;        
    }
    #navi
    {
        margin: 0 0 0 0px;
        padding: 0 0 0 54px;
        width: 736px;
        height: 164px;
        background: url(../img/bg_navi.jpg) no-repeat ;     
    }
    #content
    {
        background: url(../img/bg_main_oben.jpg) no-repeat;
        width: 790px;   
        float: left;
    }
    #columnmiddle
    {
        float: left;
        width: 610px;       
    }
    #columnmiddle-start
    {
        float: left;
        width: 592px;       
        padding: 18px 0 0 18px;
        position:relative;
    }   
    #columnright
    {
        float: left;
        width: 174px;
        padding: 60px 0 0 6px;      
    }
    #end
    {
        float: left;
        background: url(../img/bg_main_unten.jpg) no-repeat;
        width: 790px; 
        height: 20px;
        margin: 0px;
        padding: 0;
    }
    #footer
    {
        width: 790px; 
        height: 40px;
        margin: 0px 0 0 190px;
        background: none;
    }   
    #footer p
    {
        width: 590px;
        text-align: center;
        padding: 10px 0 0px 0;
    }
    
