div.hlavniOkno
{
position: absolute; 
top: 5px; 
left: 48px; 
border-width: 1px; 
border-style: solid; 
border-color: #6b6b6b;

}

div.podlozi
{
position:absolute;
top:5px;
left:48px;
width:1019px;
height:770px;
border:1px;
background-color:#878787;
}


div.hlavniOknoLeve
{
position: absolute; 
top: 0px; 
left: 0px; 
background-image: url('grafika/b_horniLevy.gif');  
width:207px; 
height:177px;
}

div.hlavniOknoPrave
{
position: absolute; 
top: 0px; 
left: 207px; 
background-image: url('grafika/b_horniPravy.png');  
width:810px; 
height:177px;
}


div.leveOkno
{
position: absolute; 
top: 177px; 
left: 0px; 
background-color:#c8d0dc;
background-image:url('grafika/g_levy');
width:207px; 
height:591px;
}


div.praveOkno
{
position: absolute; 
top: 177px; 
left: 207px; 
background-color:#f3f7fd;
width:810px; 
height:591px;
}
