/* 		--> LAYOUT <-- 													*/

html {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  overflow-x: auto;
  overflow-y: auto;
  background-image: url(/fileadmin/tpl/img/bg_website.gif);
  background-repeat: no-repeat;
  background-position: 0px 87px;
  }

body {
  position: relative;
  margin: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-image: url(/fileadmin/tpl/img/bg_kopf.gif);
  background-repeat: repeat-x;
  }
  
div#layout {
  text-align: left;
  margin: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  width: 1000px;
  height: 100%;  
  }
  
div#laykopf {
  position: absolute;
  z-index: 0;
  margin: 0px;
  height: 87px;
  width: 1000px;
  top: 0px;
/*  left: 29px;*/
  left: 0px;
  background-image: url(/fileadmin/tpl/img/lay_kopf.gif);
  background-repeat: no-repeat;
  }
  div#referenzscreen {
   position: absolute;
   left: 770px;
   top: 0px;
   z-index: 1;
   width: 275px;
   height: 125px;
   background-image: url(/fileadmin/tpl/img/lay_referenz-screen.jpg);
   background-repeat: no-repeat;
   }
  div#navigation {
   position: absolute;
   z-index: 1;
   top: 45px;
   left: 0px;
   width: 1000px;
   padding-bottom: 0px;
   font-size: 0.70em;
   color: red;
   }

div#laynavigation {
 position: absolute;
 top: 103px;
 left: 0px;
 width: 200px;
 }
 div#subnavigation {
  position: absolute;
  }

div#layinhalt {
  position: absolute;
  top: 107px;
  left: 250px;
  margin: auto;
  width: 774px;
  height: auto;
  min-height: 450px;
  bottom: 0px;
  padding: 0px 0px 0px 0px;
  }
  div#inhalt {
    position: relative;
    z-index: 10;
    left: 0px;
    margin: 0px 0px 0px 5px;
    width: 575px;
    height: auto;
    min-height: 450px;
    padding: 0px 0px 0px 0px;
    }
  div#inhaltrechts {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 150px;
    height: auto;
    margin: 0px 0px 0px 0px;
    }
  div#innov8tm {
    position: relative;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    height: 30px;
    left: 10px;
    padding: 50px 0px 0px 0px;
    }
    div#logo {
      position: absolute;
      right: 15px;
      bottom: 25px;
      padding: 0px 0px 0px 0px;
      }
    div#adresse {
      position: absolute;
      bottom: 25px;
      left: 0px;
      width: 650px;
      padding: 0px 0px 0px 0px;
      }
 
img {
  border: none;     
  }