/* 		--> LAYOUT <-- 													*/

html {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  overflow-x: hidden;
  overflow-y: scroll;
  }

body {
  position: relative;
  margin: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  background-image: url(/fileadmin/tpl/img/bg_navigation.gif);
  background-repeat: repeat-y;
  }

div#accesskeys {
  display: inline;
  left: -1000px;
  overflow: hidden;
  width: 0px;
  position: absolute;
  top: -1000px;
  height: 0px
  }
  
div#layout {
  text-align: left;
  margin: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;  
  }
  
div#laykopf {
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  top: 0px;
  right: 0px;
  height: 170px;
  width: 100%;
  left: 0px;
  background-image: url(/fileadmin/tpl/img/bg_kopf.gif);
  background-repeat: repeat-x;
  background-position: 220px 0px;
  }
  div#laylogo {
    position: absolute;
    top: 0px;
    width: 1015px;
    height: 170px;
    background-image: url(/fileadmin/tpl/img/lay_schriftzug.gif);
    background-repeat: no-repeat;
    }
  div#layspeznav {
    position: absolute;
    top: 65px;
    left: 640px;
    }

div#layfoto {
  position: absolute;
  z-index: 30;
  width: 155px;
  height: 175px;
  top: 0px;
  left: 400px;
  background-image: url(/fileadmin/tpl/img/lay_foto.jpg);
  background-repeat: no-repeat;
  }

div#laynavigation {
  position: absolute;
  z-index: 1;
  top: 61px;
  left: 0px;
  width: 171px;
  bottom: 0px;
  padding-bottom: 0px;
  }
  div#navigation {
    position: absolute;
    z-index: 1;
    top: 90px;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #ffffff;
    }
  div#labelaccessforall {
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 40px;
    }

div#layinhalt {
  position: absolute;
  top: 126px;
  left: 240px;
  margin: auto;
  width: 760px;
  height: auto;
  bottom: 0px;
  padding: 0px;
  background-color: #ffffff;
  }
  div#inhalt {
    position: relative;
    padding-bottom: 15px;
    }
  div#fuss {
    position: fixed;
    z-index: 25;
    width: 760px;
    height: 35px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    border-top: solid 1px #d8061a;
    }
  div#innov8tm {
    position: fixed;
    z-index: 25;
    width: 150px;
    height: 35px;
    left: 850px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    }
 
img {
  border: none;     
  }
