
.caption {
    color: #2020e0;
    font-weight : bold;
    text-align: right;
}

.value {
    font-weight : bold;
    color: black;
    text-align: center;
}

.units {
    font-style : italic;
    font-weight : normal;
    font-size : 80%;
}

.description {
    font-weight : normal;
    font-style : italic;
    color: #404040;
}


/* mapa pregionů pro statistiku */
.pmapbox { 
    z-index: 1;  /* pmapbox vymezuje prostor pro pmap, která musí mít position:absolute; ... pokud má relative MSIE má problém :) */
    height: 505px;
} 

.pmap { 
    position: absolute;
    top: auto;
    left: auto;
    z-index: 10;
}

.pmap .slot
{
    position: absolute;
    text-align: center;
}
