@charset 'UTF-8';
/* PRINT.CSS */
/* hellgrau:#f5f5f5 / grau:#666666 / rot:#c1272d / hellblau:#80c3e0 / dunkelblau:#5486b1 */
@media only print {
  BODY { font-size:10px; }
  .layout-3,.layout-4,.layout-5,HEADER { display:none !important; }
  BODY.js .flyin-hidden { opacity:1; }
  BODY.js .ce-bodytext UL>LI.fadein::before { width:15em; opacity:1; }
  .tabs>DIV { display:block !important; }
  H2.accordion::before,
  .contentpic,
  FOOTER .col-last,
  FOOTER .bottomline { display:none; }
}