body {
    margin: 10px 0;
    background-image: url('images/site/bg_main.gif');
}
body, table {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
}

img {
    border: 0;
}

a:link {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}


table#container {
    width: 100%;
}

table.round {
    width: 980px;
}
table.round td {
    height: 4px;
}
table.round td.round {
    width: 4px;
}
table.round td.space {
    width: 972px;
    background-color: #E77917;
}

table#top {
    background-image: url('images/site/bg_top.gif');
    width: 980px;
}
table#top td {
    height: 76px;
}
table#top td#top1 {
    width: 202px;   
}
table#top td#top2 {
    width: 298px;
}
table#top td#top3 {
    width: 480px;
}

table#middle {
    width: 980px;
}
table#middle td {
    vertical-align: top;
    text-align: justify;
}
table#middle td.border {
    background-color: #E77917;
    width: 2px;
}
table#middle td#meniu {
    width: 200px;
    height: 380px;
    background-color: #f2a800;
}
    div.meniu {
        margin-left: 10px;
        margin-right: 20px;
        border-bottom: 1px solid #E77917;
        margin-bottom: 5px;
    }
    div.meniu a {
        padding-top: 5px;
        display: block;
        color: #000;
        text-decoration: none;
    }
    div.meniu a:hover {
        background-color: #F6BE00;
    }
table#middle td.spacer {
    width: 10px;
    background-color: #F8C300;
}
table#middle td#text {
    width: 615px;
    background-color: #F8C300;
}
table#middle td#separator {
    width: 1px;
    background-image: url('images/site/bg_vr.gif');
}
table#middle td#banners {
    width: 140px;
    background-color: #F8C300;
    text-align: center;
}

table#bottom {
    background-color: #E77917;
    width: 980px;
    font-size: 9pt;
}
table#bottom td {
    height: 20px;
}
table#bottom td#b1 {
    width: 210px;
}
table#bottom td#b2 {
    width: 560px;
}
table#bottom td#b3 {
    width: 210px;
}
