body {
    color: #324782;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

input, select {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Validacne hlasky */

.validationMessages {
    color: red;
    background-color: #FFD9D9;
    padding: 10px;
}

.notice {
    color: black;
    background-color: #D9D9D9;
    padding: 10px;
}

/* Nadpisy */

h1.common {
    border-bottom: 1px solid #C3CBE4;
    font-size: 250%;
    margin: 0 0 15px;
    padding: 5px 0;
    color: #324782;
    line-height: normal;
    font-weight: normal;
}

h2.detail {
    color: #324782;
}

h3.detail {
    color: #ff9933;
}

/* Linky */

a.navigation {
    color: #324782;
    font-weight: bold;
}

a.content:visited, a.content:active, a.content:link, a.content:hover {
    color: #324782;
}

a.detail:visited, a.detail:active, a.detail:link, a.detail:hover {
    color: #0000FF;
}

a.download:visited, a.download:active, a.download:link, a.download:hover {
    color: #0000FF;
}

/* Tabulky */

table.search {
    border: none;
    margin-bottom: 4px;
}

td.search {
    border: none;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 8pt;
    color: #324782;
}

table.content {
    width: 100%;
    border: none;
    background: #C0D1EF;
}

td.content {
    border: 0px solid #324782;
    font-size: 8pt;
    color: #324782;
    padding-left: 10px;
    background: #F3F8FC;
}

th.content {
    border: none;
    color: #324782;
    font-weight: bold;
    background: #C0D1EF;
}

table.navigation {
    width: 100%;
    border-bottom: none;
    background: #C0D1EF;
    text-align: center;
}

td.navigation {
    background: none;
    width: 33%;
}

table.detail {
    border: none;
    background: #C0D1EF;
}

td.detail {
    background: #F5F7FE;
    padding-left: 7px;
}

/* Tlacitka */

.search_button {
    color: #324782;
    font-size: 8pt;
}
