@charset "ISO-8859-1";
  body {
    color: olive; background-color: #FFFFFF;
    font-size: 1.0em;
    font-family: Tahoma;
    margin: 0; padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  a:link {
    color:olive; text-decoration:none;
}
  a:hover {
    text-decoration:underline;
  }
  a:active 
{ 
   text-decoration:none; font-weight:bold; 
  }

 a:visited
{
 color:#CC9900; text-decoration:none;
}

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
#text1 { padding-left: 10px; }
