body      {
          background-color: black;
          text-align: center;
          font-family: arial, sans;
          font-weight: 900;
          }
#logo2    {
           position: fixed;
           left: 8%;
           top: 18px;
           padding: 0em;
           border: none;
           z-index: 3;
          }
#inhalt   {
          position: relative;
          margin: auto;
          width: 900px;
          height: 747px;
          background: url(kraut1.jpg);
          }
#inhalt3   {
          position: relative;
          top: 25px;
          background: url(kraut0.jpg);
          background-attachment: fixed;
          margin: auto;
          width: 1130px;
          }
#menu     {
          position: absolute;
          top: 10em;
          left: 800px;
          text-align: left;
          font-family: arial, sans;
          font-weight: 900;
          }
p         {
          font-family: arial, sans;
          font-size: 1em;
          font-weight: 900;
          text-align: center;
          line-height: 1.3em;
          color: black;
          }
h1        {
          font-family: arial, sans;
          font-size: 2em;
          font-weight: 900;
          }
h4        {
          font-family: arial, sans;
          font-size: 1em;
          font-weight: 900;
          }
a:link {
        color: black;
        text-decoration: none;
        }
a:visited {
          color: black;
          }
a:hover, a:active {
         color: rgb(204,153,0);
         background-color : black;            
         }
img     {
        border: none;
        }
.impress  {
          background: rgb(255,153,51);
          }
* html {
        margin: 0;
        padding: 0;
}
* html body {
        overflow: hidden;
        height: 100%;
        width: 100%;
}
* html #inhalt {
        width: 95%;
        margin-left: 10%;
        margin-right: 0;
}
* html #container {
        margin:0;
        padding: 0;
        overflow: auto;
        height: 100%;
        width: 100%;
}
* html #logo2 {
              position: absolute;
              top: 5px;
              }

