body {
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
  }

div#Menuleiste div {
    clear: left;
  }
ul#Navigation {
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0; padding: 0;
  }
ul#Navigation li {
    list-style: none;
    float: left;
    width: 6.7em;
    position: relative;
    margin: 0; padding: 0;
  }
* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.3em;
  }
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }
ul#Navigation li ul {
    margin: 0;
    position: absolute;
    top: 0em; left: 0em;
    padding: 0;
  }
ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }
ul#Navigation a, ul#Navigation span {
    display: block;
    padding: 0em 0em;
    text-decoration: none;
    background-color: none;
  }
* html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
  }
/* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 2.4em;
  }
/* Workaround fuer den IE 7 */
  *:first-child+html ul#Navigation ul {
    background-color:white; padding-bottom:0.4em;
  }

div#Fenster {position:absolute; top:260px;
    width: 850px;
    margin: 0 0px;
    padding: 0;
    background-color: none;
  }
div#Fenster {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
div.table {
    display:table;
    width: 850px;
    border-collapse:collapse;
    font-size: 1em;
  }
div.tr {
    display:table-row;
  }
div.td {
    display:table-cell; 
    border: none;
    padding: 0 15px;
    overflow:hidden;
  }
div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0; background-color: none;
  }
div#Inhalt h3 {
    text-align: left;
    font-size: 1em;
    text-decoration: underline;
    margin: 0.85em 0;
    color: black;
  }
div#Inhalt p {
    font-size: 1em;
    margin: 0 0 0.5em;
  }

div#Menuleiste {
    position:absolute; top:197px;
    margin: 0 70px;
    padding: 0.2em;
    width: 700px;
  }

div#flag {
    position:absolute; top:207px;
    margin: 0 30px;
  }

div#lm-logo {
    position:absolute; top:182px;
    margin: 0 680px;
  }