/* 		--> LAYOUT <-- 													*/

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  }
  
html {
  overflow:auto;
  }
  
div#laywebsite {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: auto;
  }

div#laykopf {
  z-index: 2;
  position: absolute;
  margin: auto;
  right: 0px;
  height: 0px;
  left: 189px;
  }
div#kopf {
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 10px 0px 0px 0px;
  background-color: #ffffff;
  background-image: url(/fileadmin/tpl/nav/bg_kopf.jpg);
  background-repeat: no-repeat;
  background-position: 0px;
  }
  
div#laynavigation {
  z-index: 1;
  position: absolute;
  width: 190px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
  }
  div#bild {
    z-index: 99;
    position: fixed;
    top: 0px;
    margin-left: 1px;
    height: 168px;
    width: 189px;
    background-image: url(/fileadmin/tpl/nav/layout_bild.jpg);
    background-repeat: no-repeat;
  }
  div#navigation {
    z-index: 2;
    position: fixed;
    z-index: 2;
    margin-left: 1px;
    top: 168px;
    background-color: #F5F5F5;
    }
  div#bg_navigation {
    z-index; 1;
    position: fixed;
    width: 189px;
    height: 100%;
    background-image: url(/fileadmin/tpl/nav/bg_navigation.gif);
    }

div#layinhalt {
  z-index: 1;
  position: absolute;
  right: 25px;
  height: auto;
  top: 110px;
  left: 235px;
  bottom: 0px;
  padding: 0px 20px 0px 0px;
    }
  div#fuss {
      bottom: 0px;
      left: 225px;
      right: 25px;
      margin-top: 25px;
      text-align: left;
      padding: 10px 0px 5px 0px;
      border-top: solid 1px #6f0047
      }
      
img {
  border: none;     
  }