body {
background-image: url(pozadi.png);
background-repeat:repeat-x;
background-color: #abcc5b;
font-family: "Trebuchet MS" "Tahoma";
width: 924px;
color: white;
size: 12px;
}



.logo {
background-image: url(logo.png);
size: 14px;
width:197px;
height: 106px;
position: relative;
top: -8px;
left: 10%;
}

.menu {
text-align: right;
position: relative;
left: -70%;
top: 120px;
}


li {
list-style-type: none;
}

.menu li:hover {
background-color: #79c1e8;

}

a {
color: white;
size: 14px;
text-decoration: none;
}


.hlavicka {
background-image: url(titulek.png);
width: 399px;
height: 101px;
position: relative;
left: 55%;
top: -279px;

}

h1 {
font-size: 20px;
}

.thumbnails {
margin: 0px;
position: relative;
width: 520px;
top: -130px;
left: 44%;
}

.thumbnail { 
margin:0px; 
float:right;
border: 1px solid #e1f4a7;
}

.thumbnail a:hover { 
background-color: #79c1e8;
border: 1px solid #e1f4a7;
}




.thumbnailimage { 
padding-top:6px; 
text-align:center; 
vertical-align:middle;
background-color: #e1f4a7;
height: 105px;
width: 166px;
}

.obsah {
width: 405px;
position: relative;
left: 55%;
top: -130px;
}

.paticka {
float: right;
text-align: right;
font-size: 11px;
position: relative;
top: -60px;
}

.paticka a:hover {
background-color: #79c1e8;
}

.min-leva .thumbnail {
float: left;
margin: 7px 10px 0px 0;
}

.min-prava .thumbnail {
float: right;
margin: 7px 10px 0px 0;
}














