html {
  height: 100%;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

body {
  height: 100%;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

#laytitel {
  position: absolute;
  top: 0%;
  height: 14%;
  left: 16%;
  width: 84%;
  background-color: #408F44;
  z-index: 2000;
}

#laytitel div.titel {
  width: 100%;
  height: 100%;
  color: #D99707;
  font-family: sans-serif;
  font-size: 50px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  z-index: 2100;
}

#laymenu {
  position: absolute;
  top: 0%;
  height: 100%;
  left: 0%;
  width: 16%;
/*  background: url( '../images/px_gruen.gif' ) repeat; */
  background-color: #408F44;
  z-index: 2050;
}

#laycontent {
  position: absolute;
  top: 14%;
  height: 86%;
  left: 16%;
  width: 84%;
  z-index: 100;
}

#laycontent div.ecke {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100px;
  height: 100px;
  background: url( '../images/ecke.gif' ) no-repeat;
  z-index: 1000;
}

#laycontent div.iframe {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 99.2%;
  z-index: 500;
}
