*{
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  overflow: hidden;
}

body {
  font-size: 8px;
  font-family: Courier;
  color: #EFEFEF;
  background: #0F0F0F url(../images/signature.gif) bottom right no-repeat;
  background-attachment: fixed;
  margin: 0px;
}
a, a:hover {
  color: #EFEFEF;
  text-decoration: none;
}

#header {
  width: 123px;
  height: 11px;
  background: url(../images/header.png) top center no-repeat;
  margin: 0px auto 0px auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#disclaimer {
  width: 455px;
  height: 52px;
  background: url(../images/disclaimer.png) top left no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
#disclaimer.hidden {
  width: 53px;
  height: 9px;
  background-position: -200px 0px;
}

#content {
    width: 100%;
    height: 100%;
  }

  #mainmenu {
      position: absolute;
      top: 50%;
      left: 50%;
    }
    #mainmenu li {
      width: 167px;
      height: 77px;
      display: block;
      overflow: hidden;
    }
    #mainmenu a {
        width: 167px;
        height: 77px;
        background: url(../images/mainfields.png) top left no-repeat;
        padding-left: 167px;
        display: block;
      }
      #mainmenu #profile {
        }
        #mainmenu #profile a {
          background-position: 0px 0px;
        }
        #mainmenu #profile a:hover {
          background-position: -167px 0px;
      }
      #mainmenu #sites {
          margin-top: -9px;
        }
        #mainmenu #sites a {
          background-position: 0px -77px;
        }
        #mainmenu #sites a:hover {
          background-position: -167px -77px;
  }
  #profile_box {
        width: 760px;
        height: 200px;
        overflow: hidden;
        left: 200px;
        top: 50px;
        z-index: 10;
      }
      /* für Firefox */
      #content>#profile_box {
        background: url(../images/profile.png) top left no-repeat;
      }
      /* für IE < 7 */
      * html #profile_box {
        background: url(../images/profile.gif) top left no-repeat;
      }
    #sites_box {
        width: 768px;
        height: 284px;
        overflow: hidden;
        left: 190px;
        top: 450px;
        z-index: 9;
      }
      #content>#sites_box {
        background: url(../images/sites.png) top left no-repeat;
      }
      * html #sites_box {
        background: url(../images/sites.gif) top left no-repeat;
      }
      #sites_box ul {
          width: 768px;
          height: 324px;
          overflow: hidden;
          position: relative;
        }
        #sites_box li {
          display: block;
          overflow: hidden;
          position: absolute;
        }
        #sites_box ul a {
          padding-top: 190px;
          display: block;
        }
        #ewttju {
          width: 263px;
          height: 185px;
          left: 27px;
          top: 56px;
        }
        #hskschlagini {
          width: 249px;
          height: 185px;
          left: 305px;
          top: 56px;
        }
        #eintrachtwiesbaden {
          width: 172px;
          height: 190px;
          left: 569px;
          top: 51px;
}

#footer {
  width: 99px;
  height: 11px;
  background: url(../images/footer.png) top center no-repeat;
  margin: 0px auto 0px auto;
  position: absolute;
  left: 0px;
  bottom: 5px;
  z-index: 1;
}
