body {
  font: normal 70.01% Helvetica, Arial, sans-serif;
  color: black;
}
//*
body {
  font: normal 70.01% Helvetica, Arial, sans-serif;
  color: black; background-color: #ffffe0;
}
*//

h1 {text-align:center;}

table {font-size:12px; line-height:200%;}

tr {vertical-align:middle;}

th {nowrap; text-align:center;}

td {nowrap; text-align:center;}
.s {background-color:#FFFF66; nowrap; text-align:center;}

P {font-family : Verdana,Arial,Helvetica,sans-serif; line-height : 135%;}

//*dd {display:block; width:100%; color:red; background-color: #ffffe0;} *//

dd {display:block; width:100%;}
dd span {display:none; color:red; background-color:yellow; border:1px solid green; width:30ex;}

dd:hover {position:relative;}
dd:hover span {display:block; position:absolute; top:1ex; left:5ex; }

ul#Navigation {
  margin: 0; padding: 0.5em;
  text-align: center;
  border: 1px solid black;
  background-color: silver;
}
ul#Navigation li {
  list-style: none;
  display: inline;
  margin: 0.2em; padding: 0;
}

ul#Navigation a, ul#Navigation span {
  padding: 0.2em 1.1em;
  text-decoration: none; font-weight: bold;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
  color: maroon; background-color: #ccc;
}
* html ul#Navigation a, * html ul#Navigation span {
  width: 1.1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation a:hover, ul#Navigation span {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: gray;
}
