﻿body
{
    margin: 0;
    padding: 0;
    font: 9pt Segoe UI,  Tahoma;
    background-color: #EBEBEB;
}

.wrapper
{
    display: block;
    margin: 0px auto;
    width: 912px;
}

.main
{
    background: #804D51  url(../img/globus.jpg) no-repeat left bottom;
    width: 882px;
    vertical-align: top;
}

.right-red
{
    width: 30px;
    background: #804D51;
}

.left
{
    width: 196px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    display: inline;
}

.top-left, .bottom-left
{
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(../img/left-corner.png);
}

.bottom-left
{
    background-position: 0px -12px;
}

.top-bottom-right
{
    background-color: White;
    width: 184px;
}

.left-middle
{
    background-color: White;
    vertical-align: top;
}

.left-middle img
{
    width: 130px;
    height: 153px;
    text-align: center;
    clear: both;
}

.lang
{
    color: #CC9900;
    text-align: center;
    font-size: 11pt;
}

.lang a, .lang a:link
{
    color: #CC9900;
    margin: 0px 3px;
    text-decoration: none;
}

.lang a:hover
{
    text-decoration: underline;
}

.menu
{
    list-style: none;
    margin: 10px 0 0 12px;
    padding: 0;
}

.menu a, .menu a:link
{
    /*color: #804d51;*/
    color: White;
    background-color: #804D51;
    margin-top: 6px;

    font-weight: bold;
    display: block;
    width: 179px;
    padding-left: 5px;
    height: 33px;
    padding-top: 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 10pt;
}

.menu a:hover
{
    text-decoration: underline;
}

/*.menu a:hover
{
    background-image: url(../img/buttonB.jpg);
}

.menu a:active
{
    background-image: url(../img/buttonC.jpg);
}*/

.right
{
    width: 626px;
    background: #E2FAC6 url(../img/right-back.jpg) no-repeat center;
    float: right;
    margin-top: 20px;
    padding-right: 30px;
    min-height: 700px;
}

.header
{
    background: url(../img/header.jpg) no-repeat;
    width: 626px;
    padding-left: 30px;
    height: 43px;
    padding-top: 130px;
    color: White;
    font-size: 13pt;
}

.footer
{
    height: 20px;
    padding-top: 8px;
    width: 100%;
    clear: both;
    text-align: center;
    color: white;
}

.clear
{
    width: 100%;
    height: 30px;
    clear: both;
}

.content
{
    padding-left: 30px;
}

img
{
    border: none;
}

h2, .news_title { color: #4d6d80; }
.right a, .right a:link { color: #804d51; }
