
/* CSS Document */
#podbodyinn {
position: relative;
}



#podbodyinn::before{

 
}

.row-decor {
 position:fixed;
}


.zaklad   {
z-index: 5;
position: relative;
border: solid 10px white;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 10px;
border-top: none;
}





@media only screen and (min-width: 1300px) {
	
.row-decor::before {
   content: "";
width: 638px;
height: 215px;
position: absolute;
background-image: url(images/bacg_right.jpg);
left: -642px;
top: 49px;
}

.row-decor::after {
   content: "";
width: 638px;
height: 215px;
position: absolute;
background-image: url(images/bacg_left.jpg);
right: -642px;
top: 49px;
}	
	
	
/*
.pgkt-uv .row-decor::before {
   content: "";
width: 638px;
height: 269px;
position: absolute;
background-image: url(images/bacg_right.jpg);
left: -642px;
top: 49px;
}

.pgkt-uv .row-decor::after {
   content: "";
width: 638px;
height: 269px;
position: absolute;
background-image: url(images/bacg_left.jpg);
right: -642px;
top: 49px;
} */
}