* {
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    behavior: url("static/css/csshover.htc");
}

/*
td, li {
    behavior: url("static/css/iepngfix.htc");
}
*/

body {
    background: #487126 url("../img/background_main.jpg") repeat-y center;
    text-align: center;
}

table, td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    empty-cells: show;
}

.main {
    width: 100%;
    height: 100%;
    min-width: 975px;
}

.header, .body, .footer {
    vertical-align: top;
}

.header {
    background: url("../img/background_header.jpg") repeat-x;
    height: 255px;
}

.header-banner {
    background: url("../img/header_banner.jpg") no-repeat center;
    width: 973px;
    vertical-align: bottom;
    text-align: left;
}

img.header-lang {
    border: 1px solid #ffffff;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

img.header-lang:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

.body {
    background: #84a036 url("../img/background_content.jpg") repeat-x bottom;
}

.body-inner {
    height: 100%;
    width: 973px;
    background: url("../img/background_menu.jpg") no-repeat bottom left;
}

.body-padding {
    height: 10px;
}

.footer {
    background: url("../img/background_footer.jpg") no-repeat center;
    color: #b3c497;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    font-family: arial, sans-serif;
    font-size: 11px;
}

.content {
    width: 629px;
    vertical-align: top;
    font-family: arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    text-align: justify; /*letter-spacing: 1px;*/
}

.content-divider {
    background: url("../img/divider.jpg") repeat-y center;
    width: 20px;
    height: 100%;
}

.content-divider-padding {
    padding: 10px;
}

.menu {
    background: url("../img/divider.jpg") repeat-y right;
    height: 350px;
    vertical-align: top;
    font-family: verdana, sans-serif;
    font-size: 13px;
    color: #e7ecd7;
    text-align: right;
    letter-spacing: 2px;
}

.menu-inner {
    width: 135px;
    margin-left: 265px;
    text-align: right;
    background: url("../img/divider.jpg") repeat-y left;
}

.menu-inner-top {
    background: url("../img/divider_horizontal.jpg") repeat-x top;
}

.menu-inner-bottom {
    background: url("../img/divider_horizontal.jpg") repeat-x bottom;
}

.title {
    color: #ffffff;
    font-family: verdana, sans-serif;
    font-size: 13px; /*font-weight: 600;*/
    float: right;
    margin: 10px;
    margin-left: 30px;
    margin-top: -5px;
    letter-spacing: 2px;
}

#content ul, #content li {
    display: list-item;
    width: auto;
    color: #000000;
    margin-left: 10px;
}

#content li {
    list-style: disc;
    position: static;
}

#content img {
}

/***************************************** NEWS ******************************************/
/***************************************** NEWS ******************************************/
/***************************************** NEWS ******************************************/

.news-up {
    height: 104px;
    background: url("../img/shadow_up.jpg") no-repeat center top;
    text-align: center;
}

.news-down {
    height: 100%;
    background: url("../img/shadow_down.jpg") no-repeat center bottom;
    text-align: center;
}

.news-content {
    width: 975px;
    height: 100%;
    margin: 0 auto;
}

.news-single {
    width: 220px;
}

.news-title {
    /*background: url("../img/news-title.png") no-repeat right;*/
    background: url("../img/news-title.jpg") no-repeat right;
    height: 75px;
    width: 20px;
}

.news-divider {
    background: url("../img/news_divider.jpg") no-repeat center;
    height: 80px;
    width: 30px;
}

.news-name {
    font-family: arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
}

div.news-name:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-date {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #b0c196;
    padding-bottom: 5px;
    text-align: left;
}

.news-short {
    font-family: arial, sans-serif;
    font-size: 9pt;
    text-align: justify;
    width: 280px;
    height: 50px;
}

.news-more {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #b0c196;
    float: right;
    text-align: right;
    width: 280px;
}

.news-more a {
    color: #b0c196;
}

#list-navi {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}

#list-navi a {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}

.list-pages {
    display: inline;
}

.news-long {
    margin-bottom: 20px;
}

#news-list .news-date, #news-details .news-date {
    color: #ffffff;
    font-size: 11px;
}

#news-list .news-short, #news-details .news-short {
    width: 500px;
}

#news-list a, #news-details a {
    color: #ffffff;
}

#news-list a:hover, #news-details a:hover {
    color: #b0c196;
}

/***************************************** GALLERY ******************************************/
/***************************************** GALLERY ******************************************/
/***************************************** GALLERY ******************************************/

#gallery-list {

}

#gallery-list img {
    margin: 20px;
    opacity: .40;
    filter: alpha(opacity = 40);
}

#gallery-list img:hover {
    opacity: 1.0;
    filter: alpha(opacity = 100);
    cursor: pointer;
}

#galleryWrapper {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}

#galleryWrapper img {
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

#galleryWrapper a {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

#galleryWrapper a:hover {
    text-decoration: underline;
}

#gallery-viewer-back, .gallery-viewer-back {
    background: #86a136;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    filter: alpha(opacity = 50);
    zoom: 100%;
}

.gallery-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-prev, .gallery-next {
    display: inline;
    margin: 20px;
    float: left;
}

.gallery-next {
    float: right;
}

#gallery-photo {
    border: 1px solid #ffffff;
}

.gallery-close {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 10px;
}

/***************************************** THE MENU ******************************************/
/***************************************** THE MENU ******************************************/
/***************************************** THE MENU ******************************************/

ul, li, a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    color: #e7ecd7;
}

a {
    display: inline;
}

ul {
    width: 150px;
    list-style: none;
}

li.menu-item, li.menu-item-current, li.menu-item li, li.menu-item-current li {
    background: url("../img/divider_horizontal.jpg") repeat-x top;
    position: relative;
    padding: 5px 10px 5px 5px;
    z-index: 9;
}

li.menu-item-current {
    color: #467026;
    background: url("../img/menu-indicator.png") no-repeat right;
}

li.menu-item-current a {
    color: #467026;
}

li.menu-item ul, li.menu-item-current ul {
    position: absolute;
    left: 135px;
    !left : 130 px;
    top: 0;
}

a {
    text-decoration: none;
}

li a.submenu {
}

a:hover, li.menu-item-current:hover a {
    color: #ffffff;
}

li.menu-item:hover, li.menu-item-current:hover {
    z-index: 10;
    background: #4a7327 url("../img/divider.jpg") repeat-y right;
    cursor: pointer;
}

li.menu-item li:hover, li.menu-item-current li:hover {
    background: #4a7327 url("../img/divider.jpg") repeat-y right;
}

ul ul, li:hover ul ul {
    display: none;
}

li:hover ul, li:hover li:hover ul {
    display: block;
    background: #86a136 url("../img/divider.jpg") repeat-y right;
}
