body {
font-family : Verdana; 
font-size : xx-small; 
color : #4e4e4e; 
background-image : url(pozadi.png); 
margin : 10px; 
}

table {
font-family : Verdana; 
font-size : xx-small; 
color : #727272; 
}

a:link {
color : #727272; 
text-decoration : none; 
} 

a:visited {
color : #727272; 
text-decoration : none; 
} 

a:hover {
font-weight : bold; 
text-decoration : underline; 
} 

input {
font-family : Verdana; 
font-size : xx-small; 
color : #585858; 
background-color : #f4f4f4; 
border : 1px solid #969696; 
}

.menu-hlavicka {
background-image : url(images/menu_obsah_pokracovani.png); 
background-position : right; 
background-repeat : repeat-y; 
} 

.menu-obsah {
background-image : url(images/menu_obsah.png); 
background-repeat : no-repeat; 
background-position : right top; 
}

.menu-paticka {
background-repeat : repeat-y; 
background-position : center center; 
}



.hlavicka-obsah {
background-image : url(images/obsah_hlavicka.png); 
background-repeat : no-repeat; 
background-position : left; 
} 

.obsah {
background-image : url(images/obsah.png); 
background-repeat : no-repeat; 
background-position : left top; 
} 

.vnitrni-obsah {
background-image : url(images/obsah_pokracovani.png); 
background-repeat : repeat-y; 
background-position : left; 
}
 
.tabulka td {
font-size: 12px;
border: #CCCCCC 1px solid;
}

.tabulka a {
color: #000000;
display:block;
text-decoration: none;
}

.tabulka a:hover {
background: #EFEFEF;
color: #000000;
text-decoration: none;
}

.tabulka-tucne {
background: #F4F4F4;
text-align: center;
}