/* --> LAYOUT - Anordnung der DIV <-- */

html {
 width: 100%;
 height: 100%;
 left: 0px;
 right: 0px;
 margin: 0px auto;
 overflow-x: auto;
 overflow-y: auto;
 background-color: #ffffff;
 }

body {
 position: relative;
 margin: 0px auto;
 width: 1000px;
 height: auto;
 left: 0px;
 right: 0px;
}

div#layout {
 z-index: 1;
 position: relative;
 text-align: left;
 margin: 0px auto;
 bottom: 0px;
 margin: 10px 0px 0px 0px;
 width: 1000px;
 height: auto;
 background-image: url(/fileadmin/tpl/img/bg_website.gif);
 background-repeat: repeat-y;
 }

div#lay-kopf {
 z-index: 1;
 width: 999px;
 height: 109px;
 top: 0px;
 left: 0px;
 bottom: 0px;
 }
div#bilder {
 top: 0px;
 left: 0px;
 width: 610px;
 height: 109px;
/* background-image: url(/fileadmin/files/_kapitelbilder/pic_home-grundsaetze.jpg);*/
 background-repeat: no-repeat;
 }
div#zitate {
 position: absolute;
 top: 0px;
 left: 610px;
 width: 236px;
 height: 109px;
 background-image: url(/fileadmin/tpl/img/bg_zitate.gif);
 background-repeat: no-repeat;
 }
div#logo {
 position: absolute;
 top: 0px;
 left: 846px;
 width: 155px;
 height: 109px;
 background-image: url(/fileadmin/tpl/img/logo_steinerschulen.gif);
 background-repeat: no-repeat;
 }

div#container {
 z-index: 100;
 }

div#lay-navigation {
 z-index: 2;
 position: relative;
 float: left;
 top: 30px;
 left: 0px;
 width: 200px;
 height: 100%;
 bottom: 0px;
 }
div#navigation {
 z-index: 3;
 top: 0px;
 left: 0px;
 height: 100%;
 width: 200px;
 }

div#lay-inhalt {
 z-index: 2;
 position: relative;
 float: left;
 top: 0px;
 left: 45px;
 width: 575px;
 height: auto;
 }
div#inhalt {
 position: relative;
 top: 18px;
 left: 0px;
 width: 550px;
 height: auto;
 padding: 0px 25px 0px 0px;
 margin: 0px 0px 15px 0px;
 }
div#fuss {
 position: relative;
 clear: both;
 top: 50px;
 left: 0px;
 height: 50px;
 padding: 10px 25px 0px 3px;
 }

div#lay-sitenavigation {
 position: absolute;
 float: left;
 top: 125px;
 left: 844px;
 width: 155px;
 height: auto;
 }
div#sprache {
 position: relative;
 left: 55px;
 width: 155px;
 height: 30px;
 padding: 8px 0px 0px 0px;
 }
div#suche {
 position: relative;
 top: 25px;
 height: 30px;
 padding-left: 5px;
 }
div#sitenavigation {
 position: relative;
 top: 30px;
 padding: 15px 0px 0px 0px;
 height: auto;
 }

div#lay-fuss {
 position: relative;
 clear: both;
 height: 200px;
 width: 100%;
 background-image: url(/fileadmin/tpl/img/bg_fuss.gif);
 background-repeat: no-repeat;
 }
