body {
    /*background-color: #F2F2F2;*/
    background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    font-family:  Helvetica, Arial, sans-serif;
    /*font-family:  Tahoma;*/
    text-align: center;
    /*margin: 20px;*/
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

.main {
    width: 900px;
    margin: 0px auto;
}

.head {
    background-color: #FFFFFF;
    background-image: url(images/background.png);
    background-repeat: repeat-y;
    width: 900px;
    height: 202px;
}

.head a {
    color: #ff0000;
    text-decoration: none;
}

.content {
    background-color: #FFFFFF;
    background-image: url(images/background2.png);
    background-repeat: repeat-y;
    width: 900px;
    padding-bottom: 40px;
}

.color_fan a {
    font-size: 11px;
}

.left_menu {
    text-align: left;
    float: left;
    /*padding-top: 20px;*/
    padding-left: 30px;
    margin-right: 20px;
    font-size: 12px;
    font-size: 11px;
    
}

.left_menu td {
    height: 15px;
}

.left_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}

.left_menu a:hover {
    color: #000000;
    font-weight: bold;
}

.active {
    font-weight: bold;
}


.right_menu {
    text-align: left;
    float: right;
    /*padding-top: 20px;
    padding-top: 46px;*/
    padding-right: 30px;
    margin-left: 20px;
    font-size: 11px;
}

.right_menu td {
    height: 15px;
}

.right_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}

.right_menu a:hover {
    color: #000000;
    font-weight: bold;
}

.center_box {
    /*background-color: #FFFFFF;*/
    float: left;
    /*padding-top: 46px;*/
    /*background-color: #ffe6e6;*/
}

.color_cell {
  /*vertical-align: middle;*/
  height: 45px;
  width: 90px;
}


.border_img {
    border: 1px #000000 solid;
}

.dark {
    color: #000000;
    text-decoration: none;
}

.dark:hover {
    font-weight: bold;
}

.light {
    color: #ffffff;
    text-decoration: none;
}

.light:hover {
    font-weight: bold;
}

.heading {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    font-style: italic;
}

.index {
    border: 1px solid #000000;
}

.uvod a {
    color: #000000;
    text-decoration: none;
}

.uvod a:hover {
    /*background-color: #e7e7e7;*/
    text-decoration: underline;
}

.foot {
    background-color: #FFFFFF;
    background-image: url(images/background.png);
    background-repeat: repeat-y;
    width: 900px;
    height: 25px;
    padding-top: 15px;
    text-align: left;

}

.foot div {
    width: 830px;
    height: 20px;
    padding-top: 5px;
    border-top: #ff0000 1px dashed;
    margin-left: 35px;
    text-align: center;
    color: #ff0000;
}

.foot div a {
    color: #ff0000;
}

.foot a:hover{
    text-decoration: none;
}

.site_map a {
    color: #000000;
    text-decoration: none;
}

.site_map a:hover {
    text-decoration: underline;
}

.note {
    text-align: left;
    font-size: 9px;
}

.note ul {
    list-style-type: square;
    font-size: 9px;
}

