@media print {
   body #printfriendly { 
    -webkit-print-color-adjust: exact;
    background-image:url('/sites/default/files/APDPXLOGO_0.png');
    background-repeat:repeat-y;
    background-position: center;
    background-attachment:fixed;
    background-size:100%;
   }
}

.printfriendly{
  position:absolute;
  top:0;
  display:none;
}

#pflasttext{
  display:none;
}