body { 
      text-align:center;
      background:url(gfx/background_large.jpg); background-repeat:repeat-y; background-position:center;
      height:100%;
      color:#000000; font-size:12pt; font-family:Times New Roman,Courier,monospace; background-color:#C2C2C2; 
     }     

div.menu 
     { 
      /* border:1px dashed #00FF00; */
      margin:auto;
     }

div.haupt_div
     {
      text-align:left;
      width:630px; min-height:420px;
      /* border:1px dashed #FF0000; */
      background:url(gfx/background_content.jpg); background-repeat:no-repeat; background-position:top center;
      margin:auto; padding:5px;
     }
     
div.content
     {
      text-align:justify;
      padding:10px;
      border:1px dashed #999999;
     }

img.banner { position:relative; top:5px; margin:auto; }

*.zentriert { text-align:center; margin:auto; }
*.links     { text-align:left; }
*.rechts    { text-align:right; }
*.block     { text-align:justify; }

*.klein     { font-size:10pt; }
*.gross     { font-size:14pt; }
*.normal    { font-size:12pt; }

h1,h2,h3,h4,h5,h6 { text-align:center; }

A:link    {color: #999999; text-decoration: none; }
A:visited {color: #999999; text-decoration: none; }
A:focus   {color: #000000; text-decoration: none; }
A:hover   {color: #000000; text-decoration: none; }
A:active  {color: #999999; text-decoration: none; }
