body {
  min-width:300px;
  font: normal 100.01% Helvetica, Arial, sans-serif;
  background-color: #888;
  }
#kopf  {
  height:116px;
  width:100%;
  color:#fa0;
  background-color: #225;
  background-image: url(../fotos/top2.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
}
#kopf h1 {
  margin: 0 0px;
  padding: 3px;
  font-size: 1.6em;
  color: #9f9;
  font-family:cursive;
}
.uebersicht {font-size:75%; }
.uebersicht a {text-decoration:none;}
.uebersicht a:link, .uebersicht a:visited {/*background-color:black;*/ color:yellow;}
.uebersicht a:hover, .uebersicht a:focus {background-color: #dd9; color:red;}
#inhalt  {
  vertical-align:top;
  background-color: #ddd;
  background-image: url(../fotos/higru1.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
  font-family:  cursive;
  padding: 0px 5px;
  color: #306;
  z-index: 0;
}
.default a {text-decoration: none;}
.default a:link, #fotos a:link  {color: #a00; }
.default a:visited, #fotos a:visited  {color: purple; }
.default a:focus, #fotos a:focus {background-color: #fcc;}
.default a:active, #fotos a:active  {background-color: orange;}
.default a:hover, #fotos a:hover {color: #f30; background-color: #dd9;text-decoration:underline;}
#navi {
  background-color: #884;
  vertical-align:top;
  //border: 2px inset #cc8;
}
#navi ul {
  list-style-type:none;
  padding:0em;
  margin:0em;
}
#navi li {
  display:block;
  position:relative;
  z-index:1;
  margin: 0.2em 0.5em 0.3em 0.3em;
  width:8.5em;
  text-align:center;
  font-size:0.9em;
  font-weight:bold;
  background-color:#cc8;
  text-decoration:none;
}
#navi a {
  display:block;
  text-decoration:none; 
}
#navi div.self, #navi a {
   position:relative;
   z-index:1;
   width:100%;
   padding: 0.1em 0em;
   margin-left:0em;
}
#navi div.self {
   color: #000;
   background-color: #fff;
   border: solid #900;
}
#navi a:link {
    background-color:#cc8;
    color:navy;
    border: outset #cc8;
}
#navi a:visited {
    background-color:#cc8;
    color:#505;
    border: outset #cc8;
}
#navi a:hover {
    background-color:#dd9;
    border: inset #dd9;
}
#navi li.aktiv >ul {
  display:block;
  position:relative;
  margin-top:0em;
  padding-top:0.1em;
  width: 8.5em;
  background-color: #884;
}
#navi li.aktiv > ul li {
  width: 7.7em;
  margin-left:1.4em;
  font-size:90%;
}
#navi li.inaktiv>ul {
  display:none;
}
#navi li.inaktiv:hover {z-index:3;}
#navi li.inaktiv:hover>ul {
  display:block;
  position:absolute;
  left:8em;
  top: 0em;
  width:100%;
  background-color: #884;
  border: 2px inset #dd9;
}
#oben  {
  position:fixed;
  bottom:-100px;
  height: 1.2em;
  width:8.5em;
  font-size: 0.9em;
  margin:3px 2px;
}

