/* formate.css */

body {  font-family:"Arial,Helvetica,sans-serif";
        margin-top:"10px";
        margin-bottom:"10px";
        bgcolor="ffffff";
        text="black" }
/*      background-image:url(./pic/xxx.gif) }   */

p,h1,h2,h3,h4,ul,ol,li,div,tr,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,sans-serif; }

h1 { font-size:18pt; }

h2,h2.sh2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

h4 { font-size:10pt; font-style:italic; font-weight:bold; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; } /* normaler Text */

/* th {align: left; } */
/*Tabellenueberschrift linksbuendig */

pre,tt{ font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* Beispiele */

.code { background-color:#FFFFE0; }/* Tabelleninhalte mit Quellcode, Farbe sollte gleich sein wie bei td.xmpcode */

.doc { background-color:#EEEEEE; } /* Layout-Elemente mit hellgrauem Hintergrund */

pre.normal { color:#000000; } /* normale praeformatierte Bereiche */

a:link { color:#green; text-decoration:none; } /* Verweise zu noch nicht besuchten Seiten */
a:visited { color:#000080; text-decoration:none; } /* Verweise zu bereits besuchten Seiten */
a:active { color:#c0c0c0; text-decoration:none; } /* Verweise, die gerade angeklickt werden */
/* underline = unterstrichen */
/* none = nicht unterstrichen */

a.an { text-decoration:none; }

.kursiv { font-style:italic; }
.fett { font-weight:bold; }
.fettkursiv  { font-style:italic; font-weight:bold; }
.groesser { font-size: large;  }
.kleiner { font-size: x-small; }
.rot { color:red; }
.rotkursiv { color:red; font-style:italic;font-size: x-small; }
.links {align:left;}




