/* 		--> LAYOUT <-- 													*/

html {
  height: 100%;
  margin: 0px;
  overflow:auto;
  }

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  }
  
div#layout {
  margin: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF; 
  background-image: url(/fileadmin/tpl/nav/bg_website.jpg); 
  }

div#layoutstartseite {
  margin: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  }
  
div#laywebsite {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: auto;
  }
  
div#laynavigation {
  z-index: 1;
  position: absolute;
  width: 236px;
  height: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url(/fileadmin/tpl/nav/bg_navigation.jpg);
  background-repeat: no-repeat;
  }
  div#sprache {
    position: absolute;
    top: 260px;
    left: 95px;
    width: 300px;
    height: 30px;
    visibility: visible;
  }
  div#navigation {
    z-index: 2;
    position: absolute;
    top: 283px;
    width: 200px;
    }
  div#fuss {
      position: absolute;
      bottom: 25px;
      width: 175px;
      margin-top: 25px;
      text-align: center;
      }

div#laykopf {
  position: absolute;
  margin: auto;
  right: 0px;
  height: 147px;
  left: 236px;
  background-image: url(/fileadmin/tpl/nav/bg_kopf.jpg);
  background-repeat: no-repeat;
  }  

  div#layinhalt {
    position: absolute;
    right: 25px;
    height: auto;
    width: 700px;
    top: 150px;
    left: 260px;
    bottom: 0px;
    padding: 0px 20px 0px 0px;
    }

  div#layinhaltstartseite {
    position: absolute;
    margin: auto;
    right: 0px;
    height: auto;
    width: 500px;
    top: 25px;
    left: 0px;
    bottom: 0px;
    padding: 0px 0px 0px 0px;
    }
      
img {
  border: none;     
  }
