/* CSS Document */ 

body { 
background : rgb(194, 194, 194);
text-align:center;
font-family : Verdana, Times New Roman;
}
#obal { 
background : rgb(255,255,102);
position : relative;
padding: 3px 3px 3px 3px;
width : 780px;
}
#hlavicka { 
position : relative;
width : 760px;
background : rgb(255, 255, 204);
background-image : url(images/logo_tabule.jpg);
background-position : center top;
background-repeat : no-repeat;
color : black;
}
#menu { 
position : relative;
width : 760px;
text-decoration : none;
text-align : center;
font-size : 13px;
background : rgb(255, 255, 204);
border : solid 3pt rgb(255,255,102);
padding: 3px 3px 3px 3px;
}
#obsah { 
position : relative;
width : 760px;
text-align : justify;
font-size : 12px;
background : rgb(255, 255, 204);
scrollbar-3dlight-color : rgb(255,255,204);
scrollbar-arrow-color : black;
scrollbar-darkshadow-color : rgb(255,255,204);
scrollbar-face-color : rgb(255,255,204);
scrollbar-highlight-color : yellow;
scrollbar-shadow-color : yellow;
scrollbar-track-color : rgb(255,255,204);
padding: 3px 3px 3px 3px;
}
#odkazy { 
position : relative;
width : 760px;
text-decoration : none;
text-align : left;
font-size : 11px;
background : rgb(255, 255, 204);
padding: 3px 3px 3px 3px;
}
#paticka { 
position : relative;
width : 760px;
text-align : center;
font-size : 10px;
background : rgb(255, 255, 204);
border : solid 3pt rgb(255,255,102);
padding: 3px 3px 3px 3px;
}
#obsah p { 
margin : 10px 20px 10px 20px;
text-align : justify;
} 
p { 
margin : 10px 20px 10px 20px;
}  
h5 { 
margin : 10px 20px 10px 20px;
text-decoration : underline;
font-size : 12px;
}
a { 
font-weight : bold;
text-decoration : none;
} 
a:link { 
color : black;
} 
a:visited { 
color : black;
}
a:hover { 
color : red;
}
a:active { 
color : orange;
}
#reklama { 
position : relative;
width : 700px;
}
table {
border : 1pt yellow solid;
border-collapse : collapse;
background-color : white;
font-size : 11px;
text-align : left;
}
tr {
padding: 5px 5px 5px 5px;
}
td {
padding: 5px 4px 5px 4px;
}

