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 {
  display: none;
}

#laymenu {
  position: absolute;
  top: 0%;
  left: 86%;
  width: 14%;
  height: 100%;
  background-color: #408F44;
  z-index: 99000;
}

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

#laycontent div.ecke {
  display: none;
}

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