/* Allgemeiner Aufbau der Seite & des Layouts */
html   { width: 100%; }
@media all { html  { height: 100% }}
body   { width: 100%; height: 100% }
html * { padding: 0; margin: 0; border-collapse:collapse; border-spacing: 0; }
img    { border: 0 }

body       { background-color: white; background-image: url("../../gfx/bg_body.jpg"); background-repeat: repeat-x; overflow: hidden }



#wrapper { position: absolute; width: 100%; height: 600px; top: 50%; left: 0; margin-top: -300px;  background-color: transparent; z-index: 1000 }

#holz    { position: absolute; width: 100%; height: 357px; top: 50%; margin-top: 150px; z-index: 500  }
#holz    { background-image: url("../../gfx/bg_holz3.jpg"); background-position: center -30px;  }

#boot    { position: absolute; width: 100%; height: 90%; top: 0; z-index: 400;   }
#boot    { background-image: url("../../gfx/bg_boot1.gif"); background-position: center center; background-repeat: no-repeat  }
