/* 		--> 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 {
display: none;

 z-index: 1;
 width: 999px;
 height: 46px;
 top: 0px;
 left: 0px;
 bottom: 0px;
 background-image: url(../img/bg_laylinks.gif);
 background-repeat: repeat-y;
 }
 div#laybild1 {
  position: relative;
  width: 190px;
  height: 100%;
  background-image: url(../img/kk_li-ob.jpg);
  background-repeat: no-repeat;
  }

div#layinhalt {
  z-index: 1;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 999px;
  height: auto;
  min-height: 450px;
  /*background-image: url(../img/bg_website.gif);*/
  border-right: solid #adb6cb 1px;
  background-color: #f4eee3;
margin-bottom: 70px;
  }
 div#laynavigation {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 24px;
  background-color: #378831;
  border-top: solid #adb6cb 1px;
  border-right: solid #adb6cb 1px;
  }
  div#navigation {
   position: relative;
   margin-left: 250px;
   }
  div#subnavigation {
   position: absolute;
   z-index: 10;
   background-color: #6cab57;
   border-right: solid #adb6cb 1px;
   top: 25px;
   left: 0px;
   width: 100%;
   height: 20px;
   }
 div#laybild2 {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 240px;
  height: 100%;
  margin: auto 0px;
/*  background-image: url(../img/bg_laylinks.gif);
  background-repeat: repeat-y; */
  z-index: 20;
  }
div#laybild2 img {
  box-shadow: 5px 0px 5px #666;
}
div#inhalt {
  position: relative;
  height: auto;
  top: 40px;
/*  left: 190px;
  width: 765px;
  bottom: 0px; */
  padding: 15px;
  margin: 0px 0 0 250px;
  }

div#layfuss {
 z-index: 2;
 position: relative;
 }
 div#fuss {
  position: absolute;
  bottom: 0px;
  text-align: left;
  }
div#innov8tm {
  position: absolute;
  z-index: 25;
  left: 0px;
  width: 150px;
  height: 0px;
  bottom: -5px;
  }

img {
  border: none;
  }
