html, 
body 
{
  background-image: url(../style/helden08.jpg); 
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-position: center bottom;
  margin-left:0px;
  text-align: left;
  }   


 a:link    { color:#000000;   text-decoration:none; }
 a:visited { color:#000000;  text-decoration:line-through; }
 a:focus   { color:#990000;  text-decoration:overline; }
 a:hover   { color:#990000;    text-decoration:overline; }
 a:active  { color:#990000; text-decoration:underline; }
h1 
{
    color: #990000;
    font-size: 12pt;
    font-family: Georgia, "Times New Roman", Times, serif;
}
h2
{
    color:#000000;
    font-size:10pt;
    font-family:Georgia, "Times New Roman", Times, serif;
}
#seitenbereich-links
{
    margin-top: 0px ;
    margin-left:0px;
    width: 350px;
    height: 650px; 
    float:left;
    background-color:transparent;
    Background-repeat: no-repeat;
    Background-position: left
}
#seitenbereich 
{
  text-align: left;  /* Inhalt wieder links */
  margin: 0 auto;   /* Zentrierung mitte */
  width: 800px;
  
 
  Background-color: transparent;
}
#seitenbereich-rechts
{
    margin-top: 0px ;
    margin-right:0px;
    width: 350px;
    height: 650px;
    float:right;
    background-color: transparent;
    Background-repeat: no-repeat;
    Background-position: left
    
}
#logo
{ 
     background:url(../style/logo.jpg) no-repeat;
     width:800px;
     height:90px;
     border-left: ;
     border-right: ;
     border-top: ;
}
/*Navi*/
    #navi {
        width:800px;
        height:20px;
        text-align: center;
        Background-color: #000000;
        border-left: solid;
        border-right: solid;
    }
    #navi a:link    { color:#FFFFFF;   text-decoration:none; }
    #navi a:visited { color:#FFFFFF;  text-decoration:line-through; }
    #navi a:focus   { color:#990000;  text-decoration:overline; }
    #navi a:hover   { color:#990000;    text-decoration:overline; }
    #navi a:active  { color:#990000; text-decoration:underline; } 

#inhalt
{
    Background-color:transparent;
    border-right: ;
    border-left: ;
    
    border-bottom: ;
    position: absolute;
                 width: 800px;
                 height:auto;
    
    margin:20 0 0 5;
    overflow:auto;
    
    
}


