#info ul {
  margin: 0 0 0 40px; 
  padding:0; 
  position:relative; 
  width:150px; 
  height:365px; 
  background:url(../images/man/korper.png); 
  z-index:1; 
  overflow:none;
  
  }
#info li {
  list-style-type:none; 
  width:104px; 
  
  position:absolute;
  }
#info a {
  display:block; 
  width:150px; 
  
  color:#000; 
  text-decoration:none; 
  
  background:transparent; 
  overflow:none; 
  z-index:1;
  }
* html #info a {
  height:5px; 
  he\ight:0;
  }
#info a#kopf {
  position:absolute; 
  left:0px; 
  top:0px; 
  width:150px; 
  height:70px; 
  background:url(../images/man/kopf.png) no-repeat -150px 0 ;
  cursor:pointer;
  
    }
#info a#brust {
  position:absolute; 
  left:0px; 
  top:70px; 
  width:75px; 
  height:51px; 
  background:url(../images/man/brust.png) no-repeat -75px 0;
  cursor:pointer;
   }
#info a#herz {
  position:absolute;
  left:76px; 
  top:69px;
  width:75px; 
  height:52px; 
  background:url(../images/man/herz.png) no-repeat -75px 0;
  cursor:pointer;
  }
     
#info a#bauch {
  position:absolute; 
  left:0px; 
  top:121px;
  width:75px; 
  height:56px; 
  background:url(../images/man/bauch.png) no-repeat -75px 0;
  cursor:pointer;
  }
#info a#arm {
  position:absolute; 
  left:76px; 
  top:121px;
  width:75px; 
  height:56px;
  background:url(../images/man/arm.png) no-repeat -75px 0;
  cursor:pointer;
  }
 
 #info a#unterleib {
  position:absolute; 
  left:0px; 
  top:177px;
  width:75px; 
  height:36px; 
  background:url(../images/man/unterleib.png) no-repeat -75px 0;
  cursor:pointer;
  }  
  
#info a#hand {
  position:absolute; 
  left:76px; 
  top:177px;
  width:75px; 
  height:36px;
  background:url(../images/man/hand.png) no-repeat -75px 0;
  cursor:pointer;
  }
#info a#gefasse {
  position:absolute; 
  left:0px; 
  top:213px;
  width:75px; 
  height:111px;
  background:url(../images/man/gefasse.png) no-repeat -75px 0;
  cursor:pointer;
  }  
#info a#bein {
  position:absolute; 
  left:75px; 
  top:213px;
  width:74px; 
  height:111px;
  background:url(../images/man/bein.png) no-repeat -74px 0;
  cursor:pointer;
  }  
#info a#fusse {
  position:absolute; 
  left:0px; 
  top:324px;
  width:150px; 
  height:40px;
  background:url(../images/man/fusse.png) no-repeat -150px 0;
  cursor:pointer;
  }    


#info a#kopf:hover, 
#info a#brust:hover,
#info a#bauch:hover,
#info a#hand:hover,
#info a#herz:hover,
#info a#unterleib:hover,
#info a#gefasse:hover,
#info a#bein:hover,
#info a#fusse:hover,
#info a#arm:hover {
  background-position: 0 0;
  }
#info a#kopf:hover b, 
#info a#brust:hover b,
#info a#bauch:hover b,
#info a#hand:hover b,
#info a#herz:hover b,
#info a#unterleib:hover b,
#info a#gefasse:hover b,
#info a#bein:hover b,
#info a#fusse:hover b,
#info a#arm:hover b {
  display:none;
  }
