* {
    margin: 0;
}

/* LIGHT COLOR */
body, li:hover ul, li:hover li:hover ul {
    background-color: #d8c5ac;
}

/* DARK COLOR */
.body, .content-title, li.menu-item li:hover, li.menu-item-current li:hover, li.menu-item:hover, li.menu-item-current:hover {
    background-color: #b18b5a;
}

html, body {
    width: 100%;
    behavior: url("static/css/csshover.htc");
}

/*td, li, ul {*/
/*behavior: url("static/css/iepngfix.htc");*/
/*}*/

body {
    text-align: center;
}

table, td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    empty-cells: show;
}

.main {
    width: 975px;
    height: 100%;
    border: 1px solid #000000;
    min-width: 975px;
    margin: 0 auto;
}

.header, .body, .footer {
    vertical-align: top;
}

.header {
    background: url("../img/header_banner_omnie.jpg") no-repeat center;
    width: 973px;
    height: 224px;
}

.body {
    background-image: url("../img/shadow.png");
    background-repeat: repeat-x;
    background-position: top;
    behavior: url("static/css/iepngfix.htc");
}

.footer {
    color: #000000;
    margin: 10px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-family: arial, sans-serif;
    font-size: 11px;
}

.content-title {
    width: 333px;
    height: 200px;
    padding-top: 240px;
    vertical-align: top;
    background-image: url("../img/title_omnie.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}

.content {
    width: 658px;
    vertical-align: top;
    font-family: arial, sans-serif;
    font-size: 12px;
    padding: 10px;
    text-align: justify; /*letter-spacing: 1px;*/
}

.menu {
    height: 40px;
    vertical-align: middle;
    font-family: verdana, sans-serif;
    font-size: 13px;
    color: #000000;
    text-align: left;
    letter-spacing: 2px;
}

.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;
    vertical-align: top;
    text-align: center;
}

#content ul, #content li, #title ul, #title li {
    display: list-item;
    width: auto;
    color: #000000;
    margin-left: 10px;
    position: static;
}

#content a {
    width: auto;
    display: inline;
}

#content li, #title li {
    list-style: url("../img/li.png") outside;
    float: none;
}

#content img {
}

.content-title {
    vertical-align: middle;
    text-align: left;
}

/***************************************** THE MENU ******************************************/
/***************************************** THE MENU ******************************************/
/***************************************** THE MENU ******************************************/

ul, li, a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    color: #000000;
    text-decoration: none;
}

ul {
    list-style: none;
}

ul li {
    float: left;
}

li.menu-item, li.menu-item-current, li.menu-item li, li.menu-item-current li {
    position: relative; /*height: 40px;*/
    padding: 12px;
    z-index: 19;
}

li.menu-item:hover li, li.menu-item-current:hover li {
    width: 140px;
}

a:hover {
    color: #ffffff;
}

li.menu-item-current {
    background: url("../img/submenu-indicator.png") no-repeat center bottom;
}

li.menu-item-current a {
}

li.menu-item ul, li.menu-item-current ul {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
}

li.menu-item ul li, li.menu-item-current ul li {
    display: block;
    padding: 5px;
    height: 15px;
}

li.menu-item:hover, li.menu-item-current:hover {
    z-index: 20;
    cursor: default;
}

li.menu-item li:hover, li.menu-item-current li:hover {
}

li:hover ul, li:hover li:hover ul {
    display: block;
    width: 150px;
    background-image: url("../img/shadow.png");
    background-repeat: repeat-x;
    background-position: top;
}

/***************************************** 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;
    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;
}

div.news-name:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-date {
    font-family: arial, sans-serif;
    font-size: 10px;
    color: #b0c196;
    padding-bottom: 5px;
}

.news-short {
    font-family: arial, sans-serif;
    font-size: 9pt;
    text-align: justify;
    width: 280px;
}

.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;
    display: inline;
    width: auto;
}

#news-list a:hover, #news-details a:hover {
    color: #dbbabd;
}

/***************************************** GALLERY ******************************************/
/***************************************** GALLERY ******************************************/
/***************************************** GALLERY ******************************************/

#gallery-list {

}

#gallery-list img {
    background: url("../img/background_gallery_thumb.jpg") no-repeat center center;
    padding: 20px 40px;
    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;
    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 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    opacity: 0.50;
    filter: alpha( opacity = 50 );
    z-index: 50;
}

.gallery-viewer {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 100;
    font-family: verdana, sans-serif;
}

.gallery-prev, .gallery-next {
    display: inline;
    margin: 20px;
    float: left;
}

.gallery-next {
    float: right;
}

#gallery-photo {
    border: 1px solid #ffffff;
}

.gallery-desc {
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin: 10px;
}

.gallery-close {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 10px;
}


