#image1{
    float: left;
	position: relative;
	z-index: 4;
	width: 90px;
	height: 130px;
  margin: 10px;
  margin-left: 0px
}

.AroundVezicka
{
position: relative;
width: 570px;
height: 270px;
display: table;
}

.AroundVezickaVnejsi
         {
      position: absolute;
      top: 50%;
      width: 100%;      
      display: table-cell;
      vertical-align: middle;
     }
 
.AroundVezickaVnitrni
     {
      position: relative;
      top: -50%;
      margin: auto;
      text-align: center;
     }

*>.AroundVezickaVnejsi, *>.AroundVezickaVnitrni
{
position: static
}