/* 		--> LAYOUT <-- 													*/

html {
  height: 100%;
  margin: 0px;
  overflow:hidden;
  overflow-y: auto;
  background-color: #ECECEC;
  }

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  }
  
div#layout {
  position: relative;
  margin: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
  }
  
div#laywebsite {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: auto; 
  }

div#laykopf {
/*  position: absolute;*/
  position: relative;
  margin: auto;
  right: 0px;
  left: 0px;
  width: 1000px;
  height: 75px;
  border-right: solid 1px #5E7F2E;
  background-image: url(/fileadmin/tpl/nav/lay_kopf.gif);
  background-repeat: no-repeat;
  } 
  
div#laynavigation {
  z-index: 1;
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  border-left: solid 1px #858585;
  border-bottom: solid 1px #858585;
  background-image: url(/fileadmin/tpl/nav/bg_navigation.gif);
  background-repeat: repeat-y;
  }
  div#navigation {
    z-index: 2;
    position: relative;
    top: 40px;
    width: 150px;
    }
  div#fuss {
   position: relative;
   z-index: 50;
   left: 10px;
   bottom: -50px;
   padding-bottom: 0px;
   height: 25px;
   width: 150px;
   margin: auto;
   text-align: left;
   } 

  div#layinhalt {
    z-index: 10;
    position: relative;
    right: 25px;
    height: auto;
    width: 775px;
    top: 115px;
    left: 151px;
    bottom: 0px;
    padding: 0px 20px 0px 49px;
    background-color: #ececec;
    }
  div#layinhaltblank {
    position: fixed;
    height: auto;
    width: auto;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    padding: 5px 20px 5px 5px;
    }

img {
  border: none;
}