@media print {
    body {
        font-size:10pt;
    }
    a {
        color:#404040;
    }
    #BannerLeft,
    #UserStatus,
    #Navigation,
    #Impressum,
    #Browsing,
    #LogoTotenbuch a,
    #LogoTotenbuch img,
    .objekt-optionen-wrap,
    .objektteil .link.back,    
    .layout-home #Content,
    #bfLoading,
    #print {
        display:none;
    }
    #LogoTotenbuch {
        left:0;
    }
    #LogoTotenbuch #LogoTotenbuchHeadline {
        display:block;
    }
    #LogoTotenbuch #LogoTotenbuchHeadline h1 {
        font-weight:bold;
        font-size:166%;
        margin:0;
        line-height:1.3em;
    }
    #LogoTotenbuch #LogoTotenbuchHeadline h2 {
        font-weight:bold;
        font-size:133%;
        margin:0;
        line-height:1.3em;
    }
    #Banner, #Main {
        border-bottom:2px solid #C0C0C0;
    }
    #Content,
    #ContentInner {
        margin-left:0;
        padding-left:0;
        width:100%;
    }
}