/* 		--> LAYOUT <-- 													*/

html {
 width: 100%;
 height: 100%;
 left: 0px;
 right: 0px;
 margin: 0px auto;
 overflow-x: auto;
 overflow-y: auto;
 }

body {
 position: relative;
 margin: 0px auto;
 width: 1000px;
 height: 100%;
 right: 0px;
 left: 0px;
 }
  
div#layout {
 z-index: 1;
 text-align: left;
 margin: 0px auto;
 bottom: 0px;
 margin: 20px 0px 0px 0px;
 width: 1000px;
 height: 100%;
 }
  
div#laykopf {
 z-index: 1;
 width: 999px;
 height: 46px;
 top: 0px;
 left: 0px;
 bottom: 0px;
 background-image: url(/fileadmin/tpl/img/bg_laylinks.gif);
 background-repeat: repeat-y;
 }
 div#laybild1 {
  position: relative;
  width: 190px;
  height: 100%;
  background-image: url(/fileadmin/tpl/img/kapitelbild.jpg);
  background-repeat: no-repeat;
  }
 div#laynavigation {
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 190px;
  width: 809px;
  height: 24px;
  background-color: #378831;
  border-top: solid #adb6cb 1px;
  border-right: solid #adb6cb 1px;
  }
  div#navigation {
   position: relative;
   }
  div#subnavigation {
   position: absolute;
   z-index: 20;
   background-color: #6cab57;
   border-right: solid #adb6cb 1px;
   top: 25px;
   left: 0px;
   width: 100%;
   height: 20px;
   }

div#layinhalt {
  z-index: 1;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 999px;
  height: auto;
  min-height: 450px;
  background-image: url(/fileadmin/tpl/img/bg_website.gif);
  border-right: solid #adb6cb 1px;
  }
 div#laybild2 {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 190px;
  height: 100%;
  margin: auto 0px;
  background-image: url(/fileadmin/tpl/img/bg_laylinks.gif);
  background-repeat: repeat-y;
  }
div#inhalt {
  position: relative;
  left: 190px;
  top: 0px;
  width: 765px;
  height: auto;
  bottom: 0px;
  padding: 15px;
  }

div#layfuss {
 z-index: 2;
 position: relative;
 top: -127px;
 width: 190px;
 }
 div#laylogo {
  position: relative;
  bottom: 0px;
  width: 190px;
  height: 160px;
  }
 div#fuss {
  position: absolute;
  left: 190px;
  bottom: 0px;
  width: 810px;
  height: 33px;
  text-align: left;
  padding-top: 5px;
  }
div#innov8tm {
  position: absolute;
  z-index: 25;
  left: 0px;
  width: 150px;
  height: 0px;
  bottom: -5px;
  }
      
img {
  border: none;     
  }
