  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: "Times New Roman", serif;
    margin: 0; 
    padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  h1 { font-size: 18pt; }

  div#Screenheader {
    display:none;
  }

  div#Printheader {
    display:block;
    padding: 0px 0px 0px 0px; /* ORUL */
  }

  div#Navigation {
    display:none;
  }

  div#Kontext {
    display:none;
  }

  div#Screenfooter {
    display: none;
  }

  div#Printfooter {
    display: block;
    clear: both;
    text-align: left;
  }

