body      {
          background-color: rgb(0,0,0);
          text-align: center;
          }

#inhalt   {
          position: relative;
          margin: auto;
          width: 900px;
          height: 747px;
          background: url(kraut1.jpg);
          }
#inhalt3   {
          position: relative;
          margin: auto;
          width: 900px;
          height: 747px;
          background: url(kraut3.jpg);
          }
#menu     {
          position: absolute;
          top: 13em;
          left: 750px;
          text-align: left;
          font-family: arial, sans;
          font-size: 0.9em;
          font-weight: 500;
          }
p         {
          font-family: arial, sans;
          font-weight: 1em;
          text-align: center;
          line-height: 1.3em;
          color: rgb(204,153,0);
          }
a:link {
        color: black;
        text-decoration: none;
        }

a:visited {
          color: black;
          text-decoration: none;
          }
a:hover, a:active {
         color: rgb(204,153,0);
         background-color : black;            
         }
a.extra:link   {
          color: #CC9900;
          }
a.extra:visited   {
          color: #CC9900;
          }
a.extra:hover   {
          color: rgb(102,153,51);
          }
