/* 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: 190%; }

.adresa { font-size: 75%; margin-bottom: 40px; margin-top: 40px; line-height: 200%; }
.adresa strong { margin-right: 20px; font-weight: bold; }

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

