/* 		--> LAYOUT <-- 													*/

html {
  height: 100%;
  margin: 0px;
  overflow:hidden;
  }

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow:hidden;
  }
  
div#layout {
  z-index: 0;
  margin: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;  
  }

div#laywebsite {
  z-index: 1;
  position: relative;
  width: 1000px;
  height: 100%;
  margin: auto;
  border-right: solid 1px #000000;
  border-left: solid 1px #000000;
  }  
  
div#laykopf {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 102px;
  left: 0px;
  right: 0px;
  background-image: url(/fileadmin/tpl/nav/bg_laykopf.gif);  
  }

div#laylogo {
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 198px;
  height: 100%;
  }  
  
div#laynavigation {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 198px;
  width: 180px;
  height: 100%;
  background-image: url(/fileadmin/tpl/nav/layout1.gif);
  background-repeat: no-repeat;
  }  

div#laysitenavigation {
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  vertical-align: middle;
  visibility: hidden;
  }

div#laylinks {
  z-index: 6;
  position: absolute;
  top: 102px;
  left: 0px;
  height: 100%;
  background-image: url(/fileadmin/tpl/nav/bg_laylinks.gif);
  }

div#layimpressum {
  z-index: 7;
  position: absolute;
  bottom: 119px;
  left: 28px;
  }

div#layinhalt {
  z-index: 7;
  position: absolute;
  top: 119px;
  left: 212px;
  bottom: 0px;
  width: 660px;
  margin: 0px;
  padding: 0px;
  }
  
div#inhalt {
  z-index: 8;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  bottom: 55px;
  padding-right: 100px;
  overflow: auto;
  overflow-x: hidden;
  }

div#fuss {
  z-index: 9;
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 580px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  }

/* Frontend Editing Design */
div.feEditAdvanced-allWrapper {
 z-index: 100;
 top: 25px;
 }
  
img {
  border: none;     
  }
