body { 
color : #555555;
font-family : "Times New Roman", serif;
font-size : 0.8em;
} 

a:link { 
color : #ad5e01;
text-decoration : none;
} 

a:visited { 
color : #ad5e01;
text-decoration : none;
} 

a:hover { 
color : #ff0000;
text-decoration : none;
} 

.nadpis { 
font-family : "Times New Roman", serif;
color : #518A10;
font-size : 2.4em;
text-decoration : none;
font-weight : bold;
} 

.odstavec { 
color : #555555;
font-size : 1.3em;
text-decoration : none;
font-family : "Times New Roman", serif;
font-weight : normal;
} 

.popisky { 
color : #555555;
font-size : 1.0em;
text-decoration : none;
font-family : "Times New Roman", serif;
font-weight : normal;
} 

.kauce { 
color : #555555;
font-size : 1.0em;
text-decoration : none;
font-family : "Times New Roman", serif;
font-weight : normal;
} 

table {
border-collapse: collapse;
margin: 0px;	
}

th {
background: #518A10;
color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
text-align: center;
border-left: 2px solid #E0F5C8;
border-bottom: solid 2px #E0F5C8;
height: 50px;
}

td {
padding-left: 0px;
padding-right: 0px;
border-left: 2px solid #E0F5C8;
border-bottom: 2px solid #E0F5C8;
}

tr.radek1 {
background: #F8F8F8;
text-align: center;
height: 30px;
}

tr.radek2 {
background: #EFEFEF;
text-align: center;
height: 30px;		
}

