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

h3 {
 font-size: 110%;
 font-weight: bold;
 margin: 5px;
}

h1 {
 font-size: 120%;
 font-weight: bold;
 margin: 5px;
}

.tableReference {
 margin: 10px;
 margin-top: 30px;
}

.tableReference p {
 margin: 0px;
 display: inline;
}

.tableReference a {
 text-decoration: none;
}

.tableReference a:hover {
 background-color: #003D7B; 
 color: #FFFFFF;
}

.tableReference img {
 border: 1px solid black;
 margin-right: 10px;
}

#tableRefImg img {
 border: 1px solid black;
 margin: 15px;
}

#date {
 margin-top: 20px;
 font-size: 100%;
 text-align: left;
}

#zpet {
 margin-top: 20px;
 margin-right: 15px;
 text-align: right;
}

#zpet a {
 text-decoration: underline;
 color: #003D7B;
 font-size: 13px;
}

#zpet a:hover {
 background-color: #003D7B; 
 color: #FFFFFF;
 text-decoration: none;
}
