/* CSS Document */

body      {
          height: 100%;
          background-color: black;             /* schwarz */
          font-family: tahoma, sans;
          font-size: 0.9em;
          font-weight; 700;
          letter-spacing: 0.22em;
          line-height: 1.3em;
          color: rgb(255,204,0);             /* gelb */
          
          }
#container  {
            position: absolute;
            left: -2%;
            height: 102%;
            width: 102%;
            text-align: center;
            background: url(unten3.jpg);
            background-position: bottom;
            background-repeat: no-repeat;
            background-attachment: fixed;
            }
#center   {
          position: relative;
          font-family: tahoma, sans;
          font-size: 0.9em;
          font-weight: 100;
          letter-spacing: 0.22em;
          line-height: 1.3em;
          color: rgb(255,204,0);             /* gelb */
          width: 600px;
          height: 360px;
          padding: 1.5em;
          margin-right: auto;
          margin-left: auto;
          margin-top: 5%;
          background: rgb(84,52,20);                  /* dunkelbraun */
          border: 25px solid rgb(161,100,39);                 /* hellbraun */
          }
* html #center {
               width: 670px;
               height: 435px;
               }
#title    {
          position: fixed;
          height: 49px;
          width: 297px;
          top: 70%;
          left: 70%;
          z-index: 1;
          }

img   {
      border: none;
      }

* html body {
        overflow: hidden;
        height: 100%;
        width: 100%;
        }
* html #container {
        margin:0;
        padding: 0;
        overflow: auto;
        height: 100%;
        width: 105%;
        }
* html #title {position: absolute;}

