/* 		--> LAYOUT <-- 													*/

html {
  text-align:center;
  height: 100%;
  margin: 0;
  overflow:hidden;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow:hidden;
  }

div#layout {
  z-index: 0;
  margin: auto;
  text-align: left;
  bottom: 0px;
  margin-bottom: 0px;
  width: 965px;
  height: 100%;
  }
  
div#satzspiegel {
  z-index: 1;
  text-align: left;
  position: relative;
  margin: auto;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
div#inhalt-links {
  z-index: 2;
  position: absolute;
  width: 132px;
  top: 133px;
  left: 0px;
  bottom: 30px;
  background-color: #EEEEEE;
  border: solid white 12px;
  border-top: solid white 30px;
  padding: 5px;
  overflow: hidden;  
  }

div#inhalt {
  z-index: 3;
  position: absolute; 
  top: 133px;
  left: 159px;
  right: 159px;
  bottom: 30px;  
  padding-left: 5px;
  background-color: white;
  border: solid white 10px;
  border-top: solid white 30px;
  padding: 5px;
  overflow: auto;
}

div#inhalt-rechts {
  z-index: 4;
  position: absolute;
  width: 131px;
  top: 133px;
  right: 0px;
  bottom: 30px;  
  background-color: #EEEEEE;
  border: solid white 10px;
  border-top: solid white 30px;
  padding: 5px;
  overflow: hidden;  
} 

div#laylogo  {
  z-index: 5;
  position: absolute;
  float: left;
  width: 139px;
  height: 109px;
  top: 32px;
  left: 12px;
  background-image: url(/fileadmin/tpl/nav/logo_dreifeld-ag.gif);
  border: solid #808080 1px;
  }
  
div#laynavigation {
  z-index: 6;
  text-align: left;
  position: absolute;
  width: 839px;
  height: 109px;
  top: 32px;
  left: 151px;
  }

div#layfusszeile {
  z-index: 7;
  bottom: 0px;
  text-align: left;
  position: absolute;
  height: 25px;
  }
  
img {
  border: none;     
  }