/* 		--> LAYOUT <-- 													*/

html {
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  overflow-x: auto;
  overflow-y: auto;
  background-color: #e3e3e5;
  }

body {
  position: relative;
  margin: 0px;
  width: 100%;
  height: auto;
  left: 0px;
  }
  
div#layout {
  position: relative;
  left: 0px;
  right: 0px;
  text-align: left;
  margin: auto;
  margin-top: 50px;
  width: 936px;
  height: auto;
  background-image: url(/fileadmin/tpl/img/bg_website-kopf.gif);
  background-repeat: no-repeat;
  background-color: #ffffff;
  }
  
div#laykopf {
  position: relative;
  z-index: 0;
  margin: 0px;
  height: 120px;
  width: 100%;
  }
  div#logo {
   position: relative;
   top: 20px;
   left: 25px;
   width: 150px;
   height: 120px;
   background-image: url(/fileadmin/tpl/img/logo_biberstein2010.gif);
   background-repeat: no-repeat;
   float: left;
   }
  div#spruch {
   position: relative;
   top: 60px;
   left: 75px;
   font-family: trebuchet ms, verdana, arial, sans-serif, trebuchet ms;
   color: #9b9b9d;
   font-size: 20px;
   }

div#laynavigation {
 position: absolute;
 z-index: 1;
 top: 135px;
 left: 161px;
 width: 700px;
 height: 22px;
 }
 div#navigation {
  }

div#laybildstartseite {
   position: relative;
   top: 40px;
   width: 950px;
   height: 150px;
   background-image: url(/fileadmin/tpl/img/bild_startseite.jpg);
   background-repeat: no-repeat;
 }

div#layinhalt {
 position: relative;
 z-index: 3;
 top: 38px;
 left: 161px;
 margin: 0px;
 width: 668px;
 min-height: 142px;
 height: auto;
 padding: 0px 0px 0px 0px;
 }
 div#inhalt {
  margin: 10px 10px 10px 10px;
  }

div#laysponsoren {
 position: relative;
 z-index: 2;
 bottom: 0px;
 left: 152px;
 width: 668px;
 height: 60px;
 margin: 30px 0px 0px 0px;
 padding: 0px 0px 20px 0px;
 }
 div#hauptsponsoren {
  font-weight: bold;
  font-size: 11px;
  height: 18px;
  }


div#layfusszeile {
 position: relative;
 z-index: 1;
 top: 20px;
 width: 936px;
 height: 50px;
 padding: 25px 3px 0px 0px;
 text-align: right;
 background-image: url(/fileadmin/tpl/img/bg_website-fuss.gif);
 background-repeat: no-repeat;
 background-color: #e3e3e5;
 } 

img {
  border: none;     
  }