/* 		--> 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;
  background-image: url(/fileadmin/tpl/nav/bg_layout.gif);
  background-repeat: repeat-y;
  background-position: center top;
  }
  
div#layout {
  text-align: left;
  margin: 0px auto;
  bottom: 0px;
  margin-bottom: 0px;
  width: 1000px;
  height: 100%;  
  }
  
div#laykopf {
  position: absolute;
  z-index: 25;
  margin: 0 auto;
  right: 0px;
  height: 81px;
  left: 0px;
  background-image: url(/fileadmin/tpl/nav/kb_home.jpg);
  background-repeat: no-repeat;
  }

div#layabdeckung {
  position: absolute;
  z-index: 24;
  top: 80px;
  left: 202px;
  width: 575px;
  height: 75px;
  background-image: url(/fileadmin/tpl/nav/linieweiss.gif);
  }

div#laysitenavigation {
  position: absolute;
  z-index: 25;
  margin: 0px;
  padding: 4px 0px 0px 10px;
  top: 81px;
  left: 0px;
  right: 0px;
  width: 1000px;
  height: 30px;
  background-image: url(/fileadmin/tpl/nav/lay_balkenrot.gif);
  background-repeat: no-repeat;
  }

div#laybreadcrump {
  position: absolute;
  z-index: 25;
  margin: 0px;
  top: 112px;
  left: 0px;
  right: 0px;
  width: 1000px;
  height: 30px;
  }
  div#kopflinks {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 201px;
    height: 27px;
    background-image: url(/fileadmin/tpl/nav/lay_rechteckgrau.gif);
    background-repeat: no-repeat;
    }
  div#breadcrumps {
    position: absolute;
    top: 0px;
    left: 202px;
    width: 596px;
    height: 27px;
    padding: 6px 0px 0px 0px;
    background-image: url(/fileadmin/tpl/nav/nav_bgbreadcrump.gif);
    background-repeat: no-repeat;
    }
  div#kopfrechts {
    position: absolute;
    margin: 0px;
    top: 0px;
    right: 0px;
    width: 201px;
    height: 27px;
    background-image: url(/fileadmin/tpl/nav/lay_rechteckgrau.gif);
    background-repeat: no-repeat;
    }

div#laynavigation {
  position: absolute;
  z-index: 25;
  top: 139px;
  left: 0px;
  width: 201px;
  height: auto;
  bottom: 0px;
  }
  div#blocklinks {
    position: relative;
    top: 20px;
    width: 181px;
    padding: 0px 0px 20px 0px;
    }

div#layinhalt {
  position: absolute;
  top: 155px;
  left: 202px;
  margin: auto;
  width: 580px;
  height: auto;
  bottom: 0px;
  padding: 0px 230px 0px 10px;
  }
div#inhalt {
  position: relative;
  }
div#fuss {
  position: fixed;
  bottom: 0px;
  width: 576px;
  height: 35px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  background-color: #ffffff;
  }

div#layrechts {
  position: absolute;
  z-index: 25;
  top: 140px;
  left: 800px;
  width: 201px;
  height: auto;
  bottom: 0px;
  }
  div#blockrechts {
    position: relative;
    top: 0px;
    width: 181px;
    padding: 0px 0px 0px 0px;
    }
  div#innov8tm {
    position: fixed;
    width: 201px;
    height: 25px;
    bottom: 0px;
    margin: 0px auto;
    background-image: url(/fileadmin/tpl/nav/bg_layout.gif);
    background-repeat: repeat-y;
    background-position: -1px top;
    }
      
img {
  border: none;     
  }