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

body   { overflow: auto; zoom: 1}
body   { background-color: #ffffff }
/* body   { background-image:url(hintergrund.jpg)} */



/* Stile fuer Layoutelemente */
/* #wrapper { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 200 } */

#nav      { position: absolute; z-index: 1000; top: 250px; left: 72px; width: 450px; height: 30px; }

.h1 	{ visibility: hidden}
.cont	{ position: absolute; top: 50%; left: 50%; width: 971px; height: 560px; margin-left: -485px; margin-top: -280px; z-index: 500; }
.cont	{ background-repeat: no-repeat; background-position: center center; }
/* .cont  { color: #000; font-size: 12px; font-family: Verdana; } */
.elem	{ padding-top: 20px; padding-right: 10px; overflow: hidden; zoom: 1 }
.elemfont	{ font-size: 16px; font-weight: bold; font-style: italic; text-align: center; color: #794400; margin-bottom: 15px }
.scroll { position: absolute; left: 72px; bottom: 50px; width: 490px; height: 220px; overflow: auto; }
.scroll { color: #000; font-size: 12px; font-weight: 600; font-family: Verdana; line-height: 160%}
.vid	{ position: absolute; left: 60px }
.addres { position: absolute; left: 72px; bottom: 20px; }
.addres { color: #794400; font-size: 12px; font-family: Verdana; font-weight: bold }
.navlink { position: relative; float: left; left: -20px; top: -8px}


#back, #for { position: absolute; top: 0; left: 0; width: 50%; height: 100%; z-index: 1500; background-color: transparent }
#for { left: 50%; }

ul { list-style-type:none; text-transform: uppercase; letter-spacing: 2px; } 
li { /* padding-right: 26px; float: left; */ }
a  { color: #794400; font-size: 12px; font-family: Verdana; font-weight: bold; text-decoration: underline; }
a:hover { color: #794400; font-style: italic; text-decoration: underline; }
