/* CSS Document */

body {
    background: url(images/body-bg.png) repeat left top;
    overflow-y: scroll;
    font-size: 14px;
    color: #443B32;
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    line-height: 20px;
}
/*
h1 {
    font-size: 44px;
    margin: 20px 0 28px 0;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: normal;
}
*/
h1 {
    background: url(images/logo-h1.png) no-repeat left top;
    height: 30px;
    padding: 34px 0 0 65px;
    font-size: 24px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

h2, h3 {
    font-size: 14px;
    margin: 20px 0 0 0;
    font-weight: bold;
}

hr {
    background: none;
    border: none;
    border-bottom: solid #A5915B 1px;
}

p {
   margin: 0 0 10px 0;
}

a {
    /*color: #00BFEF;*/
    color: #860278;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

label {

}

input, textarea {

}

input.submit {

}

ul {

}

ul li {

}

ul li ul li {
margin-left: 20px;
}

ul li ul li ul li {
margin-left: 40px;
}

table tr td, table tr td {
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
    border: solid #A5925D 1px;
}
table p{
    margin: 0;
}

/***************header*******************/
.logo {
    display: block;
    width: 74px;
    height: 95px;
    background-color: #FFFFCC;
    float: left;
    margin: 0 20px 0 20px;
    background: url(images/logo.png) no-repeat left top;
}

.menu ul li {
    float: left;
    padding: 5px 15px 5px 15px;
    margin: 3px 1px 1px 1px;
}
    .menu ul li.last {
    }
        .menu ul li a {
            color: #443B32;            
        }
        
        .menu ul li.active a {
            text-decoration: none;
        }

    .infobox {
        float: right;
        width: 270px;
        margin: 0 50px 0 0;
        clear: right;
        font-size: 14px;
    }

        .infobox ul {
        margin-top:10px;
        }
        .infobox li {
            border-bottom: dotted #FFFFFF 1px;
            margin: 0 0 5px 2px;
            padding: 4px 0 5px 34px;
            background: url(images/foot-infobox.png) no-repeat left 6px;
        }
        .infobox li span {
            display: block;
        }
/*********homepage link*************/
.link_button {
    display: block;
    margin-top: 2px;
    padding: 10px 20px 0 0;
    width: 250px;
    height: 30px;
    color: #FFFFFF;
    text-decoration: none;

    background: url(images/final_count_button.png) no-repeat left top;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.link_button:hover {
    color: #FFCC00;
}

/*********usefull*****************/

.right_bar ul li {
    background: url(images/foot-small.png) no-repeat 0px 5px;
    padding: 0 0 0 20px;
    margin:0px 0px 12px 17px;
}

.right_bar p {
    margin-left:8px;
}

.cleaner {
    clear: both;
    font-size: 0%;
    line-height: 0%;
    height: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}


.alert {
    color: #EA27B1;
    font-weight: bold;
}

.highlight {
    color: #00BFEF;
    font-weight: bold;
}
    h3.highlight {
    margin: 0;
    text-transform: none;
    font-size: 14px;
}

.highlight_p {
    background-color: #EEE8CA;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.display {
    display: block !important;
}
.margin-top {
    margin-top: 20px;
}


.coex-right {
    margin: 3px 0 0 3px;
    line-height: 14px;
    height: 14px;
    display: block;
    overflow: hidden;
    float: right;
    background: url(images/coex-right.png) no-repeat left top;
    /*color: #6B6B6B !important;*/
    padding-left: 17px;
    text-decoration: none; 
}
    .coex-right:hover {
        background: url(images/coex-right.png) no-repeat left bottom;
        /*color: #7CB62F !important;*/
        text-decoration: underline;
    }


.image-left{
    float: left;
    margin-right: 10px;
}
.image-right{
    float: right;
    margin-left: 10px;
}
.poznamka{
    font-size: 12px;
}

