html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body, table { font-size: 9pt }

body { background-image: url(../img/bg2.gif); }

.tbl {
    width: 1200px;
    background-color: white;
}

* { font-family: Verdana, "Lucida Console"; }

a img { border: 0; }

a { color:#952828; text-decoration: none; }
a:hover { color: white; background-color: #952828; }

#logo {
    position: absolute;
    top: 15px;
    left: 160px;
}

#lang {
    position: absolute;
    top: 15px;
    left: 20px;
}

#lang ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#lang ul li {
    margin-bottom: 5px;
}

#page {
    padding: 0 20px;
}

#header {
    margin-bottom: 10px;
}

#header td, #content td, #footer td {
    vertical-align: top;
}

#header .left {
    padding-top: 104px;
}

#header .center {
    background: url(../img/head_bg.jpg) no-repeat;
    text-align: center;
}

#header .center img {
    padding-top: 180px;
}

#header .right {
    padding-top: 50px;
}

#content .left a.top {
    display: block;
    margin: 0 0 5px 7px;
    background-color: white;
}

#content .left {
    width: 200px;
    padding-right: 5px;
}

#content .left .submenu {
    display: block;
    padding: 0 0 10px 20px;
    font-size: 12px;
    font-weight: bold;
}

#content .left .submenu a {
    display: block;
    color: #952828;
    background-color: white;
}

#content .left .submenu a:hover {
    text-decoration: underline;
}

#content .right {
    width: 215px;
    padding-left: 5px;
}

#search {
}

#search img {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 20;
}

#search input {
    position: relative;
    left: -7px;
    border: 2px solid #8E8D8D;
    width: 90px;
    z-index: 10;
    text-align: right;
}

#content .center {
    font-size: 14px;
    overflow: hidden;
    border: 2px dotted #ea8974;
    border-top: 0;
    border-bottom: 0;
}

#bar_container {
    border: 2px dotted #ea8974;
    border-top: 0;
    vertical-align: bottom !important;
}

#content_wrap {
    margin: 5px;
}

#bar {
}

#content .center h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    color: #CC9D77;
}

#footer {
    /*margin: 20px;*/
}

#footer td {
    padding: 20px;
}

#footer a {
    font-weight: bold;
    color: black;
}

#nav {
    margin: 20px 200px 0 0;
}

#nav a {
    display: block;
    float: right;
    margin-right: 15px;
}

.news_post {
    margin-bottom: 10px;
    font-size: 10px;
    border-bottom: 1px dotted #ea8974;
}

.news_post .title {
    font-weight: bold;
}

.news_post .date {
    color: gray;
}

.news_post .images {
    clear: both;
    padding-left: 7px;
}


.news_post .image {
    float: left;
    padding: 6px;
    margin: 4px;
}

.input {
    width: 100%;
    font-size: 10pt;
}

textarea#text {
    height: 150px;
}

#map {
    margin: 20px 0 0 20px;
}

.sitemap {
    font-weight: bold;
}

.subcategories {
    font-size: 12px;
}
.subcategories h4 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.subcategories .item {
    margin-top: 10px;
    margin-bottom: 15px;
}

.image
{
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px;
    float: left;
}

.infoblock {
    padding-left: 10px;
}

.keyword {
    font-weight: bold;
}

#search-result dd {
    font-size: 10px;
    margin: 10px 0 10px 25px;
}