/* DATEI: Format.css */

body { margin-top:10px; margin-bottom:10px;
       margin-left:10px; margin-right:10px;
     }

p,ul,ol,li,div,td,th,dd,dt,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif;
     }

p  { text-align:justify
   }

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

h2 { font-size:18pt; font-family:"Times New Roman",Times,serif;
     font-weight:bold; text-align:center;}

h3 { font-size:15pt; font-family:"Times New Roman",Times,serif;
     font-weight:bold; text-align:left; margin-top:1.6em;}

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

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

p,ul,ol,li,div,td,th,dd,dt,address,blockquote,nobr,b,i { font-size:10pt; }
/* normale Textgrösse*/

pre { font-family:"Courier New",Courier,monospace;
      font-size:10pt; color:#000000;
    }



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

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

.leiste {background-color:#e6e6e6;}
       /* Für Zwischenleisten*/