
  body {
    font: normal 9pt Verdana,Tahoma,Helvetica, Arial, sans-serif;
    color: #AB5245; background-color: #ffffff;
  }

  ul#service {
  font: normal 9pt Verdana,Helvetica, Arial, sans-serif;
    width: 120px;
    margin: 0.0em; padding: 0.em 0.0em 0.0em;

    background-color: #f5d677;
  }
  * html ul#service {  /* Korrekturen fuer IE 5.x */
    width: 120px;

    padding-left: 0.0;
    padd\ing-left: 0.0em;
  }
  ul#service li {
    list-style: none;
    margin: 0.0em; padding: 0;
  }

  ul#service a, ul#service span, ul#service h2 {
  font: normal 9pt Helvetica, Arial, sans-serif;

    padding: 0.0em;
    text-decoration: none; font-weight: bold;
    border-left-color: black;

    color: #cc3419; background-color: f5d677;
  }
  * html ul#service a, * html ul#service span, * html ul#service h2 {
    width: 120px;    /* Breitenangabe fuer IE 5.x */
    w\idth: 0.0em;  /* Breitenangabe fuer IE 6 */
  }
  ul#service a:hover, ul#service span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: #e0e1c5; background-color:  #7b824c;
  }
  ul#service h2 {
    font-size: 9pt;
    margin: 0.0em 0 0;
    border-color: gray;
    color: black; background-color: #eee;
  }
