BODY {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Palatino Linotype' , Garamond, 'Times New Roman' , Serif;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    background-image: url(../gfx/Background.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
IMG {
    border: none;
}
FORM {
    margin: 0px;
    padding: 0px;
}
SMALL, .small {
    font-size: xx-small;
}
A:link {
    color: #762536;
}
A:visited {
    color: #666666;
    text-decoration: none;
}
A:hover {
    color: #ff0000;
    text-decoration: underline;
}

H1 {
    width: 100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-image: url(../gfx/Hlavicka.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
H1 SPAN {
    visibility: hidden;
}
H2 {
    font-size: 180%;
    color: #762536;
}
DIV#topmenu {
    margin-left: 225px;
    font-size: 110%;
    color: #ffffff;
}
DIV#topmenu A {
    font-weight: bold;
    margin-right: 1.2ex;
    text-decoration: none;
}
DIV#main {
    margin: 0px 30px 0px 225px;
}
DIV#lastmod {
    margin: 0px 30px 30px 210px;
    text-align: right;
    font-size: 75%;
    color: #666666;
}
DIV#lastmod A {
    color: #666666;
}
DIV#leftmenu {
    position: absolute;
    left: 0px;
    top: 330px;
    width: 225px;
    font-weight: bold;
    line-height: 200%;
}
