HTML, BODY {
    width: 100%;
    height: 100%;
}

BODY {
    margin-bottom: 40px;

    background: url('/i/bg01.jpg') no-repeat #80abd5;

    line-height: 1;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

IMG {
    display: block;
}

.centered {
    position: relative;
    width: 968px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: rgba(64, 111, 179, .4);
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

HEADER .redbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 128px;

    background-color: rgba(178, 15, 10, .85);

    z-index: 0;
}

HEADER .logo {
    float: left;
    position: relative;

    margin: 0 0 0 16px;

    z-index: 1;
}

HEADER .title {
    position: relative;
    float: left;
    margin: 16px 0 0 32px;

    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
    color: white;

    z-index: 1;
}

HEADER .languages {
    position: relative;
    float: right;
    margin: 16px 32px 0 0;

    font-size: .75em;

    z-index: 1;
}

HEADER .languages A {
    margin-left: 16px;
    color: white;
}

HEADER .languages A:HOVER {
    text-decoration: none;
}

HEADER NAV.topmenu {
    position: relative;
    margin-top: -72px;
    padding: 0 8px;
    float: right;
    z-index: 1;
    clear: left;
}

HEADER NAV.topmenu A {
    display: inline-block;
    padding: 28px 0;
    width: 172px;
    margin: 0 8px;
    background-color: rgba(178, 15, 10, .85);
    text-decoration: none;
    color: white;
    text-align: center;

    transition: background .5s;
}

HEADER NAV.topmenu A:HOVER {
    background-color: #7a7e81;
}

.container {
    padding: 16px 0;
}

.leftCol {
    float: left;
    width: 200px;
    margin: 0 16px 0 0;
}

.rightCol {
    float: left;
    width: 736px;
    box-sizing: border-box;
    padding: 24px 24px 40px;

    background-color: white;
}

.leftCol .leftmenu {
    margin: 0 0 16px 16px;

    font-size: .875em;
}

.leftCol .leftmenu A {
    display: block;
    height: 32px;
    padding: 0 0 0 16px;
    margin: 0 0 8px;

    background-color: #7a7e81;
    color: white;
    text-decoration: none;
    line-height: 32px;

    transition: background .7s;
}

.leftCol .leftmenu A:HOVER {
    background-color: rgba(178, 15, 10, 1);
}

.leftCol .banners IMG {
    margin: 8px auto;
}

.content {
    font-size: 1em;
    line-height: 1.5;
}

.content P:first-child {
    margin-top: 0;
}

.content H1 {
    margin-top: 0;

    font-size: 1.5em;
    color: #9d102d;
}

.content H1 + H2 {
    margin-top: 0;
}

.content H2 {
    font-size: 1.25em;
    color: #800000;
}

.content A {
    color: #9d102d;
}

.content A:HOVER {
    text-decoration: none;
}

.content .pics IMG {
    display: inline;
}

.content .pics IMG:nth-child(1) {
    margin-right: 16px;
}

.content .gallery IMG {
    display:inline;
    margin: 0 8px 8px 0;
}

.content .gallery IMG:nth-child(5n) {
    margin-right: 0;
}

FOOTER {
    padding: 0 16px;
    height: 32px;

    background-color: rgba(178, 15, 10, .85) !important;
    font-size: .75em;
    line-height: 32px;
    color: white;
}

FOOTER .foot-left {
    float: left;
}

FOOTER .foot-right {
    float: right;
}

FOOTER A {
    color: white;
}
