body {
  font: 0.9em/1.6em Verdana, sans-serif;
	}

ul#typo li#klein a:link,
ul#typo li#klein a:visited {
  background: url("../../images/typo-klein.gif") no-repeat center center;
  }
ul#typo li#klein a:hover {
  background: url("../../images/typo-klein-h.gif") no-repeat center center;
  }
ul#typo li#mittel a:link,
ul#typo li#mittel a:visited {
  background: url("../../images/typo-mittel.gif") no-repeat center center;
  }
ul#typo li#mittel a:hover {
  background: url("../../images/typo-mittel-h.gif") no-repeat center center;
  }
ul#typo li#gross a:link,
ul#typo li#gross a:visited {
  color: #000;
  font-weight: bold;
  background: url("../../images/typo-gross-h.gif") no-repeat center center;
  }
ul#typo li#gross a:hover {
  background: url("../../images/typo-gross-h.gif") no-repeat center center;
  }

