body {
	color: #99FF99;
	background-color: #000000;
	font-size:100.01%
}
#wechsel a {
    background: url(images2/b_z-o.gif) no-repeat;
    display:block; width:89px; height:29px; /* Linkbereich begrenzen */
  }
  #wechsel img {
    display:block; width:89px; height:29px; border:0;
  }
  #wechsel a:hover img {
    visibility: hidden;
  }
  #wechsel a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #wechsel a {
    margin-right:1px;
  }
  * html #wechsel a:hover {
    width:107px; margin-right:0; /* Workaround fuer IE 5.01 */
  }