/* DATEI: format.css */

body { margin-left:11px; margin-right:0px; margin-top:14px; margin-bottom:0px; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Helvetica,Arial,sans-serif; }

h1 { font-size:10pt; font-weight:bold; color:#2E2C78; }
h2 { font-size:10pt; font-weight:bold; color:#2E2C78; }

p,div,td,th,address,nobr,b,i { font-size:8pt; }

ol,ul,li { font-size:8pt; }

p.klein { font-size:8pt; }
p.gross { font-size:10pt; font-weight:bold; color:#2E2C78; }
p.blau { color:#2E2C78; }
p.block { text-align: justify }
ul.klein { list-style-type:disc; font-size:8pt; }

ul.eins { list-style-type:disc; font-size:8pt; }
ul.zwei { list-style-type:circle; font-size:8pt; }
ul.drei { list-style-type:square; font-size:8pt; }


.blau { color:#2E2C78; }
.weiss { color:#2E2C78; } /* wie in der Mayr-Strohbach-Seite */
.reinweiss { color:#FFFFFF; }
.rot { color:#cc3333; }
.bgy { background-color:#eeb24e; color:#2E2C78; }
.bgb { background-color:#eeb24e; color:#2E2C78; } /* wie in der Mayr-Strohbach-Seite */
.bgr { background-color:#CC0033; color:#2E2C78; }
.bgg { background-color:#cccccc; color:#2E2C78; }
.bkf { color:#2E2C78; font-weight:bold; font-size:8pt; }
.klein { font-size:8pt; }
.gross { font-size:10pt; }

a:link { color:#2E2C78; text-decoration:underline; }
a:visited { color:#000000; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }