html, body { padding: 0; margin: 0; border: 0; }
body { 
    background-color : #FFFDF0;
    text-align : center;
    }
#head {
        width: 100%; height : 143px;
        padding : 0;
        background-position : top center;
        background-repeat : no-repeat;
        
        }
#logo { float : left; }
#printlogo { display : none; }
#topnav {
        width : 794px;
        clear : both;
        margin : auto;
        }
#main {
        width : 794px;
        display : block;
        background-image : url(bilder/system_dangast/main_back.gif);
        background-position : center;
        background-repeat : repeat-y;
        margin : auto;
        position : relative;
        white-space : normal;
        clear : both;
        }
.volleBreite #main { background-image : url(bilder/system_dangast/main_back_2spaltig.gif); }
#leftnav {
        width: 170px;
        float: left;
        margin: 0; padding: 0;
        padding-bottom : 113px;
        text-align : left;
        }
#rc {
        width : 179px;
        margin : 0; padding : 0px;
        text-align : left;
        float : right;
        padding-top : 65px;
        }
body.volleBreite #rc { display : none; }
#cc {
        position : relative;
        display : block;
        float : left;
        margin : 20px; padding : 0;
        text-align : left;
        width : 400px;
        padding-bottom : 35px;
        }
body.volleBreite #cc { width : 580px; margin-right:0; }
#foot {
        clear : both;
        z-index : 50;
        font-size : 0.75em;
        text-align : center;
        width : 794px;
        margin: 0; 
        padding-top : 6px;
        padding-bottom : 4px;
        border-top : 1px solid White;
        background-color : #CDC397;
        background-image : url(bilder/system_dangast/foot_back.gif);
        background-position : bottom right;
        background-repeat : no-repeat;
        }
#w3cnote { display:none; }
#printfoot { display:none; }
.rd { font-family: Arial, Sans-Serif; font-size:12px; color:red; text-align : left; }