body {

    background: url("../images/header-grau-repeat-bg10x167.gif") repeat-x scroll 0 -10px #fff;

}

@media print {
    /* hides all img elements that are adjacent to an input element: */
    input[type=checkbox],
    #printButtonElementID, 
    input[type=checkbox] + span.pllp {
        display: none;
    }
    /* shows all img elements directly adjacent to a checked input
       of type=checkbox: */
    input[type=checkbox]:checked,
    input[type=checkbox]:checked + span.pllp {
        display: inline-block;
    }
}