* {
    margin: 0;
    padding: 0;
}
body {

    background: #fff url('/media/page/body-foot-bg.png') repeat-x left bottom;
    color: #6a6b6d;
    font-family: Arial, helvetica, sans-serif;
    font-size: 90%; /* 100% == 16px */
    line-height: 130%;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.no-display {
    display: none !important;
}
img {
    border: none;
}
img.float-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.float-right {
    float: right;
    margin: 0 0 10px 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
ul,
ol {
    margin: 15px 20px;
}
ol {
    margin-left: 24px;
}
p {
    margin: 15px 0;
}
a {
    color: #6a6b6d;
    text-decoration: underline;
}
a:hover {
    color: #08a095;
    text-decoration: underline;
}
a.ico {
    display: block;
    float: left;
    margin: 10px 20px 10px 0;
}
.bold {
    font-weight: bold !important;
}
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.error_color {
    color: #ff0000 !important;
}
.back,
.more {
    display: block;
    margin: 10px 0;
    text-align: right;
}
.back a,
.more a {
}
/*
strong.perex {
    display: block;
    margin-bottom: 20px;
    text-align: justify;
}
*/
h1, h2, h3, h4 {
    color: #276fa9;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
}
h1 {
    font-size: 160%;
}
h2 {
    color: #555;
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
h4 {
    color: #555;
    font-size: 110%;
}
h5 {
    color: #276fa9;
    font-size: 100%;
}
a.common_button,
a.green_button,
a.blue_button,
span.blue_button,
span.green_button {
    background: transparent none no-repeat right top;
    cursor: pointer;
    display: block;
    height: 29px;
    text-decoration: none;
}
a.common_button span,
a.green_button span,
a.blue_button span,
span.blue_button span,
span.green_button span {
    background: transparent none no-repeat left top;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 19px;
    padding: 5px 10px;
    text-align: center;
}
a.common_button {
    background-image: url('/media/page/buttons/button-right.png');
    color: #276fa9;
    height: 31px;
    text-decoration: underline;
}
span.green_button,
a.green_button {
    background-image: url('/media/page/buttons/green-right.png');
}
span.blue_button,
a.blue_button {
    background-image: url('/media/page/buttons/blue-right.png');
}
a.common_button span,
span.common_button span {
    background-image: url('/media/page/buttons/button-left.png');
    color: #276fa9;
    height: 21px;
}
a.green_button span,
span.green_button span {
    background-image: url('/media/page/buttons/green-left.png');
}
a.blue_button span,
span.blue_button span {
    background-image: url('/media/page/buttons/blue-left.png');
}

#container {
    background: transparent url('/media/page/container-bg.png') no-repeat left top;
    margin: 0 auto;
    padding-right: 23px;
    width: 970px;
}
#top {
    padding: 15px 0 0 0;
    position: relative;
    width: 970px;
}
#top h1.logo,
#top h3.logo {
    height: 86px;
    margin: 0;
    padding: 0;
    width: 296px;
}
#top h1.logo a,
#top h3.logo a {
    background: transparent url('/media/page/logo.png') no-repeat 10px 10px;
    display: block;
    height: 66px;
    padding: 10px;
    width: 276px;
}
#languages {
    position: absolute;
    right: 27px;
    _left: 810px;
    top: 53px;
}
#languages ul {
    list-style-type: none;
    margin: 0;
}
#languages ul li {
    background: transparent url('/media/page/languages/bg.png') no-repeat left top;
    float: left;
    height: 17px;
    margin: 0 0 0 5px;
    width: 27px;
}
#languages ul li a {
    background: transparent none no-repeat 2px 2px;
    display: block;
    height: 17px;
    width: 27px;
}
#languages ul li a#cs {
    background-image: url('/media/page/languages/cs.png');
}
#languages ul li a#en {
    background-image: url('/media/page/languages/en.png');
}
#languages ul li a#de {
    background-image: url('/media/page/languages/de.png');
}

#menu {
    background: transparent url('/media/page/menu/left-right.png') no-repeat left bottom;
    height: 50px;
    padding: 6px 5px 0;
    width: 960px;
}
#menu ul {
    margin: 0;
    list-style-type: none;
}
#menu ul.main {
    background: transparent url('/media/page/menu/bg.png') repeat-x left bottom;
    height: 50px;
    width: 960px;
}
#menu ul li {
    background: transparent url('/media/page/menu/separator.png') no-repeat right 5px;
    float: left;
    padding-right: 2px;
    position: relative;
}
#menu ul.main li.last {
    background: none;
    padding-right: 0;
}
#menu ul li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 92%;
    font-weight: bold;
    height: 50px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    _width: 40px;
}
#menu ul li a span {
    cursor: pointer;
    display: block;
    height: 18px;
    padding: 18px 12px 13px 12px;
}
#menu ul li.hover a,
#menu ul li a.active,
#menu ul li a:hover {
    background: transparent url('/media/page/menu/active-right.png') no-repeat right top;
}
#menu ul li.hover a span,
#menu ul li a.active span,
#menu ul li a:hover span {
    background: transparent url('/media/page/menu/active-left.png') no-repeat left top;
    display: block;
}
#menu ul ul {
    background-color: #24669c;
    display: none;
    padding: 3px 0 7px 0;
    position: absolute;
    left: 7px;
    top: 50px;
    z-index: 100;
}
#menu ul li.hover ul {
    display: block;
}
#menu ul ul li {
    background: none;
    float: none;
    padding-right: 0;
    position: static;
}
#menu ul li.hover ul li a,
#menu ul ul li a {
    background: transparent url('/media/page/menu-li.png') no-repeat 15px 6px;
    color: #fff;
    display: block;
    font-size: 100%;
    font-weight: normal;
    height: auto;
    padding: 3px 15px 3px 30px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
#menu ul li.hover ul li a:hover,
#menu ul ul li a:hover {
    background: transparent url('/media/page/menu-li.png') no-repeat 15px 6px;
    text-decoration: underline;
}
#content {
    background: transparent url('/media/page/left-col-bg.png') no-repeat 105px 40px;
    margin: 10px 0;
}
#content2 {
    background: transparent url('/media/page/content2-bg.png') repeat-y left top;
    .min-height: 1px;
    _height: 1px;
}

#footer {
    border-top: 1px solid #cfd1d5;
    font-size: 90%;
    padding: 10px 10px 20px;
}
#bottom_menu ul {
    list-style-type: none;
    height: 16px;
    margin: 5px 0 0 0;
}
#bottom_menu ul li {
    border-right: 1px solid #6a6b6d;
    float: left;
    list-style-type: none;
    line-height: 100%;
    .line-height: 110%;
    margin-right: 7px;
    padding-right: 7px;
}
#bottom_menu ul li.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
#bottom_menu ul li ul {
    display: none;
}
#copyright {
    padding: 10px 0;
}

#left_col {
    background-color: transparent;
    float: left;
    _height: 400px;
    min-height: 400px;
    width: 247px;
}

#contain  {
    width: 970px;
}
#contain.left_col  {
    float: left;
    margin-left: 7px;
    width: 715px;
}

#search_box input,
#search_box button {
    background: transparent none no-repeat left top;
    border: 0 none;
    float: left;
}
#search_box input {
    background-image: url('/media/page/search-input.png');
    color: #999a9d;
    font-weight: bold;
    height: 17px;
    padding: 7px;
    width: 190px;
}
#search_box button {
    background-image: url('/media/page/search-button.png');
    cursor: pointer;
    height: 31px;
    padding: 7px;
    width: 37px;
}
#lc_items,
#flash_map {
    margin: 5px 0 15px 0;
    padding: 0 5px;
}
#poptavka-banner {
    margin-top: 30px;
}
#lc_items h3,
#flash_map h3,
#search_box h3 {
    margin: 0;
    padding: 0;
}
#lc_items h3 {
    color: #276fa9;
}
#flash_map h3 {
    color: #0da297;
}
#search_box h3 {
    padding: 0 5px 5px;
    color: #0da297;
}
div.wiki-box ul {
    list-style-type: none;
    margin: 15px 10px;
}
div.wiki-box ul li {
    background: transparent url('/media/page/li.png') no-repeat 4px 7px;
    margin: 7px 0;
    padding-left: 15px;
}


form.slider p {
    margin: 15px 0;
    padding: 0 15px;
}
form.slider p span.slider-input-info {
    display: block;
    float: left;
    width: 300px;
}
form.slider p span.slider-input-info span.actual-page,
form.slider p span.slider-input-info span.last-page {
    font-weight: bold;
}
form.slider p span.slider-arrows {
    display: block;
    float: right;
    text-align: right;
    width: 300px;
}
form.slider p span.slider-arrows a {
    background: transparent none no-repeat left top;
    display: block;
    float: right;
    font-weight: bold;
    height: 19px;
    padding: 3px 0;
    text-align: center;
    width: 21px;
}
form.slider p span.slider-arrows a.selected-page {
    background-image: url('/media/page/slider/active-page.png');
    color: #fff;
    text-decoration: none;
}


/* GALLERY */
div.gallery {
    background: transparent url('/media/page/gallery/bg.png') no-repeat left top;
    height: 130px;
    margin: 10px 0 15px 0;
    width: 712px;
}
div.gallery div.stepcarousel {
    float: left;
    position: relative; /*leave this value alone*/
/*    overflow: scroll;*/ /*leave this value alone*/
    width: 648px; /*Width of Carousel Viewer itself*/
    height: 130px; /*Height should enough to fit largest content's height*/
}
div.gallery div.stepcarousel.noslide {
    margin: 0 32px;
}
div.gallery div.stepcarousel img {
/*
    border: 1px solid #fff;
*/
}
div.gallery div.stepcarousel .belt {
    position: absolute;
    left: 0;
    margin-top: 5px;
    top: 0;
}
div.gallery div.stepcarousel div.panel {
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 8px 8px 0 8px;
    width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
div.gallery div.stepcarousel div.last-panel {
    margin-right: 0;
}
div.gallery div.gallery_slider {
    float: left;
    width: 32px;
}
div.gallery div.gallery_slider a {
    background: transparent none no-repeat left top;
    display: block;
    height: 130px;
    width: 32px;
}
div.gallery div.gallery_slider a.previous {
    background-color: #969696;
    background-image: url('/media/page/gallery/arrow-previous.png');
}
div.gallery div.gallery_slider a.next {
    background-color: #969696;
    background-image: url('/media/page/gallery/arrow-next.png');
    border-bottom: 1px solid #f2f2f2;
}
div.jqi #jqibuttons button {
    background-color: #2775af;
    border: 1px solid #2775af;
    color: #fff;
    cursor: pointer;
}
table.wiki-class {
    border-collapse: collapse;
}
table.wiki-class th {
    background-color: #276fa9;
    border: 1px solid #276fa9;
    color: #fff;
    padding: 4px 8px;
}
table.wiki-class td {
    border: 1px solid #276fa9;
    padding: 3px 8px;
}
