/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
#Logo {position: absolute; top:0px; left:0px; z-index: 0; width:800px; height:138px; background: url("../assets/images/Header.jpg")}
/* Position der Navigationsleiste */
#Navi { position: absolute; top:180px; left:0px; overflow: hidden; z-index: 1; }
/* Position des Textinhalts */
#Inhalt { position: absolute; top:180px; left:200px; width:400px; height:400px; overflow: hidden; z-index: 1; }
/* Position des Hintergrundbildes */
#HB { position: absolute; top:180px; left:170px; width:650px; height:489px; overflow: hidden; z-index: 0; }
/* Position des unteren Navigationsleiste */
#ut { position: absolute; top:650px; left:20px; width:800px; height:40px; overflow: hidden; z-index: 0; }
/* Position der Adresse */
#adr { position: absolute; top:550px; left:20px; width:160px; height:100px; overflow: hidden; z-index: 0; }
/* Position der Bildergalerie */
#Bilder { position: absolute; top:650px; left:140px; width:800px; height:60px; overflow: hidden; z-index: 1; }
/* Position vergrößerten Bilder in der Bildergalerie */
#BTab { position: absolute; top:180px; left:170px; width:650px; height:450px; overflow: hidden; z-index: 1; }
/* Position der untersten Seite der Bildergalerie */
#but { position: absolute; top:720px; left:80px; width:800px; height:40px; overflow: hidden; z-index: 0; }