   /* Modifikationen für die browserbasierte Druckansicht */

   #content p, #content a, #content td, #content ul {
      position: relative;
   }

   #content p, #content table {
      display: block;
   }

   #content h1, #content h2, #content h3, #content h1 span, #content h2 span, #content h3 span {
      position: relative;
   }

   #content img {
      position: relative;
      display: block;
   }
