    div#platz {
      position: absolute;
      top:0px;
      right: 0px;
      z-index: 100;
      width:113px;
      height:113px;
      background-image: url(klein.gif);
      background-repeat: no-repeat;
      background-position: right top;
      border:none;
      padding:0;
      margin:0;
      text-align: right;
    }

    div#platz img {
      border:none;
      padding:0;
      margin:0;
      background: none;
    }

    div#platz a#link img {
      width: 113px;
      height: 113px;
    }

/*    div#platz a, div#platz a:hover {
      text-decoration: none;
      border:none;
      padding:0;
      margin:0;
      display: block;
      background: none;
    }

    div#platz a#link:hover {
      position: absolute;
      top:0px;
      right: 0px;
      z-index: 101;
      width:501px;
      height:500px;
      display: block;
      background-image: url(gross.gif);
      background-repeat: no-repeat;
      background-position: right top;
    }
    */