.XTlupe {
  display:block;
  width:16px;
  }
.XTlupe:hover {
  background:transparent;
  }
.XTlupe span {
  position:relative;
  }
.XTlupe span img {
  position:absolute;
  display:none;
  }
.XTlupe:hover span img {
  display:inline;
  }
/* Definition des Lupensymbols */
.XTlupePic {
  background-image:url(lupe16.gif);
  width:16px;
  height:16px;
  border:none;
  }
.XTlupeTab .XTlupePic {
  margin-bottom:20px;
  }
/* Definition für Tabellendarstellung */
.XTlupeTab .XTlupe span img {
  margin-left:-120px;
  margin-top:-120px;
  }
/* Definition für Listendarstellung (inkl. Suche) */
.XTlupeList .XTlupe span img {
  margin-left:70px;
  margin-top:-50px;
  }
