#wahl {
  position: relative;
  width: 90%;
  padding-top: 100px;
  overflow: hidden;
}
#wahl ul {
  margin:0 auto; 
  padding:0; 
  position:relative; 
  width:400px; 
  height:400px; 
  top:20px;
  background:url(bilder/main.png); 
  z-index:1; 
  overflow:hidden;
  }
#wahl li {
  list-style-type:none; 
  width:104px; 
  height:0px;
  position:absolute;
  }
#wahl a {
  display:block; 
  width:104px; 
  height:0; 
  color:#000; 
  text-decoration:none; 
  padding-top:112px; 
  background:transparent; 
  overflow:hidden; 
  z-index:10;
  }
* html #wahl a {
  height:112px; 
  height:0;
  }
#wahl a#o1 {
  position:absolute; 
  left:96px; 
  top:56px; 
  background:url(bilder/o1.png) no-repeat -112px 0;
  }
#wahl a#o2 {
  position:absolute; 
  left:199px; 
  top:56px; 
  background:url(bilder/o2.png) no-repeat -112px 0;
  }
#wahl a#m1 {
  position:absolute; 
  left:45px; 
  top:138px; 
  background:url(bilder/m1.png) no-repeat -112px 0;
  }
#wahl a#m2 {
  position:absolute; 
  left:148px; 
  top:143px; 
  background:url(bilder/m2.png) no-repeat -112px 0;
  }
#wahl a#m3 {
  position:absolute; 
  left:252px; 
  top:142px; 
  background:url(bilder/m3.png) no-repeat -112px 0;
  }
#wahl a#u1 {
  position:absolute; 
  left:97px; 
  top:227px; 
  background:url(bilder/u1.png) no-repeat -112px 0;
  }
#wahl a#u2 {
  position:absolute; 
  left:200px; 
  top:229px;
  background:url(bilder/u2.png) no-repeat -114px 0;
  #bilder.background:url(bilder/angel100.gif) no repeat 100px 100; 
  }


#wahl a#o1:hover, 
#wahl a#o2:hover,
#wahl a#m1:hover,
#wahl a#m2:hover,
#wahl a#m3:hover,
#wahl a#u1:hover,
#wahl a#u2:hover {
  background-position: 0 0;
  }
#wahl a#o1:hover b, 
#wahl a#o2:hover b,
#wahl a#m1:hover b,
#wahl a#m2:hover b,
#wahl a#m3:hover b,
#wahl a#u1:hover b,
#wahl a#u2:hover b {
  display:none;
  }

