/* 		--> LAYOUT <-- 													*/

html {
 height: 100%;
 width: 100%;
 }

body {
 margin: auto;
 padding: 0px;
 height: auto;
 width: 100%;
 overflow: auto;
 }
  
div#laywebsite {
  padding: 60px 0px 0px 0px;
  width: 1px;
  height: 100%;
  }

div#laykopf {
  z-index: 75;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 130px;
  padding: 35px 0px 0px 140px;
  background-color: #FFFFFF;
  }

div#laysitenavigation {
 z-index: 99;
 position: fixed;
 top: 0px;
 left: 680px;
 width: 312px;
 height: 130px;
 padding: 60px 0px 0px 8px;
 background-color: #FFFFFF;
 }
 #sprachwahl {
 left: 0px;
 float: left;
 }
 #sitemenu {
 right: 0px;
 float: right;
 }
 #suchfeld {
 left: 0px;
 float: left;
 }
 #suchbutton {
 right: 0px;
 float: right;
 }

div#laykopfbild {
 z-index: 99;
 position: fixed;
 top: 130px;
 left: 0px;
 width: 100%;
 height: 110px;
 background-color: #FFFFFF;
 background-image: url(/fileadmin/tpl/nav/bg_website.gif);
 background-repeat: repeat-x;
 }
  
div#laynavigation {
  position: fixed;
  top: 272px;
  left: 0px;
  width: 192px;
  height: auto;
  }
  div#navigation {
   position: absolute;
   left: 25px;
   border-top: solid 1px #d9dadb;
   }

div#laybezeichnung {
 position: fixed;
 width: 167px;
 height: 75px;
 bottom: 0px;
 left: 0px;
 padding-bottom: 0px;
 }

div#layinhaltkopf {
 z-index: 99;
 position: fixed;
 top: 230px;
 left: 200px;
 width: 558px;
 height: 50px;
 background-color: #FFFFFF;
 }
 div#laytitel {
  width: 100%;
  }
 div#laybreadcrump {
  padding: 3px 0px 0px 0px;
  width: 100%;
  height: 39px;
  border-bottom: solid 1px #d9dadb;
  }
 div#laydrucken {
  visibility: hidden;
  position: fixed;
  left: 738px;
  top: 233px;
  }

div#layinhalt {
 position: absolute;
 top: 265px;
 left: 200px;
 width: 550px;
 height: 200px;
 padding: 9px 0px 0px 0px;
 }
 div#inhalt {
 position: relative;
 }
 div#fuss {
 position: relative;
 bottom: 0px;
 left: 0px;
 padding: 3px 0px 0px 0px;
 width: 550px;
 border-top: solid 1px #d9dadb;
 }
 div#inhaltrechts {
 position: relative;
 top: 212px;
 left: 775px;
 width: 211px;
 }
      
img {
  border: none;     
  }