/* DATEI: screenTest.css */

body { margin-top:10pt; margin-bottom:10pt;
       margin-left:10pt; margin-right:10pt;
       font-family:Arial,sans-serif;
       font-size:0.8em;
       color:#000000; }

p  { font-size:1.0em;
    text-align:justify
   }

td,th  { font-size:0.8em; }

h1 { font-size:2.1em;
     font-family:Arial,sans-serif;
     font-weight:bold;
     text-align:center;}

h2 { font-size:1.7em;
     font-family:"Times New Roman",Times,serif;
     font-weight:bold;
     text-align:center;
     margin-top:1.6em;}

h3 { font-size:1.4em;
     font-family:Arial,sans-serif;
     font-weight:bold;
     text-align:left;
     margin-top:1.6em;}

h4 { font-size:1.3em;
     font-family:"Times New Roman",Times,serif;
     font-weight:bold;
     text-align:left;
     margin-top:1.4em;}

h5 { font-size:1.1em;
     font-family:"Times New Roman",Times,serif;
     font-weight:bold;
     text-align:left;
     margin-top:1.4em;}


pre { font-family:"Courier New",Courier,monospace;
      font-size:1.0em;
      color:#000000;
      margin-top:0.4em;       }

pre.listing { color:#0000C0; }
/* Blaue Schrift in Listen mit pre*/

.leiste {background-color:#e6e6e6;}
/* Farbhintergrund für  Zwischenleiste*/

td.listcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#fffff1; }
/*Für Listings mit Rahmen in Tabelle eingebaut*/

.nab { background-color:#f2f2f2;
       color:#0080ff;
       font-size:2.25em;
       font-weight:900;
       text-align:center;}
/* Nur für N A.B in Titelleiste*/

.titel {background-color:#e6e6e6;
       font-size:1.5em;
       font-weight:500;
       text-align:center;
       vertical-align:middle;}
/* Nur für Titel in Titelleiste*/

.titela {background-color:#e6e6e6;
        font-size:1.5em;
        font-weight:500;
        text-align:center;
        vertical-align:middle}
/* Für Bemerkung in Rand-Titelleiste*/