/*... Style-Sheet-Angaben ... */
body { font-family:Times New Roman,MS Serif,serif;
       font-size: 12pt;
       color: #000000;
       background-color: FFFFFF;
       background-image: url(../images/rainbow.gif);
       background-repeat: no-repeat;
       background-position: top right;
       margin-top: 0pt;
       margin-left: 0pt;
       margin-right: 0pt;
       margin-bottom: 0pt;
       z-index: 2;
     }
.rubrik { background-color: F0F0F0 }
.menu { background-color: C0C0C0 }

h1 { font-size: 18pt; font-weight:bold; text-shadow:black }
h2 { font-size: 16pt; font-weight:bold; text-shadow:black }
h3, h4, h5, h6, h7 { font-size: 14pt; font-weight:bold; text-shadow:black }

a:link { color: #000000; textdecoration: underline }
a:visited { color: #000000; textdecoration: underline }
a:active { color: #0000FF; textdecoration: underline }
a:hover { color: #0000FF; textdecoration: underline }

p.links { margin-left: 8pt; margin-right:8pt; text-align:left }
p.rechts { margin-left: 8pt; margin-right:8pt; text-align:right }
p.zentriert { margin-left: 8pt; margin-right:8pt; text-align:center }
p.block { margin-left: 8pt; margin-right:8pt; text-align:justify }

ul { margin-left: 10pt; margin-right:24pt }
li { margin-left: 12pt; margin-right:24pt }

div#eckeor { position: absolute;
             top: 0;
             left: 600;
             width: 150;
             height: 150;
             overflow:hidden;
             z-index: 1;
           }
div#eckeul { position: relative;
             top: 0;
             left: 0;
             width: 70;
             height: 70;
             overflow:hidden;
             z-index: 1;
           }
