@charset "utf-8";
/* CSS Document */

html {
 width: 100%;
 height: 100%;
 left: 0px;
 right: 0px;
 margin: 0px auto;
 overflow-x: auto;
 overflow-y: auto;
 background-image: url(/img/bg_website.jpg);
 }

body {
 margin: 0px;
 width: 100%;
 height: 100%;
 left: 0px;
 }

div#lay_website_genussmacher {
 position: absolute;
 width: 1024px;
 height: 100%;
 background-image: url(/genussmacher/img/bg_genussmacher.jpg);
 background-repeat: no-repeat;
 overflow-x: hidden;
 overflow-y: hidden; 
 }

div#lay_website_genussorte {
 position: absolute;
 width: 1024px;
 height: 100%;
 background-image: url(/genussorte/img/bg_genussorte.jpg);
 background-repeat: no-repeat;
 overflow-x: hidden;
 overflow-y: hidden; 
 }

div#lay_website_genussnotizen {
 position: absolute;
 width: 1024px;
 height: 100%;
 background-image: url(/genussnotizen/img/bg_genussnotizen.jpg);
 background-repeat: no-repeat;
 overflow-x: hidden;
 overflow-y: hidden; 
 }

div#lay_website_genussnotizen2 {
 position: absolute;
 width: 1024px;
 height: 100%;
 background-image: url(/genussnotizen/img/bg_genussnotizen2.jpg);
 background-repeat: no-repeat;
 overflow-x: hidden;
 overflow-y: hidden; 
 } 

div#lay_logo {
 position: absolute;
 z-index: 1;
 width: 220px;
 height: 100px;
 background-image: url(/img/lay_logo.jpg);
 background-repeat: no-repeat;
 }

div#lay_navigation {
 position: absolute;
 z-index: 2;
 top: 100px;
 width: 220px;
 height: 509px;
 padding-top: 52px;
 }

div#lay_adresse {
 position: relative;
 top: 161px;
 }

/* Inhalte */
div#lay_inhalt_genussmacher {
 position: absolute;
 z-index: 5;
 top: 0px;
 left: 174px;
 width: 870px;
 height: 768px;
 }

div#lay_inhalt_genussorte {
 position: absolute;
 z-index: 5;
 top: 0px;
 left: 174px;
 width: 870px;
 height: 768px;
 }

div#lay_inhalt_genussnotizen {
 position: absolute;
 z-index: 5;
 top: 0px;
 left: 174px;
 width: 870px;
 height: 768px;
 }

div#formular {
 position: absolute;
 top: 293px;
 left: 230px;
 }