body {
        font-size: 10pt;
        font-family: Verdana, Arial, sans-serif;
        color: #000000;
        background-image: url("obr/globe.jpg");
        background-repeat: no-repeat;
        background-color: #ffffff;
        background-position: top left;
        background-attachment: fixed; 
}
:link {
        color : #8B3A3A;
        text-decoration : none;
}
:visited {
        color : #8B3A3A;
        text-decoration : none;
}

A:hover {
        color : #000000;
        text-decoration : none;
}

/* citace */
.style1 {
        font-size: 14pt;
        font-style: italic;
        font-family: Garamond, Times, serif;
}

/* citace v textu z jiného zdroje (webu)  */
.style2 {
        font-size: 10pt;
        font-style: italic;
        font-family: Verdana, Arial, sans-serif;
}

/* copyright (převzato z:...)  */
.copyright {
        font-size: smaller;
        font-style: italic;
        font-family: Verdana, Arial, sans-serif;
        text-align: right;
}

/* Definice vzhledu roku */
.nadpis1 {
        font-size: 12pt;
        font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
        text-align: left; 
}

/* Definice vzhledu data */
.nadpis2 {
        font-size: 10pt;
        font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
        text-align: left; 
        color : #8B3A3A;
}

.border1 {
/*        padding: 3pt;  */
        border: 1px solid #8B3A3A;
        margin-bottom: 10px;
        padding: 5px;
} 

.barva1 {
        color: #8B3A3A
}

/* Hotovo */
.hotovo {
        font-size: 8pt;
        font-style: italic;
        font-family: Verdana, Arial, sans-serif;
        text-align: right; 
        color : #000000;
}

.list1 {
        list-style-image: url("obr/li.gif");
}

.table1 {
        background-image: url("obr/background.1.jpg");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: right top;
/*        background-attachment: fixed; */
        padding: 5px;
        border: 1px solid blue;
}


