@charset "ISO-8859-1";

html, body
{
 margin: 0;
 padding: 0;
 width:100%;
 height:100%;
}

#bg
{ background-image:url(Bilder/BackgroundNeblig.jpg); background-repeat:no-repeat; background-position: center; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0px auto; }

#center
{ position: relative; width: 960px; height: auto !important; border: 1px solid green; min-height: 99.7%; margin: 0px auto; padding: 0px; z-index: 1; background-color:#F1F1C5}

#schriftalt
{ font-family:Comic Sans MS, Verdana, Arial; }

#schriftgeramond
{ font-family:Geramond, Verdana, Arial; }

a:link { text-decoration:none; font-weight:bold; color:black; }
a:visited { text-decoration:none; font-weight:bold; color:black; }
a:hover { text-decoration:none; font-weight:bold; background-color:#080; }
a:active { text-decoration:none; font-weight:bold; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

div#DivNav {width: 99%; }
div#DivNav a {display: block; width: 100%; padding-top: 2px; padding-bottom: 2px; }
div#DivNav a:hover { background-color:#080; border-radius: 18px; }
div#DivNav a:focus { background-color:#080; border-radius: 18px; }

ul#Navigation { margin: 0; padding: 0; }
ul#Navigation li { list-style: none; float: none; margin-bottom: 0.0em; padding: 0; position: relative;}
ul#Navigation li ul {margin-top: 0.0em; padding: 0; position: absolute; top: 1.4em; left: 1.0em; display: none;}
ul#Navigation li ul li {float: right; display: block; margin-bottom: 0.1em; background-color:#F1F19E; border: 1px solid green; }

ul#Navigation li:hover>ul { display: block; }