/* General =elements
---------------------------------------------------------------- */

body {
        font-size: 14px;
        line-height: 22px;
        color: #131313;
        background: url('../img/bg.png') 0 280px repeat-x #f5f5f5;
        text-align: center;
        font-family: Tahoma, Arial;
        margin: 0 auto;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
    font-size: 26px;
    line-height: 34px;
    color: #003e7e;
    margin: 0 0 15px;
}

h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #003e7e;
    margin: 10px 0 0;
}

h3 {

}

h4 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 16px;
}

a {
    border: 0;
    text-decoration: underline;
    color: #003e7e;
}

a, a:hover, a:visited, a:active {
   outline:none;
}

a:hover {
    text-decoration: none;
}

sup {
    font-size: 0.666em;
}

p {
    margin-bottom: 15px;
}

ul {

}

ol {

}

table {

}

thead {

}

tbody {

}

th {

}

label {

}

input {

}

div {
        margin: 0 auto;
        padding: 0;
}

img {
        border: 0;
}

::-moz-selection { background: #e2e2e2; color:#858585; }
::selection      { background: #e2e2e2; color:#858585; }

/* General =classes
---------------------------------------------------------------- */

.hidden {
    display: none;
}

.clear {
        clear: both;
}

.cf:before,  /* ie */
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.sr {
    display: block;
    text-indent: -9000px;
    width: 1px; height: 1px;
    overflow: hidden;
}

#js-alert {

}

.fl {
        float: left;
}

/* Page =layout
---------------------------------------------------------------- */

#container {
        width: 960px;
        margin: 0 auto;
}

#header {
        float: left;
        width: 960px;
        margin: 10px 0;
}

#right_logos {
        float: right;
        margin: 10px 0 0;
}

#right_logos a {
        float: left;
        margin-left: 40px;
}

#right_logos a.slet {
        margin-top: 22px;
}

#logo {
        float: left;
        width: 385px; height: 164px;
        background: url('../img/logo.png') top left no-repeat transparent;
}

#header h1 {
        margin: 0; padding: 0;
        border: 0;
}

#nav {
        float: left;
        width: 960px;
        margin: 15px 0 10px;
        list-style-type: none;
        padding: 0;
}

#nav li {
        float: left;
        margin: 0 37px 0 0;
}

#nav li.last {
        margin: 0 0 0 2px;
}

#nav li a {
        float: left;
        width: 160px;
        padding: 10px 0;
        background-color: #e9e9e9;
        font-family: Arial;
        font-size: 16px;
        line-height: 16px;
        color: #231f20;
        text-decoration: none;
        border-radius: 10px;
        border: 1px solid #dcdcdc;
}

#nav li a:hover {
        background-color: #dedede;
}

#nav li.active a {
        background-color: #ef4035;
        border: 1px solid #ef4035;
        color: #fff;
        font-weight: bold;
}

#main {
        float: left;
        width: 898px;
        background: url('../img/bg-main.png') bottom right no-repeat #fff;
        border-radius: 10px;
        border: 1px solid #dcdcdc;
        padding: 30px;
        margin-bottom: 20px;
        text-align: left;
}

#content {
        float: left;
        width: 550px;
        margin-right: 30px;
}

.propozice .left {
        float: left;
        width: 200px;
        margin: 15px 0 0;
        color: #737273;
}

.propozice .right {
        float: right;
        width: 350px;
        margin: 15px 0 0;
}

.propozice .date {
        color: #ef4035;
        font-weight: bold;
}

.propozice .small {
        font-size: 10px;
        line-height: 14px;
        color: #858585;
}

#sidebar {
        float: right;
        width: 287px;
        padding-left: 30px;
        border-left: 1px solid #f0f0f0;
        padding-bottom: 100px;
}

#sidebar a {
        float: left;
        width: 100%;
        text-align: center;
        margin: 25px 0;
}

.soutezici h2 {
        margin: 30px 0 10px;
        border-bottom: 1px solid #f0f0f0;
        padding: 0 0 5px;
}

.harmonogram table {
        border-collapse: collapse;
        width: 100%;
}

.harmonogram table td {
        text-align: left;
        padding: 10px;
        border-bottom: 1px solid #f0f0f0;
}

.harmonogram table .time {
        width: 150px;
        text-align: center;
}

.soutezici table {
        border-collapse: collapse;
}

.soutezici table tr.odhlaseni td {
        text-decoration: line-through;
}

.soutezici table tr.italic {
        font-style: italic;
}

.soutezici table .number {
        width: 30px;
        text-align: left;
        padding: 3px 0;
}

.soutezici table .name {
        width: 300px;
        text-align: left;
        padding: 3px 0;
}

.partners table {
        border-collapse: collapse;
        width: 100%;
}

.partners table td {
        width: 33%;
        text-align: center;
        vertical-align: middle;
        padding: 30px 0;
}

#homepage .homepage h2 {
        margin-top: 30px;
}

.homepage img {
        border: 1px solid #f0f0f0;
        margin-top: 30px;
}

.center {
        text-align: center;
}

.italic {
        font-style: italic;
}
