@media print {
     
      BODY {
           margin:5px;
           font-family:arial; 
           font-size:11px;
      }
      
      H1,H2,H3,H4,H5,H6 {
           font-familay:arial;
           font-size:10px;
           color:#990033;
      }
      
      H2 {
           font-size:14px;

      }
      H1.n-1 {
           font-size:14px;
           border-bottom:1px solid #990033;
           padding-bottom:1%;
      }
      .content_element li {
      list-style-image:url(../bilder/nav_pfeil_ebene1.gif);
      }
      
      #content .content_element a  {
         
         color:#990033;
      }
      
      UL LI {
         list-style-type:square;
         font-size:11px;
      }
      
      P {
         font-size:11px;
      }
      
      H3 {
           font-size:13px;
      }
      
      
      #left,
      #right, 
      #mainnav,
      #header UL,
      #breadcrumbnav,
      #footer  {
           display:none;
      }
}
