  body
  {
    background: #0E0733;
    color: #DDD;
    text-align: center;
    margin: 0;
    font-family: Arial,Helvetica,verdana,sans-serif;
    font-size: small;
  }
  h3
  {
    font-size: 1.5em;
  }
  a
  {
    color: white;
    text-decoration: none;
  }
  #eingang
  {
    position: relative;
    margin: 0 auto;
    width: 700px;
  }
  #eingang .nav
  {
    position: absolute;
    left: 150px;
    top: 400px;
    width: 400px;
  }
  #eingang .ger, #eingang .eng
  {
    width: 100px;
    height: 50px;
    border: 1px silver solid;
  }
  #eingang .ger a, #eingang .eng a
  {
    text-align: center;
    display: block;
    height: 50px;
  }
  #eingang .eng a:hover, #eingang .ger a:hover
  {
    background: blue;
  }
  #eingang .worldmap
  {
    position: absolute;
    left: 150px;
    top: 160px;
  }
  #eingang .choose
  {
    width: 200px;
    vertical-align: middle;
    text-align: center;
  }
  #impressum
  {
    position: absolute;
    top: 500px;
    left: 50px;
    margin: 0 auto;
    width: 600px;
    height: 320px;
    color: #CCC;
    font-family: "Courier New",Courier,Monospace;
    text-align: left;
    border: 1px solid silver;
    font-size: 14px;
  }
  #impressum h3
  {
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 22px;
  }
  .impleft
  {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 130px;
  }
  .impright
  {
    position: absolute;
    left: 150px;
    top: 50px;
    width: 440px;
  }
  .visitors
  {
    position: absolute;
    top: 450px;
    left: 250px;
    width: 200px;
    margin: 0 auto;
  }