body {
    font-family: "Geneva CE", "Arial CE", sans-serif;
    font-size: 10pt;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    background-color: #CBCBCB;
    margin: 0px;
    padding: 0px;
    background-image: URL("../images/background.png");
    background-repeat: repeat-y;
    background-position: center;
}

img {
    border: 0px;
    vertical-align: middle;
}

.center {text-align: center;}

.left {text-align: left;}

.right {text-align: right;}

.blok {text-align: justify;}

.line-through {text-decoration: line-through;}

.button {margin-top: 10px;}

.red {color: red}

a {
    text-decoration: none;
    color: #D9241B;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #B55441;
    text-align: center;
    margin: 0px 0px 75px 0px;
}
h2 {
    color: #B55441;
    margin: 25px 0px 0px 0px;
}

#layout {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #FFFFFF;
}

#topbar {
    width: 1000px;
    height: 140px;
    background-image: URL("../images/top.jpg");
    background-repeat: no-repeat;
}

#topbar2_main {
    width: 1000px;
    height: 90px;
}

#topbar2_left {
    float: left;
    width: 610px;
    height: 90px;
    background-image: URL("../images/top2_left.jpg");
    background-repeat: no-repeat;
}

#topbar2_right {
    float: left;
    width: 390px;
    height: 90px;
    background-image: URL("../images/top2_right.jpg");
    background-repeat: no-repeat;
}

#topbar3 {
    width: 1000px;
    height: 55px;
}

#content_main {
    width: 1000px;
    background-color: #FFFFFF;
    background-image: URL("../images/bottom.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
    padding: 0px;
    margin: 0px;
}


#menu_left {
    width: 260px;
    height: 330px;
    position: absolute;
    left: 0px;
    top: 285px;
    z-index: 2;
}

#menu_right {
    position: absolute;
    left: 260px;
    top: 285px;
    width: 740px;
    height: 120px;
    background-image: URL("../images/menu_right.png");
    background-repeat: no-repeat;
    z-index: 3;
}

#sponzori {
    position: absolute;
    width: 260px;
    left: 0px;
    top: 560px;
    text-align: center;
    z-index: 3;
}

#footbar {
    width: 1000px;
    height: 30px;
    background-image: URL("../images/footbar.jpg");
    background-repeat: no-repeat;
}

div.signature {
    width: 230px;
    height: 10px;
    color: #B4B2B0;
    font-size: 9px;
    text-align: right;
    position: relative;
    top: 10px;
    left: 720px;
}

.obsah {
    min-height: 650px;
    margin: 0px 40px 0px 300px;
}

.obsah p {
    margin: 0px 0px 20px 0px;
}

.zvyraznit {
    font-size: 15pt;
    font-weight: bold;
    color: #D9241B;
    line-height: 40px;
}

.citace {
    font-family: "Comic Sans MS", "Sand CE", fantasy;
}

.kontakt{
    margin: 10px 0px 20px 0px;
}

.kontakt .pozice {
    font-weight: bold;
    font-size: 12pt;
    color: #B55441;
}

.kontakt td.foto {
    width: 160px;
    text-align: left;
}

div.flash {
    color: black;
    background: #FFFFDD;
    border: 1px solid #FFD700;
    padding: 1em;
    margin: 0px 40px 0px 300px;
}

table.vysledky {
    border-collapse: collapse;
    border: 1px solid #000000;
    width: 650px;
    margin: 10px 0px 20px 0px;
}

table.vysledky caption {
    text-align: left;
}

table.vysledky .zahlavi {
    background-color: #A9FEAC;
}

table.vysledky th {
    border: 1px solid #000000;
    border-bottom: 2px solid #000000;
}

table.vysledky td {
    border: 1px solid #000000;
}

.logo {
    margin-bottom: 30px;
}

