.winzig { font-size:xx-small; color:black; }
.klein  { font-size:x-small; color:black; }
.normal { font-size:small; color:black; }
.mittel { font-size:medium; color:black; }
.gross  { font-size:x-large; color:black; }
.gross  { font-size:x-large; color:black; }
.riesig { font-size:xx-large; color:black; }

.dick { font-weight:bold }
.copy-date {font-size: small; font-family: verdana;}
.vollesFenster {position:relative; top:0%; left:0%; height:100%; width=100%; z-index:1;background: none; BORDER:0 solid silvER;
  scrollbar-face-color:white; overflow:auto;
}


body  {

 overflow: hidden;      /* kein scrollbalken */
        font-family:"Verdana","Courier New","Arial";
        font-size: x-small;
        background-color:white;
        margin-left:5%;
        text-indent:0mm; /*Einrückung für die erste Zeile*/
        background-image:url("hintergund2.jpg");
        background-position:top;  /*vertikal */
        background-position:right;  /*horizontal*/
        background-repeat:no-repeat;
        background-attachment:fixed; /*scroll fixed*/

      }
table  { border-style:solid;
         border-width:0;
        font-size: x-small;
        font-family:"Verdana","Courier New","Arial";
      }
h1,h2,h3 { font-family:"Courier New","Arial";
          text-transform:capitalize;
         }
h4,h5    { font-family:"Verdana","Courier New","Arial";
          text-transform:capitalize;
         }
ul{
    list-style-type:square;
}
A {color:#000000;text-decoration:none;}

a:hover
       {
         text-decoration:underline;
       }
a:active, a:focus
       {
         text-decoration:underline;
         background: #AFAFAF;
         /*background: #FFFFAA;*/
       }
