/* Abmessungen DIVs ***********************************************************/

html {
  height: 100%;
  width: 100%;
  margin: 0em;
  overflow:hidden;
  text-align:center;
}

body {
  z-index: 0;
  margin: 0em;
  padding: 0em;
  width: 900px; 
  height: 100%;
  overflow:hidden;
  margin: 0px auto;
  text-align:left;
  background-color: #000000;
}

div#layout {
  z-index: 2;
  position: absolute;
  width: 898px;
  height: 100%; 
  background-color: #333333;
  border-left: solid 1px #CEA86C;
  border-right: solid 1px #CEA86C;
}

div#laynavigation {
  z-index: 3; 
  position: relative;
  width: 223px;
  height: 100%;
  float: left; 
  background-image: url(../nav/layout_left.png);
  background-repeat: no-repeat;
}
div#layinhalt {
  z-index: 3; 
  position: relative;
  left: 223px; 
  width: 675px;
  height: 100%;
}
/*
div#layinhalt {
  z-index: 3; 
  position: relative;
  margin-left: 223px; 
  left: 0px;
  width: 675px;
  height: 100%;
  border: solid 1px #ff0000;
}
*/
div#laykopf {
  z-index: 10;
  position: relative;
  height: 120px;
  top: 0px;
  margin: auto;
}
div#laykopf1 {
  z-index: 8;
  position: relative;
  width: 675px;
  height: 93px;
  top: 0px;
  background-image: url(../nav/layout_top1.png);
  background-repeat: no-repeat;
}
div#laykopf2 {
  z-index: 20;
  position: relative;
  height: 21px;
  width: 646px;
  top: 0px;
  background-image: url(../nav/layout_top2.png);
  background-repeat: no-repeat;
}

div#inhaltsbox {
  z-index: 9;
  position: absolute;
  top: 85px;
  left: 0px;
  bottom: 0px;
  width: 665px;
  margin: 0px;
  padding: 0em; 
}
div#inhalt {
  z-index: 10;
  position: absolute;
  width: 660px;
  height: auto;
  top: 0px;
  left: 0em;
  bottom: 0px;
  padding-right: 5px;
  margin: 10px 10px 0px 10px;
  overflow: auto;
  overflow-x: hidden;
}

div#popupinhalt {
  width: 640px;
  margin: 10px;
}

#navigation {
  z-index: 7;
  margin-top: 117px; 
}
div#navigation div{
  margin-bottom: 10px; 
  position: relative;
}
div#navigation div.n1{
  top: 0px;
  left: 89px;
}
div#navigation div.n2{
  top: 38px;
  left: 95px;
}
div#navigation div.n3{
  top: 76px;
  left: 97px;
}
div#navigation div.n4{
  top: 114px;
  left: 96px;
}
div#navigation div.n5{
  top: 152px;
  left: 92px;
}
div#navigation div.n6{
  top: 190px;
  left: 84px;
}
div#navigation div.n7{
  top: 228px;
  left: 74px;
}
