/* CSS Document */

#divRubrika { margin-bottom: 100px; }

.aLegend { 
 font-family: sans-serif;
 font-size: 80%; 
 margin: 0px;
 color: #003D7B;
 text-decoration: underline;
 margin-bottom: 20px;
}
.aLegend:hover { text-decoration: none; background-color: #003D7B; color: #FFFFFF; }

#divRubrika div span { font-weight: bold; font-size: 55%; }
#divRubrika p { font-size: 80%; margin-bottom: 40px; margin-top: 40px; line-height: 150%; }
#divRubrika h3 { font-size: 80%; margin: 0px; font-weight: bold; margin-top: 60px; margin-bottom: 10px; }

h1 { font-size: 110%; font-weight: bold; margin-top: 40px; }

#ulSeznam { list-style-image: url("arrow.gif"); }
#ulSeznam li { font-size: 80%; line-height: 80%; margin-bottom: 15px; }

.tableTerminy {
 width: 95%;
 border-collapse: collapse;
 background-color: #f5f5f5; 
 border: 1px solid #BEBEBE; 
 font-size: 70%;
 line-height: 120%;
 margin-right: 20px;
}

.tableTerminy td {
 padding: 5px;
}

.datePast { color: #BEBEBE; }

#divHelp { 
 background-color: #e1ebf1; 
 border: 1px solid #92b5c7; 
 padding: 15px; 
 margin-top: 80px;
 margin-right: 20px;
 font-size: 80%;
 line-height: 200%;
}

