body {
    background:url('../images/bg.png') repeat-x top center #004785;
    color:#FFF;
    font-family:tahoma,arial,sans-serif;
    font-size:0.7em;
    margin:0;
    padding:0;
    text-align:center;
}
.cleaner {
    clear:both;
    visibility:hidden;
    line-height:0.1em;
    height:0.1em;
    font-size:0.1em;
}
a {
    color:#004589;
    text-decoration:underline;
    outline:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}

form {
    margin:0px;
    padding:0px;
}

table,textarea,input,select {
    font-size:1em;
    font-family:tahoma,arial,sans-serif;
}

div.body {
    background:url('../images/bg-top.jpg') no-repeat top center;
    min-height:1px;
    _height:1px;
}
div.body-bottom {
    background:url('../images/bottom.png') no-repeat bottom center;
    min-height:1px;
    _height:1px;
}

div.body-data {
    width:980px;
    margin:0px auto;
    min-height:500px;
    _height:500px;
    text-align:left;
}

/*
    -------------------------------
    - PAGE TOP
    -------------------------------
*/

#top {
    min-height:128px;
    _height:128px;
    position:relative;
}
#top h1 {
    margin:0px;
    padding:0px 0px 0px 0px;
    position:absolute;
    top:18px;
    left:29px;
    background:url('../images/logo.gif') no-repeat top left;
}
#top h1 a {
    display:block;
    width:255px;
    height:93px;
}
#top h1.enews {
    margin:0px;
    padding:0px 0px 0px 0px;
    position:absolute;
    top:8px;
    left:25px;
    background:url('../images/enews-logo.png') no-repeat top left;
}
#top h1.enews a {
    display:block;
    width:300px;
    height:110px;
}
#top .enews-image{
    position: absolute;
    right: 19px;
    top: 8px;
}
#top h2{
    position: absolute;
    top: 70px;
    left: 150px;
    color: #00a5e6;
    font-size: 2em;
    font-weight: normal;
}
#top h1 a span {
    display:none;
}

#top ul.topmenu {
    margin:0px;
    padding:0px;
}

#top p.langs {
    margin:0px;
    padding:0px;
    position:absolute;
    top:46px;
    right:13px;
    color:#c81717;
}
#top p.langs a {
    color:#c81717;
    text-decoration:none;
}
#top p.langs a:hover {
    color:#FFF;
    text-decoration:none;
}
#top p.langs a.active {
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}
#top p.langs a.active:hover {
    color:#FFF;
    text-decoration:none;
}

/*
    -------------------------------
    - TOP MENU
    -------------------------------
*/
#top ul.topmenu {
    margin:0px;
    padding:0px;
    list-style:none;
    position:absolute;
    bottom:0px;
    left:327px;
}
#top ul.topmenu a {
    color:#FFF;
    text-decoration:none;
    display:block;
    min-height:1px;
    _height:1px;
}
#top ul.topmenu a:hover {
    color:#D51D1D;
    text-decoration:none;
}
#top ul.topmenu li {
    float:left;
    background:url('../images/btn-top.gif') no-repeat top left;
    width:150px;
    text-align:center;
    position:relative;
    font-weight:bold;
}
#top ul.topmenu li span {
    display:block;
    background:url('../images/btn-top-bottom.gif') no-repeat bottom left;
    padding:9px 20px 9px 15px;
    font-size:1.1em;
    min-height:1px;
    _height:1px;
}
#top ul.topmenu li span a {
    color:#FFF;
    text-decoration:none;
}
#top ul.topmenu ul {
    display:none;
    margin:0px;
    padding:3px 3px 3px 3px;
    list-style:none;
    position:absolute;
    background:url('../images/bg-popup.png') repeat top left;
    _background:#C81717;
    border:1px solid #ff7373;
    border-top:none;
    top:32px;
    left:0px;
    z-index:10;
    width:175px;
    font-weight:bold;
    -moz-border-radius:0px 0px 5px 5px;
}

/*
    --------------------
    - I. UROVEN
    --------------------
*/
#top ul.topmenu li.active { background:url('../images/btn-top-hover.gif') no-repeat top left; }
#top ul.topmenu li.active span { background:url('../images/btn-top-hover-bottom.gif') no-repeat bottom left; color:#D51D1D; }
#top ul.topmenu li.active span a { color:#D51D1D; }

#top ul.topmenu li.hover { background:url('../images/btn-top-hover.gif') no-repeat top left; }
#top ul.topmenu li.hover span { background:url('../images/btn-top-hover-bottom.gif') no-repeat bottom left; color:#D51D1D; }
#top ul.topmenu li.hover span a { color:#D51D1D; }
#top ul.topmenu li.hover ul { display:block; }
#top ul.topmenu li.hover ul li { 
    -moz-border-radius: 5px;
    padding:4px 10px 4px 10px;
    margin:1px 0px 0px 0px;
    background:none;
    text-align:left;
    width:155px;
    color:#FFF;
}
#top ul.topmenu li.hover ul li a { color:#FFF; }
#top ul.topmenu li.hover ul ul {
    display:none;
    left:175px;
    top:0px;
    -moz-border-radius:5px;
    border:1px solid #ff7373;
}

/*
    --------------------
    - II. UROVEN
    --------------------
*/
#top ul.topmenu li.hover li.active { background:#FFF; color:#D51D1D; }
#top ul.topmenu li.hover li.active a { color:#D51D1D; }

#top ul.topmenu li.hover li.hover { background:#FFF; color:#D51D1D; }
#top ul.topmenu li.hover li.hover a { color:#D51D1D; }
#top ul.topmenu li.hover li.hover ul { display:block; }
#top ul.topmenu li.hover li.hover ul li { background:none; }
#top ul.topmenu li.hover li.hover ul li a { color:#FFF; }
#top ul.topmenu li.hover li.hover ul ul { display:none; }
/*
    --------------------
    - III. UROVEN
    --------------------
*/
#top ul.topmenu li.hover li.hover li.active { background:#FFF; color:#D51D1D; }
#top ul.topmenu li.hover li.hover li.active a { color:#D51D1D; }

#top ul.topmenu li.hover li.hover li.hover { background:#FFF; color:#D51D1D; }
#top ul.topmenu li.hover li.hover li.hover a { color:#D51D1D; }
#top ul.topmenu li.hover li.hover li.hover ul { display:block; }
#top ul.topmenu li.hover li.hover li.hover ul li { background:none; }
#top ul.topmenu li.hover li.hover li.hover ul li a { color:#FFF; }
#top ul.topmenu li.hover li.hover li.hover ul ul { display:none; }
/*
    --------------------
    - IV. UROVEN
    --------------------
*/
#top ul.topmenu li.hover li.hover li.hover li.active { background:#FFF; color:#D51D1D; }
#top ul.topmenu li.hover li.hover li.hover li.active a { color:#D51D1D; }

#top ul.topmenu li.hover li.hover li.hover li.hover { background:#FFF; color:#D51D1D; }
#top ul.topmenu li.hover li.hover li.hover li.hover a { color:#D51D1D; }
#top ul.topmenu li.hover li.hover li.hover li.hover ul { display:block; }
#top ul.topmenu li.hover li.hover li.hover li.hover ul li { background:none; }
#top ul.topmenu li.hover li.hover li.hover li.hover ul li a { color:#FFF; }
#top ul.topmenu li.hover li.hover li.hover li.hover ul ul { display:none; }


#top ul.addons {
    background:url('../images/addons.gif') no-repeat center center;
    padding:0px;
    margin:0px;
    position:absolute;
    top:42px;
    left:815px;
    list-style:none;
}
#top ul.addons li {
    float:left;
}
#top ul.addons li a {
    display:block;
    width:22px;
    height:22px;
}
#top ul.addons li a span {
    display:none;
}

/*
    -------------------------------
    - LAVY PANEL
    -------------------------------
*/

#left {
    float:left;
    width:210px;
    padding:0px 0px 45px 0px;
}
#left ul.leftmenu {
    margin:0px;
    padding:11px 0px 14px 16px;
    list-style:none;
    background:url('../images/left-menu-bottom.gif') no-repeat 16px bottom;
}
#left ul.leftmenu a {
    color:#FFF;
    text-decoration:none;
    display:block;
    min-height:1px;
    _height:1px;
}
#left ul.leftmenu a:hover {
    color:#D51D1D;
    text-decoration:none;
}
#left ul.leftmenu li {
    background:url('../images/btn-left-bottom.gif') no-repeat bottom left;
    padding:0px 0px 13px 0px;
    margin:3px 0px 0px 0px;
    position:relative;
    z-index:10;
}
#left ul.leftmenu li span {
    display:block;
    background:url('../images/btn-left-top.gif') no-repeat top left;
    padding:12px 15px 0px 15px;
    font-weight:bold;
    font-size:1.1em;
    min-height:1px;
    _height:1px;
}
#left ul.leftmenu ul {
    display:none;
    margin:0px;
    padding:3px 3px 3px 3px;
    list-style:none;
    position:absolute;
    background:url('../images/bg-popup.png') repeat top left;
    _background:#C81717;
    border:1px solid #ff7373;
    top:0px;
    left:192px;
    z-index:10;
    width:175px;
    font-weight:bold;
    -moz-border-radius: 5px;
}

/*
    --------------------
    - I. UROVEN
    --------------------
*/
#left ul.leftmenu li.active { background:url('../images/btn-left-hover-bottom.gif') no-repeat bottom left; }
#left ul.leftmenu li.active span { background:url('../images/btn-left-hover-top.gif') no-repeat top left; color:#D51D1D; }
#left ul.leftmenu li.active span a { color:#D51D1D; }

#left ul.leftmenu li.hover { background:url('../images/btn-left-hover-bottom.gif') no-repeat bottom left; }
#left ul.leftmenu li.hover span { background:url('../images/btn-left-hover-top.gif') no-repeat top left; color:#D51D1D; }
#left ul.leftmenu li.hover span a { color:#D51D1D; }
#left ul.leftmenu li.hover ul { display:block; }
#left ul.leftmenu li.hover ul li { 
    -moz-border-radius: 5px;
    padding:4px 10px 4px 10px;
    margin:1px 0px 0px 0px;
    background:none;
}
#left ul.leftmenu li.hover ul li a { color:#FFF; }
#left ul.leftmenu li.hover ul ul {
    display:none;
    left:175px;
    _left:165px;
    top:0px;
}

/*
    --------------------
    - II. UROVEN
    --------------------
*/
#left ul.leftmenu li.hover li.active { background:#FFF; color:#D51D1D; }
#left ul.leftmenu li.hover li.active a { color:#D51D1D; }

#left ul.leftmenu li.hover li.hover { background:#FFF; color:#D51D1D; }
#left ul.leftmenu li.hover li.hover a { color:#D51D1D; }
#left ul.leftmenu li.hover li.hover ul { display:block; }
#left ul.leftmenu li.hover li.hover ul li { background:none; }
#left ul.leftmenu li.hover li.hover ul li a { color:#FFF; }
#left ul.leftmenu li.hover li.hover ul ul { display:none; }
/*
    --------------------
    - III. UROVEN
    --------------------
*/
#left ul.leftmenu li.hover li.hover li.active { background:#FFF; color:#D51D1D; }
#left ul.leftmenu li.hover li.hover li.active a { color:#D51D1D; }

#left ul.leftmenu li.hover li.hover li.hover { background:#FFF; color:#D51D1D; }
#left ul.leftmenu li.hover li.hover li.hover a { color:#D51D1D; }
#left ul.leftmenu li.hover li.hover li.hover ul { display:block; }
#left ul.leftmenu li.hover li.hover li.hover ul li { background:none; }
#left ul.leftmenu li.hover li.hover li.hover ul li a { color:#FFF; }
#left ul.leftmenu li.hover li.hover li.hover ul ul { display:none; }
/*
    --------------------
    - IV. UROVEN
    --------------------
*/
#left ul.leftmenu li.hover li.hover li.hover li.active { background:#FFF; color:#D51D1D; }
#left ul.leftmenu li.hover li.hover li.hover li.active a { color:#D51D1D; }

#left ul.leftmenu li.hover li.hover li.hover li.hover { background:#FFF; color:#D51D1D; }
#left ul.leftmenu li.hover li.hover li.hover li.hover a { color:#D51D1D; }
#left ul.leftmenu li.hover li.hover li.hover li.hover ul { display:block; }
#left ul.leftmenu li.hover li.hover li.hover li.hover ul li { background:none; }
#left ul.leftmenu li.hover li.hover li.hover li.hover ul li a { color:#FFF; }
#left ul.leftmenu li.hover li.hover li.hover li.hover ul ul { display:none; }


/*
    -------------------------------
    - VYHLADAVANIE
    -------------------------------
*/
#left .search-sk { background:url('../images/sk/search-title.gif') no-repeat 30px 25px; }
#left .search-en { background:url('../images/en/search-title.gif') no-repeat 30px 25px; }
#search {
    margin:0px;
    padding:60px 0px 0px 15px;
}
#search div {
    position:relative;
}
#search .iso {
    position:absolute;
    top:-62px;
    right:3px;
}
#search .search-input {
    background:url('../images/search-input.gif') no-repeat top left;
    border:none;
    padding:8px 10px 25px 10px;
    width:140px;
}
#search table td {
    vertical-align:top;
}

/*
    -------------------------------
    - PARTNERI
    -------------------------------
*/
#left .partneri-sk { background:url('../images/sk/partners-title.gif') no-repeat 0px 0px; }
#left .partneri-en { background:url('../images/en/partners-title.gif') no-repeat 0px 0px; }
#partneri {
    margin:0px;
    padding:55px 0px 0px 19px;
}
#partneri div {
    background:url('../images/partneri-bg.gif') no-repeat 0px 0px;
    position:relative;
    height:120px;
}
#partneri div p {
    display:block;
    position:absolute;
    top:15px;
    left:10px;
    width:160px;
    height:80px;
    margin:0px;
    padding:0px;
}

/*
    -------------------------------
    - TEXT V LAVOM PANELI
    -------------------------------
*/
#left div.about {
    padding:0px 20px 0px 30px;
}


/*
    -------------------------------
    - PRAVY PANEL
    -------------------------------
*/
#right {
    float:right;
    width:767px;
    padding:1px 0px 25px 0px;
    color:#000;
}
#right h2 {
    margin:0px;
    padding:12px 25px 12px 25px;
    background:url('../images/h2-bg.gif') no-repeat top left;
    font-weight:normal;
    font-size:1.8em;
    color:#FFF;
}
#right h3 {
    margin:0px;
    padding:0px 0px 5px 0px;
    font-size:1.3em;
    color:#004480;
}

/*
    -------------------------------
    - BACKGROUND HLAVNEJ STRANKY 
    -------------------------------
*/
#right .main-page-bg {
    background:url('../images/main-page-bg.png') repeat-y top left;
    min-height:1px;
    _height:1px;
}
#right .main-page-bg-top {
    background:url('../images/h2-bg.png') no-repeat 7px 0px;
    min-height:100px;
    _height:100px;
    padding:13px 19px 0px 7px;
}
#right .main-page-bg-bottom {
    background:url('../images/main-page-bg-bottom.png') no-repeat 0px 0px !important;
    background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/images/main-page-bg-bottom.png',sizingMethod='crop');
    min-height:35px;
    _height:35px;
}

/*
    -------------------------------
    - BACKGROUND PODSTRANKY 
    -------------------------------
*/
#right .page-bg {
    background:url('../images/page-bg.png') repeat-y top left;
    min-height:1px;
    _height:1px;
}
#right .page-bg-top {
    background:url('../images/page-bg-top.png') no-repeat top left;
    min-height:100px;
    _height:100px;
    padding:13px 19px 0px 7px;
}
#right .page-bg-bottom {
    background:url('../images/page-bg-bottom.png') no-repeat 0px 0px !important;
    background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/images/page-bg-bottom.png',sizingMethod='crop');
    min-height:35px;
    _height:35px;
}

/*
    -------------------------------
    -  ENEWS 
    -------------------------------
*/
#enews {
    padding:1px 0px 25px 0px;
    color:#000;
}
#enews h2 {
    margin:0px;
    padding:12px 25px 12px 25px;
    background:url('../images/h2-bg.gif') no-repeat top left;
    font-weight:normal;
    font-size:1.8em;
    color:#FFF;
}
#enews .page-bg {
    background:url('../images/enews-bg.png') repeat-y top left;
    min-height:1px;
    _height:1px;
}
#enews .page-bg-top {
    background:url('../images/enews-bg-top.png') no-repeat top left;
    min-height:100px;
    _height:100px;
    padding:10px 20px 0px 20px;
}
#enews .page-bg-bottom {
    background:url('../images/enews-bg-bottom.png') no-repeat 0px 0px !important;
    background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/images/enews-bg-bottom.png',sizingMethod='crop');
    min-height:35px;
    _height:35px;
}

/*
    -------------------------------
    - ODSADENIE PODSTRANKY
    -------------------------------
*/
#right .section {
    padding:0px 25px 0px 25px;
    line-height:1.4em;
}

/*
    -------------------------------
    - KONTEXTOVA NAVIGACIA 
    -------------------------------
*/
#right .kontext {
    text-align:right;
    padding:5px 0px 5px 0px;
    color:#004582;
}
#right .kontext a {
    color:#004582;
}
#right .kontext a:hover {
    color:#000;
}

/*
    -------------------------------
    - ODRAZKOVY ZOZNAM
    -------------------------------
*/
#right ul.list {
    margin:0px;
    padding:10px 0px 0px 25px;
    color:#D51D1D;
    list-style:square;
    font-size:1em;
    font-weight:bold;
}
#right ul.list a { color:#D51D1D; }
#right ul.list a:hover { color:#004582; }

/*
    -------------------------------
    - SITEMAP ZOZNAM
    -------------------------------
*/
#right ul.sitemap {
    margin:0px;
    padding:10px 0px 0px 25px;
    color:#004582;
    list-style:square;
    font-size:1em;
    font-weight:bold;
}
#right ul.sitemap a { color:#004582; }
#right ul.sitemap a:hover { color:#D51D1D; }
#right ul.sitemap ul {
    margin:0px;
    padding:6px 0px 6px 25px;
    list-style:square;
    font-size:1em;
    font-weight:normal;
}

#right div.contactFormBtn {
    clear:both;
    background:url('../images/contact-form-btn.gif') no-repeat right 10px;
    padding:10px 0px 0px 515px;
}
#right div.contactFormBtn a {
    display:block;
    text-align:center;
    padding:12px 0px 20px 0px;
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
}
#right div.contactFormBtn a:hover {
    color:#FFF;
    text-decoration:none;
}

/*
    -------------------------------
    - FOTOGALERIA
    -------------------------------
*/
#gallery {
    clear:both;
}
#gallery div.gallery-title {
    font-weight:bold;
    color:#D51D1D;
    padding:0px 0px 15px 0px;
    font-size:1.2em;
}
#gallery div.prev {
    width:38px;
    height:140px;
    float:left;
    background:url('../images/gallery-prev.gif') no-repeat 0px -1px;
    cursor:pointer;
}
#gallery div.next {
    width:38px;
    height:140px;
    float:left;
    background:url('../images/gallery-next.gif') no-repeat 0px -1px;
    cursor:pointer;
}
#gallery div.gallery-images {
    width:610px;
    height:140px;
    background:url('../images/gallery-bg.gif') repeat-x top left;
    position:relative;
    overflow:hidden;
    float:left;
}
#gallery div.gallery-images div.gallery-items { 
    width:20000em; 
    position:absolute;
} 
#gallery div.gallery-image {
    float:left;
    line-height:2em;
    height:120px;
    margin:5px 0px 0px 0px;
    background:url('../images/gallery-bg-item.gif') no-repeat bottom right;
} 
#gallery div.gallery-image .title{
    clear:both;
    display:block;
    text-align: center;
    font-weight: bold;
    color: #004589;
    padding: 0 0 0 6px;
    margin: 0;
    cursor:pointer;
    
}
#gallery div.gallery-image img {
    border:none;
    padding:3px 0px 3px 6px;
    margin-top:18px;
    width:115px;
    height:75px;
    cursor:pointer;
}
#gallery div.gallery-image img.hover {
    margin-top:2px;
    width:146px;
    height:110px;
}
#gallery div.gallery-image img.hidden {
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter:alpha(opacity = 40);
}

#gallery-preview {
    position:relative;
    clear:both;
}

#gallery div.gallery-preview {
    height:275px;
    background:url('../images/gallery-preview-bg.gif') no-repeat top left;
    position:relative;
}
#gallery div.gallery-preview a { text-decoration:none; }
#gallery div.gallery-preview a:hover { text-decoration:none; }
#gallery div.gallery-preview img { border:none; }

#gallery img.close-gallery-preview {
    border:none;
    position:absolute;
    top:0px;
    right:-30px;
    cursor:pointer;
}

#gallery div.gallery-preview-image {
    position:absolute;
    top:11px;
    left:11px;
}
#gallery div.gallery-preview-desc {
    position:absolute;
    bottom:30px;
    left:325px;
    width:350px;
}
#gallery div.gallery-preview-desc-top {
    background:url('../images/gallery-preview-info-top.png') no-repeat top left;
    _background:url('../images/gallery-preview-info-top.gif') no-repeat top left;
    line-height:0.1em;
    font-size:0.1em;
    height:12px;
}
#gallery div.gallery-preview-desc-bottom {
    background:url('../images/gallery-preview-info-bottom.png') no-repeat bottom left;
    _background:url('../images/gallery-preview-info-bottom.gif') no-repeat bottom left;
    padding:1px 24px 12px 12px;
    line-height:1.3em;
}
#gallery div.gallery-preview-loading {
    background:url('../images/loading.gif') no-repeat center center;
    height:275px;
}

/*
    -------------------------------
    - ANIMACIA NA HLAVNEJ STRANKE
    -------------------------------
*/
#flash object {
    width:764px;
    height:253px;
}

/*
    -------------------------------
    - AKTUALITY NA HLAVNEJ STRANKE
    -------------------------------
*/
#hpInfo {
    width:480px;
    float:left;
    position:relative;
}
#hpInfo .hpInfo-data {
    padding:50px 0px 0px 17px;
    line-height:1.4em;
}

#right .news-sk { background:url('../images/sk/news-title.gif') no-repeat 21px 9px; }
#right .news-en { background:url('../images/en/news-title.gif') no-repeat 21px 9px; }
#news {
    width:480px;
    float:left;
    position:relative;
}
#news .news-data {
    padding:60px 0px 0px 17px;
}
#news table {
    width:100%;
}
#news table td.news-image {
    background:url('../images/news-image-bg.gif') no-repeat 0px 0px;
    width:110px;
    padding:5px 0px 13px 5px;
    vertical-align:top;
}
#news table td.news-image img {
    border:none;
}
#news table td.news-desc {
    vertical-align:top;
    background:url('../images/news-desc-bg.gif') no-repeat bottom right;
    width:auto;
    padding:0px 0px 10px 0px;
}
#news table td.news-desc h3 {
    background:url('../images/news-desc-bg2.gif') no-repeat top right;
    margin:0px;
    padding:10px 0px 5px 0px;
    font-size:1.1em;
}
#news table td.news-desc h3 a { text-decoration:none; }
#news table td.news-desc h3 a:hover { text-decoration:none; }

#news-archiv {
    display:block;
    position:absolute;
    top:0px;
    left:132px;
    /*background:url('../images/btn-news-archiv.gif') no-repeat top left;*/
    background:url('../images/btn-news-archiv.png') no-repeat top left;
    width:78px;
    text-align:center;
    font-weight:bold;
}
#news-archiv a {
    display:block;
    padding:10px 0px 14px 0px;
    text-decoration:none;
}

#news .news-archiv-hover {
    /*background:url('../images/btn-news-archiv-hover.gif') no-repeat top left;*/
    background:url('../images/btn-news-archiv-hover.png') no-repeat top left;
}
#news .news-archiv-hover a { color:#FFF; }

/*
    --------------------
    - ARCHIV AKTUALIT
    --------------------
*/
#right table.news {
    width:100%;
}
#right table.news td.news-image {
    background:url('../images/news-image-bg.gif') no-repeat 0px 0px;
    width:110px;
    padding:5px 0px 13px 5px;
    vertical-align:top;
}
#right table.news td.news-image img {
    border:none;
}
#right table.news td.news-desc {
    vertical-align:top;
    background:url('../images/news-desc-bg.gif') no-repeat bottom right;
    width:auto;
    padding:0px 0px 10px 0px;
}
#right table.news td.news-desc h3 {
    background:url('../images/news-desc-bg2.gif') no-repeat top right;
    margin:0px;
    padding:10px 0px 5px 0px;
    font-size:1.1em;
}
#right table.news td.news-desc h3 a { text-decoration:none; }
#right table.news td.news-desc h3 a:hover { text-decoration:none; }

#right table.pages {
    clear:both;
    margin:15px auto 0px auto;
}
#right table.pages td {
    vertical-align:top;
    padding:0px;
}
#right table.pages td img {
    float:left;
    border:none;
}
#right table.pages td select {
    float:left;
    margin:2px 3px 0px 1px;
}

/*
    --------------------
    - NEWSLETTER
    --------------------
*/
#right .newsletter-sk { background:url('../images/sk/newsletter-title.gif') no-repeat 0px 9px; }
#right .newsletter-en { background:url('../images/en/newsletter-title.gif') no-repeat 0px 9px; }
#newsletter {
    width:214px;
    float:right;
    position:relative;
    padding:60px 0px 0px 0px;
}
#newsletter h3 {
    margin:0px;
    padding:0px 0px 10px 0px;
    font-size:1.1em;
    color:#034782;
}
#newsletter div {
    background:url('../images/btn-newsletter.gif') no-repeat top center;
    font-weight:bold;
    text-align:center;
}
#newsletter a { text-decoration:none; }
#newsletter a:hover { text-decoration:none; }
#newsletter img { border:none; }
#newsletter div a {
    display:block;
    padding:13px 0px 20px 0px;
    text-decoration:none;
    color:#FFF;
}

#newsletter-get {
    display:block;
    position:absolute;
    top:0px;
    left:122px;
    /*background:url('../images/btn-newsletter-get.gif') no-repeat top left;*/
    background:url('../images/btn-newsletter-get.png') no-repeat top left;
    width:78px;
    text-align:center;
    font-weight:bold;
}
#newsletter-get a {
    display:block;
    padding:10px 0px 14px 0px;
    text-decoration:none;
}

#newsletter .newsletter-get-hover { 
    /*background:url('../images/btn-newsletter-get-hover.gif') no-repeat top left;*/
    background:url('../images/btn-newsletter-get-hover.png') no-repeat top left;
}
#newsletter .newsletter-get-hover a { color:#FFF; }


/*
    ---------------------------
    CONTACT FORM
    ---------------------------
*/
#right table.contact {
    margin:0px auto;
}
#right table.contact th {
    width:150px;
    text-align:right;
    font-weight:normal;
    padding:5px 10px 5px 10px;
    vertical-align:top;
    background:url('../images/form-bg.gif') no-repeat bottom left;
    border-right:1px solid #ececec;
}
#right table.contact th.key {
    text-align:right;
}
#right table.contact th span {
    color:#F00;
    font-weight: bold;
    font-size:1.1em;
    float:left;
    display:block;
    line-height:1em;
}
#right table.contact td {
    padding:1px 5px 1px 5px;
}
#right table.contact td input {
    padding:3px;
}
#right table.contact td textarea {
    padding:3px;
    width:300px;
}
#right div.submit {
    padding:5px 0px 10px 0px;
    text-align:center;
}

#right div.submit input {
    background:url('../images/btn-newsletter.gif') no-repeat top center;
    cursor:pointer;
    border:none;
    font-weight:bold;
    text-align:center;
    padding:13px 0px 20px 0px;
    color:#FFF;
    width:150px;
    margin:0px auto;
}

#right div.obligatory {
    text-align:center;
    font-weight:bold;
    color:#F00;
    padding:5px 0px 10px 0px;
}
#right p.contact-message {
    margin:0px;
    padding:0px 0px 15px 0px;
    font-size:1.2em;
    color:#F00;
    text-align:center;
    font-weight:bold;
}

#right dl.search-items {
    margin:0px;
    padding:5px 0px 10px 0px;
}
#right dl.search-items dt {
    font-size:1.1em;
    font-weight:bold;
    padding:5px 0px 0px 0px;
    border-top:1px dashed #EFEFEF;
    margin:5px 0px 0px 0px;
}
#right dl.search-items dd {
    margin:0px;
    padding:3px 0px 0px 0px;
}
#right dl.search-items dd .more {
    display:block;
    text-align:right;
}
#right p.search-message {
    margin:0px;
    padding:20px 0px 0px 0px;
    font-size:1.2em;
    color:#F00;
    text-align:center;
    font-weight:bold;
}


#right div.pages {
    clear:both;
    border-top:1px dashed #EFEFEF;
    padding:5px 0px 0px 0px;
}

/*
    --------------------
    - PAGE BOTTOM
    --------------------
*/
#bottom {
    width:980px;
    margin:0px auto;
    text-align:left;
    position:relative;
}
#bottom p {
    margin:0px;
    padding:28px 0px 20px 30px;
}
#bottom span.developer {
    position:absolute;
    top:28px;
    right:30px;
}
#bottom a {
    color:#FFF;
    text-decoration:none;
}
#bottom a:hover {
    color:#FFF;
    text-decoration:none;
}