html         { margin:0;
               padding:0;
               width:100%;
               height:100%; }
body         { margin:0;
               padding:0;
               width:100%;
               height:100%; }
*.black      { background-color:black; }
*.white      { background-color:white; }
*.blue       { background-image:url(./images/design/qBlue.gif); }
*.top        { vertical-align: top; }
*.blue-top   { background-image:url(./images/design/qBlue.gif);
               vertical-align: top; }
*.blocksatz  { text-align:justify; }
*.zentriert  { text-align:center; }
*.right      { text-align:right; }
*            { font-size:12pt;
               font-family:Arial; }
*.mittel     { font-size:11pt; }
*.klein      { font-size:10pt; }
*.topBorder  { border-top-color:black;
               border-top-width:1px;
               border-top-style:solid; }
a:link       { color:#0000FF; }
a:visited    { color:#0000FF; }
a:hover      { color:#E10000; }
a:active     { color:#E10000; }
