body
  {
   background-image : url(bg.png);
   text-align : center;
  }



a:active,
a:link,
a:hover,
a:hover,
a:visited
  {
   text-decoration:none;
   color:#A11112;
  }


a:hover
  {
   text-decoration: underline;
  }


#bereich 
  {
   
   width : 100%;
   
   text-align : left;
   font-family: Verdana, Arial, sans-serif;
   margin-top : 0px;
   margin: auto;
 
  }

#kopf
  {
   text-align : center;
   width : 100%;
   background-image  : url(kopf.jpg);
   
   height: 26px;
  }

#fuss
  {
   width : 100%;
   height : 100%;
   margin: auto;
   margin-top: 0px;

   
  }

#text
  {
   
   margin: auto;
   height : 460px;
   margin-top: 0px;
   
  }



#kleintext
  {
   font-size : 8pt;
   text-align : center;
   color : #666666;
  }
