/* 		--> LAYOUT <-- 													*/

html {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  overflow-x: auto;
  overflow-y: auto;
  }

body {
  position: relative;
  margin: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-color: #ffffcd;
  background-image: url(/fileadmin/tpl/img/linie_oben.gif);
  background-repeat: no-repeat;
  background-position: 200px 0px;
  }
  
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: 100px;
  width: auto;
  top: 40px;
  left: 70px;
  right: 0px;

  }

div#layinhalt {
  position: absolute;
  top: 115px;
  bottom: auto;
  left: 0px;
  margin: auto;
  width: 780px;
  height: auto;
  min-height: 550px;
  padding: 0px 0px 0px 220px;
  }
  div#laynavigation {
   position: absolute;
   z-index: 1;
   width: 200px;
   height: auto;
   top: 10px;
   left: 0px;
   }
  div#inhalt {
   position: relative;
   top: 0px;
   left: 0px;
   height: 100%;
   }


div#layfuss {
 position: absolute;
 z-index: 25;
 width: 658px;
 height: 60px;
 left: 85px;
 bottom: 0px;
 background-image: url(/fileadmin/tpl/img/linie_unten.gif);
 background-repeat: no-repeat;
 background-position: 115px 30px;
 background-color: #ffffcd;
 }
 div#sprachwahl {
  position: absolute;
  z-index: 100;
  width: auto;
  top: 0px;
  right: 558px;
  }
 div#impressum {
  position: absolute;
  top: 30px;
  }
 div#innov8tm {
  position: absolute;
  z-index: 25;
  width: 200px;
  height: 30px;
  top: 30px;
  left: 135px;
  bottom: 0px;
  }
 
img {
  border: none;     
  }