/* CSS Document */
body {
font-family: verdana; 
font-size: 11px; 
margin: auto; 
padding: 0px 0; 
min-width: 1000px;
text-align: center;
background-color:white;
}

#cele {
padding-top:30px;
width: 1000px;  
text-align: left;
margin: auto;
background-color: white;
}

#horni{
width: 1000px;
height: 71px;
background-image: url('images/horni.jpg');
float:left;
}

#leva{
width: 346px;
height: 565px;
background-image: url('images/leva.jpg');
float:left;
}

#prava{
width: 654px;
height: 565px;
background-image: url('images/prava.jpg');
float:right;
}

#dolni{
width: 1000px;
height: 71px;
background-image: url('images/dolni.jpg');
float:left;
}

#horniM{
width: 1000px;
height: 71px;
background-image: url('images/horniM.jpg');
float:left;
}

#levaM{
width: 346px;
height: 565px;
background-image: url('images/levaM.jpg');
float:left;
}

#pravaM{
width: 654px;
height: 565px;
background-image: url('images/pravaM.jpg');
float:right;
}

#dolniM{
width: 1000px;
height: 71px;
background-image: url('images/dolniM.jpg');
float:left;
}

