#head {
    width : 100%;
    text-align : center;
    height : 150px;
    background-image : none;
    }
#logo { display : none; }
#printlogo { display : block;}
#topnav { display : none; }
#leftnav { display: none; }
#rc {
    float : right;
    width : 200px;
    border-left : 1px solid Gray;
    border-bottom : 1px solid Gray;
    padding : 12px;
    margin-left : 20px;
    }
body.volleBreite #rc {
    display : none;
}
#cc { padding-right : 15px; }
h1, h2, h3 { clear : none;  }
#foot { display: none;  }
#w3cnote { display: none; }
#printfoot {
    text-align : center;
    border-top : 1px solid Black;
    clear : both;
    margin-top : 20px;
    font-size : 0.8em;
    padding-top : 10px;
    line-height : 1.5em;
    }