body {
 font-family:Arial;
 margin-left:0px; margin-right:0px; margin-top: 0px; margin-bottom: 0px;
 background-color: white;
 color:#c0c0c0;
 border-style:solid;
  border-width:2px;
  border-bottom-color:#606060;
  border-right-color:#606060;
  border-top-color:#808080;
  border-left-color:#808080;
}

a {
 color:#c0c0c0;
 font-weight: bold;

}

table#kopf {
  font-family:"Times New Roman";
  background-color: white;
  text-align:center;
  height:100%;width:100%;
  vertical-align:middle;
  text-align:center;
  color:#d09020;
  font-weight: bold;
  border-style:solid;
  border-width:2px;
  border-bottom-color:#606060;
  border-right-color:#606060;
  border-top-color:#808080;
  border-left-color:#808080;

}

div#kopf1 {
  font-size:200%;
  text-align:center;
  width:15em; height:1.0em;
}
div#kopf2 {
  font-size:75%;
  text-align:center;
  color:#c08000;
  width:40em; height:1.0em;
}


ul#mainmenu {
 font-size:100%;
 text-align:center;
 margin: 0; padding: 0;
 margin-bottom:0.5em;
 border: 0px solid blue;
 background-color: white;
}

ul#mainmenu li {
 list-style: none;
 display: inline;
 line-height: 1.8em;
 margin: 0.1em; padding: 0.0em;

}

ul#mainmenu a, ul#mainmenu span {
  color: #c0c0c0;
  padding: 0.0em 0.3em;
  white-space: nowrap;
  border: 1px solid darkblue;

}

ul#mainmenu a:hover { text-decoration:none;
 color: black;
 background-color: darkblue;
 }

ul#mainmenu span { text-decoration:none;
 color: black;
 background-color: darkblue;
 font-size:150%;
 }

ul#mainmenu a:active { text-decoration:none; color:red;
 background-color: white;
 }

div#fuss {
 font-size:70%;
 position:absolute; bottom:0px;
}