div.break {
    height: 30px;
}
div.nav {
    background: #eef4f9 url('/images/more.png') no-repeat 5px 7px;
    color: #8b8486;
    margin-bottom: 20px;
    padding: 3px 10px 3px 37px;
}
div.nav span {
    color: #014090;
    font-weight: bold;
}
ul li a,
div.nav a {
    color: #e31007;
}
#content div.subpage h2.big {
    background: transparent url('/images/h3-middle.png') no-repeat left 8px;
    font-size: 200%;
    line-height: 130%;
    text-transform: none;
}
#content div.subpage h2 a {
    text-decoration: none;
}
#content div.subpage h2 a:hover {
    text-decoration: underline;
}
#content div.subpage h3 a {
    color: #014090;
    text-decoration: none;
    text-transform: uppercase;
}
#content div.subpage h3 a:hover {
    text-decoration: underline;
}
#content h2.clanek {
    margin-top: 10px !important;
}
#content div.subpage img.foto {
    border: 1px solid #c2c2c2;
    margin: 5px 10px 5px 0;
    padding: 1px;
}
#content div.subpage table {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}
#content div.subpage table th,
#content div.subpage table td {
    border: 1px solid #c2c2c2;
    padding: 1px 5px;
}
#content div.subpage table th {
    padding: 2px 10px;
}
#content div.subpage table .center {
    text-align: center !important;
}
#content div.subpage table .left {
    text-align: left !important;
}
#content div.subpage table .right {
    text-align: right !important;
}
#content div.subpage table .nowrap {
    white-space: nowrap;
}
#content div.subpage img.dateIcon {
    cursor: pointer;
}
#content div.subpage input.date {
    position: relative;
    top: -4px;
}
