/* --> 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: 0px 0px 0px 0px;
 width: 980px;
 height: 100%;
 background-color: #ffffff;
 }

div#lay-kopf {
 z-index: 1;
 width: 980px;
 height: 140px;
 top: 0px;
 left: 0px;
 bottom: 0px;
 }
div#logo {
 z-index: 2;
 position: absolute;
 width: 240px;
 height: 140px;
 }
div#galerielink {
 z-index: 2;
 position: absolute;
 top: 90px;
 left: 250px;
 width: 540px;
 height: 50px;
 background-image: url(/fileadmin/tpl/img/bg_linie-kopf.gif);
 background-repeat: no-repeat;
 background-position: 0px 30px;
 }
div#apfel {
 z-index: 3;
 position: relative;
 left: 510px;
 width: 30px;
 }

div#container {
 z-index: 100;
 min-height: 575px;
 height: auto;
 }

div#lay-navigation {
 z-index: 2;
 position: relative;
 top: 35px;
 left: 52px;
 width: 200px;
 min-height: 400px;
 height: 100%;
 bottom: 0px;
 }
div#navigation {
 z-index: 3;
 position: relative;
 top: 0px;
 left: 0px;
 min-height: 400px;
 height: 100%;
 width: 200px;
 }

div#lay-inhalt {
 z-index: 2;
 position: absolute;
 float: left;
 top: 170px;
 left: 250px;
 width: 540px;
 height: auto;
 }
div#inhalt {
 position: relative;
 top: 0px;
 left: 0px;
 width: 100%;
 min-height: 400px;
 height: auto;
 }
div#fuss {
 position: relative;
 clear: both;
 top: 25px;
 left: 0px;
 height: 15px;
 width: 100%;
 margin: 0px;
 padding: 5px 0px 0px 0px;
 background-image: url(/fileadmin/tpl/img/bg_linie-fuss.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 }

div#lay-adressblock {
 z-index: 3;
 position: absolute;
 top: 170px;
 left: 830px;
 clear: both;
 height: 100px;
 width: 150px;
 }
div#lay-rechts {
 z-index: 3;
 position: absolute;
 top: 170px;
 left: 830px;
 height: auto;
 width: 150px;
 }
