        html {
          font-family: arial;
          font-size: 12px;
          color: #202F75;
        }

        a {
          color: #202F75;
        }

        ul#system {
          width: 170px;
    position: absolute;
    top: 3px; left: 0px;
          list-style: none;
          padding-left: 0px;
    background-image: url(/heka/include/images/Systemauswahl_basis.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
          border: 0px solid green;
        }

        ul#system li {
          list-style: none;
          margin: 0 0 9px 0;
          padding-left: 27px;
          width: 140px;
        }

        ul#system li ul {
          margin: 0 0 0 0px; padding: 0;
    position: absolute;
    top: 58px; left: 0px;
          width: 170px;
          border: 0px solid green;
        }

        ul#system li ul li {
          margin: 0.1em 0;
          float: left;
          border: 0px dotted red;
        }
        * html ul#system li ul li {  /* Korrektur fuer IE 5.x */
          margin-left: 1em;
          ma\rgin-left: 0;
        }

        ul#system a {
          display:block;
          padding: 0 25px;
          width: 160px; height: 18px;
line-height: 18px;
          vertical-align: middle;
          color: #aaadb0;
          text-decoration: none;
        }

        ul#system a.active {
          color: #202e74;
          text-decoration: none;
    background-image: url(/heka/include/images/Systemauswahl_selektor.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
        }

        ul#system a.visited {
          color: red;
          font-weight:bold;
          text-decoration: none;
        }

        ul#subsegment a {
          display:block;
          padding: 0 5px;
          width: 165px; height: 20px;
          color: #202F75;
          text-decoration: none;
line-height: 20px;
          vertical-align: middle;
          border: 1px solid black;
          background-color: #ccc;
        }

        ul#subsegment a.active {
          color: red;
          font-weight:bold;
          vertical-align: middle;
          text-decoration: none;
    background-position: 0px -20px;
          background-color: #ccc;
        }

        ul#subsegment li {
          list-style: none;
          margin: 0 0 0px 0;
          padding-left: 0px;
          width: 120px;
        }

         ul#subsegment li ul {
    position: relative;
    top: 0px; left: 0px;
          margin: 0 0 0 1px; padding: 0;
          float: left;
          background-color: #c00;
          border: 0px dotted green;
        }

         ul#subsegment li ul a{
        background-color: #FFF;
          border: 0px dotted blue;
        }

        ul#subsegment li ul li {
          margin: 0em 0;
          float: left;
          border: 0px solid red;
        }
        * html ul#subsegment li ul li {  /* Korrektur fuer IE 5.x */
          margin-left: 1em;
          ma\rgin-left: 0;
        }

        div#content {
          float: left;
          width: 600px;
        }

        .cb {
          clear: both;
        }

