/* 		--> LAYOUT <-- 													*/

html {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  }

body {
  margin: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(/fileadmin/tpl/img/bg_kopf.gif);
  background-repeat: repeat-x;
  }
  
div#lay_website {
  position: absolute;
  z-index: 0;
  margin: 0px;
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 100%;
  }

div#lay_kopf {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 125px;
  background-image: url(/fileadmin/tpl/img/lay_kopf.gif);
  background-repeat: no-repeat;
  }
  div#logo {
   position: absolute;
   z-index: 2;
   top: 0px;
   left: 499px;
   width: 100%;
   height: 88px;
   background-image: url(/fileadmin/tpl/img/logo_vaoas.gif);
   background-repeat: no-repeat;
   }
  div#navigation {
   position: absolute;
   z-index: 3;
   top: 53px;
   left: 200px;
   width: 100%;
   }
  div#breadcrumps {
   position: absolute;
   top: 90px;
   left: 192px;
   }

div#lay_links {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 225px;
  height: 100%;
  background-image: url(/fileadmin/tpl/img/lay_bogen.gif);
  background-repeat: no-repeat;
  }
  div#subnavigation {
   position: absolute;
   z-index: 50;
   top: 166px;
   left: 60px;
   width: auto;
   height: auto;
   }

div#lay_inhalt {
  position: absolute;
  z-index: 4;
  top: 125px;
  left: 202px;
  width: 650px;
  height: 100%;
  }
  div#inhalt {
   z-index: 3;
   top: 0px;
   bottom: 225px;
   width: 575px;
   height: auto;
   padding: 0px 100px 50px 0px;
   }
  div#adresszeile {
   z-index: 3;
   width: 485px;
   bottom: 0px;
   left: 0px;
   padding-left: 20px;
   float: left;
   }
  div#innov8tm {
   z-index: 3;
   bottom: 0px;
   right: 0px;
   }

img {
  border: none;     
  }
