    html, body {
      margin:0;
      padding:0;
      height:100%;
      width:100%;
      border:none;
      overflow:auto;
    }
    body {
      height:100%;
      background:#FFF url(bg_grafik/uhr_bg.gif) no-repeat right bottom fixed;
      font-family:"Trebuchet MS", "Lucida Sans Unicode", Tahoma, Arial, Helvetika, sans-serif;
      text-align:center;
    }
    p#main {
      margin:-2em 0 0 0;
      padding:0;
      text-align:center;
      position:relative;
      line-height:1em;
    }
    #main a {
    display:block;
    width:400px;
    position:relative;
    margin:0 auto;
    text-align:justify;
    outline:none;
    background:#FCFCFC;
    }
    #main a:hover, #main a:focus {
      background:#FFFDFB;
    }
    span#logo_bg {
      display:block;
      position:relative;
      height:150px;
      line-height:150px;
      overflow:hidden;
      text-decoration:none;
      text-align:center;
      font-weight:bold;
    }
    span#logo {
      position:absolute;
      top:0;
      left:0;
      display:block;
      height:150px;
      width:400px;
      background:url(bg_grafik/bg_index.gif) bottom left no-repeat;
    }
    table {
      height:100%;
      width:100%;
      border:none;
      margin:0;
      border-collapse:collapse;
    }
    a {
      color:#B76800;
      text-decoration:none;
    }
    a img {border:none;}
    a span {cursor:pointer;}
    a:hover, a:focus {
      background:transparent;
    }
    a:hover span#logo_bg, a:focus span#logo_bg {
      text-decoration:underline;
      outline:0;
    }
    a:hover span#logo, a:focus span#logo   {
      background:url(bg_grafik/bg_index.gif) top left no-repeat;
      cursor:pointer;
    }
    a #text {
      display:block;
      padding:5px;
      color:#999;
    }
    a #text, a:hover #text, a:focus #text {
      text-decoration:none;
      font-size:75%;
    }
    a:hover #text, a:focus #text {
      color:#EBC799;
    }
    #gefallen {font-size:85%; position:absolute; bottom:10px; left:10px;}
    #gefallen a:hover, #gefallen a:focus {text-decoration:underline;}
    #gefallen a:active, a:active #text {font-style:italic;}