  body
  {
    color: black;
    background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  h1#oben
  {
    font-size: 2em;
    margin: 0 0 0.2em;
    padding: 0.3em;
    border: 1px solid red;
    color: #000000;
  }
  div#Rahmen {
    padding-top:4px;
    border: 1px solid red;
	height:24px;
	margin: 0 0 1em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#nav {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#nav li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
  }
  * html ul#nav li { /*  Korrektur fuer den IE 5 und 6 */
    margin-bottom: -1em;
  }
  *:first-child+html ul#nav li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#nav li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.4em; left: 0;
	height:22px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#nav li ul {  /* Korrektur fuer IE 5.x */
    left: 0;
   }
  *:first-child+html ul#nav ul {  /* Workaround fuer den IE 7 */
    background-color:white; padding-bottom:0.4em;
  }
  ul#nav li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#nav li ul li {
    float: none;
    display: block;
    /*margin-bottom: 0.2em;*/
	height:22px;
  }
  ul#nav a {
    display: block;
    padding-left:2px;
	padding-right:2px;
    text-decoration: none; font-weight: bold;
    border: 1px solid white;
	border-left-style: dashed;
	border-left-width: 1px;
    border-left-color: red;
	background-color:#FFFFFF;
  }
  ul#nav a:hover {
    border-style: dashed;
	border-width: 1px;
    border-color: red;
	border-right-color: white;
	border-top-color: white;
    color: red; background-color: white;
  }
  div#tagesessen
  {
    clear:both;
	font-size: 0.9em;
    float: left;
    width: 20em;
    padding: 0;
    background-color: #eee;
    border: 1px dashed red;
  }
  div#tagesessen h2
  {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#tagesessen p
  {
    font-size: 1em;
    margin: 0;
  }
  h3
  {
    font-size: 1.33em;
    margin: 0.2em 0.5em;
  }
  div#Inhalt
  {
    margin: 0em 0em 1em 19em;
    padding: 0 1em;
    border: 1px dashed red;
  }
  * html div#Inhalt
  {
    height: 1em; /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt p
  {
    font-size: 1em;
    margin: 1em 0;
  }
  div#Fusszeile
  {
    clear: both;
    height:20px;
    font-size: 0.9em;
    margin: 0;
    border: 1px solid red;
    text-align: right;
	padding-top:4px;
  }
  #Fusszeile #nav
  {
    position:absolute;
    right: 16px;
  }
  #Fusszeile ul#nav a {
    padding-left:2px;
	padding-right:2px;
    border: 1px solid white;
	border-right-style: dashed;
	border-right-width: 1px;
    border-right-color: red;	
  }
  a:link { font-weight:bold; color:black; text-decoration:none; }
  a:visited { font-weight:bold; color:black; text-decoration:none; }
  a:focus { font-weight:bold; color:red; text-decoration:underline; }
  a:hover { font-weight:bold; color:red; text-decoration:underline; }
  a:active { font-weight:bold; color:red; text-decoration:underline; }
  .htmtableborders {
    border-width:1px;
    border-style:solid;
    border-color:silver;
  }
  .htmtableborders td {
    border-width:1px;
    border-style:solid;
    border-color:silver;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:silver;
	border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:silver;
  }
