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 {
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #FFFFFF;
  z-index: 99000;
  border-bottom: 5px solid #D99707;
}

#laytitel div.titel {
  width: 100%;
  height: 100%;
  color: #D99707;
  font-family: sans-serif;
  font-size: 30px;
  padding-left: 2%;
  padding-top: 1%;
  vertical-align: middle;
  overflow: hidden;
  z-index: 90010;
}

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

#laycontent {
  position: absolute;
  top: 10%;
  left: 14%;
  width: 86%;
  height: 90%;
  z-index: 100;
  background-color: #408F44;
}

#laycontent div.ecke {
  display: none;
}

#laycontent div.iframe {
  position: absolute;
  margin: 3% 3% 3% 3%;
  top: 0%;
  left: 0%;
  width: 94%;
  height: 89%;
  z-index: 500;
  background-color: #FFFFFF;
  border: 2px solid #D99707;
}
