.blockpart
{
position: relative;
display: block;
width: 100%;
height: 300px;

padding: 5% 0%;

/*border: solid red;*/
}

.leftpart
{
position: relative;
display: block;
width: 45%;

float: left;

/*border: solid green;*/
}

.rightpart
{
position: relative;
display: block;
width: 45%;

float: right;

/*border: solid yellow;*/
}


.blockpart div h5
{
text-align: center;
}

.blockpart img
{
position: relative;
display: block;

width: 150px;
height: 220px;
}

#MapPic
{
width: 380px;
height: 250px;
}

#FreeCardPic
{
width: 380px;
height: 250px;
}

#PrzPic
{
width: 380px;
height: 250px;
}

#SimpleBuhPic
{
width: 220px;
height: 250px;
}
