/* DATEI: Format.css */

body { margin-top:10px; margin-bottom:10px; color:#000000;
     }
/* Abstand zwischen Fensterrand und Inhalt, */


p,h1,h2,h3,h4,ul,ol,li,div,td,th,dd,dt,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; color:#000000;
     }

p,ul,ol,li,div,td,th,dd,dt,address,blockquote { font-size:10pt;
   }

p  { text-align:justify
   }

h1 { font-size:20pt; font-weight:500; text-align:center;
   }

h2 { font-size:18pt; font-weight:500; text-align:center; margin-top:10px;
   }

h3 { font-size:14pt; font-weight:500; text-align:center;
   }


h4 { font-size:12pt; font-weight:530; text-align:left; margin-top:30pt;
   }


a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#00007F; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
a:hover  { color:#FFFFFF; background-color:#000080; text-decoration:none; }
/*gefällt mir noch nicht*/


pre { font-family:"Courier New",Courier,monospace; font-size:10pt; color:#000000; }
/* Rechenformeln, Listings*/

.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*/

.titela {background-color:#e6e6e6;
       font-size:24px; font-weight:500; text-align:center; vertical-align:top;}
       /* Für Bemerkung in Rand-Titelleiste*/       