div#powiekszenieTlo {
  background-color: #FFFFFF;
  left: 0px;
  top: 0px;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div#powiekszenie {
  border: 1px dotted #000000;
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px;
  position:absolute;
  text-align: center;
  visibility: hidden;
  z-index: 2;
}
div#tytul {
  font-weight: bold;
  margin-bottom: 10px;
}
div#podpis {
}

img.miniatura {
  border: none;
  cursor: pointer;
}
