* {
    margin: 0;
    padding: 0;
}

body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object {
    border: 0;
}

ul, ol {
    list-style-type: none;
}

html {
    background-color: #d8f1ff;
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}

body {
    padding: 0;
    font: normal 75%/1 Arial,sans-serif;
    color: #000;
    width: 983px;
    margin: 0 auto;
    background-image: url('/images/content-bg.jpg');
    background-repeat: repeat-y;
    background-position: right;
    margin-bottom: 30px;
}

input, option, select, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

/* links --------------------------------------------------------------- */
a {
    color: #3d3d3d;
    text-decoration: underline;
}

a:link {
    color: #3d3d3d;
}

a:hover {
    color: #f30304;
    text-decoration: none;
}

/* h1 - h5 ------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 15px 0;
}

.cont-left h2 {
    margin: 0 0 15px 0;
}

h1 {
    font-size: 1.4em;
    margin: 0;
    color: #005e7c;
}

h2 {
    font-size: 1.0em;
    margin: 10px 0 10px;
    color: #1e1e1e;
}

h3 {
    font-size: 1.0em;
    margin: 5px 0 25px;
    color: #3d3d3d;
}

h4 {
    font-size: 1.0em;
    color: #005e7c;
}

h5 {
    font-size: 1.0em;
}

hr {
    display: block;
    height: 1px;
    margin: 10px 0;
    padding: 0;
    border: 0 solid #CCC;
    background: #CCC;
    color: #CCC;
}

table {
  font-size: 100%;
}

td {
  font-size: 100%;
}

label {
  cursor: pointer;
  _cursor: hand;
}

.clear_new {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    width: 100%;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.noscreen {
    display: none;
}

.label {
    display: block;
    padding-top: 10px;
}

.layout {
    border-collapse: collapse;
}

#page {
    background-image: url('/images/layout-bg.jpg');
    background-repeat: no-repeat;
    width: 983px;
    position: relative;
}

/* header -------------------------------------------------------------- */
#logo {
    display: block;
    width: 341px;
    height: 111px;
    line-height: 40px;
    position: relative;
top: 27px;
}

#logo span {
    width: 341px;
    height: 111px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/logo.jpg');
    background-repeat: no-repeat;
}

.searchBox {
    width: 180px;
    position: absolute;
    right: 13px;
    top: 57px;
    padding: 0;
    margin: 0;
}

.searchBox fieldset {
    padding: 0;
    margin: 0;
    text-align: right;
}

.searchBox .searchText {
    padding: 0px 0px 0px 0px;
    position: relative;
    top: -10px;
    border: 0;
    background: #ffffff;
    width: 142px;
}

.searchBox .searchButton {
    width: 27px;
    height: 29px;
}

/* main page ----------------------------------------------------------- */
#contentPage {
    position: relative;
    top: 23px;
}

.content {
    float: right;
    width: 763px;
    overflow: hidden;
}

.content .in {
    padding: 10px;
    min-height: 750px;
    _height: 750px;
}

.content p {
    line-height: 1.5em;
}

/* welcome ------------------------------------------------------------- */
.content .cont-left {
    float: left;
    width: 490px;
}

.content .box.searchConstruction {
    background-image: url('/images/search-box-construction.png');
    background-repeat: no-repeat;
    width: 490px;
    height: 186px;
}

.content .box.search {
    display: none;
}

.content .box.search h2 {
    background-image: url('/images/box-search-title.jpg');
    background-repeat: no-repeat;
    color: #0b293a;
    padding: 0 10px;
    margin: 0;
    height: 32px;
    line-height: 32px;
}

.content .box.search .inside {
    background-image: url('/images/box-search-bg.jpg');
    background-repeat: repeat-y;
}

.content .box.search .inside fieldset {
    background-image: url('/images/box-search-btm.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 0 3px;
}

.content .box.search .map {
    background-image: url('/images/box-search-map.jpg');
    background-repeat: no-repeat;
    background-position: 238px 0px;
    height: 137px;
    padding: 7px 10px;
}

.content .box.search label {
    display: block;
    padding-bottom: 10px;
}
.content .box.search .text {
    padding: 2px 0;
}
.content .box.search .full {
    width: 98%;
}
.content .box.search .selectbox {
    margin: 10px 8px 10px 0;
    width: 110px;
    float: left;
}
.content .box.search .selectbox.last {
    margin: 10px 0 10px 0;
}
.content .box.search .selectbox select {
    width: 100%;
    padding: 2px 0;
}
.content .box.search p {
    float: left;
    color: #134765;
    padding: 5px 0;
}
.content .box.search .submit {
    float: right;
    margin-right: 5px;
    width: 85px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    border: 0;
    background-image: url('/images/butt-search.jpg');
    background-repeat: no-repeat;
    font-size: 0.8em;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.content .worldTime {
    padding: 0px;
    margin: 10px 0px 10px 0px;
    height: 60px;
    background-image: url('/images/clock-bg.jpg');
    background-repeat: no-repeat;
}
.content h2 {
    height: 32px;
    color: #fff;
    padding: 0 10px;
    line-height: 32px;
    background-image: url('/images/content-title.jpg');
    background-repeat: no-repeat;
    position: relative;
}
.content a.archiv {
    position: absolute;
    left: 350px;
    font-weight: normal;
    color: #929ea5;
    top: 0;
}
.content a.rss {
    position: absolute;
    left: 435px;
    font-weight: normal;
    color: #929ea5;
    padding-right: 21px;
    top: 0;
    background-image: url('/images/rss.jpg');
    background-repeat: no-repeat;
    background-position: 100% 55%;
}

.articleList .columnItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
}

.articleList .columnItem.last {
    border: 0;
}

.articleList .columnItem h4 {
    display: block;
    color: #0b293a;
    padding: 0px;
    margin: 0px;
    font-size: 110%;
}

.articleList .columnItem .subtitle {
    display: block;
    margin: 5px 0px 5px 0px;
    font-style: italic;
}

.articleList .columnItem .publishDate {
    color: #f30304;
    float: right;
}

.articleList .columnItem .perexImage {
    display: block;
    float: right;
    margin: 5px 0px 0px 10px;
}

.articleList .columnItem .perex {
    margin-top: 5px;
    line-height: 1.5em;
}

h2.articleDetailSection {
    height: 32px;
    color: #ffffff;
    padding: 0 10px;
    line-height: 32px;
    background-image: url('/images/content-article-title.jpg');
    background-repeat: no-repeat;
    position: relative;
}

h2.articleDetailSection a {
    color: #ffffff;
}

.articleDetail {
    padding: 10px;
}

.articleDetail .articlePerexImage {
    float: right;
    margin: 0px 0px 10px 10px;
}

.articleDetail .publishDate {
    color: #f30304;
    padding-bottom: 2px;
    font-size: 90%;
}

.articleDetail h1 {
    padding: 5px 0px 5px 0px;
}

.articleDetail .articleText {
    line-height: 1.5em;
}

.articleDetail .subtitle {
    display: block;
    padding: 0px 0px 10px 0px;
    font-style: italic;
}

.content .cont-right {
    float: right;
    width: 240px;
}
.content .cont-right h2 {
    position: relative;
    color: #0b293a;
    margin: 0;
    background-image: url('/images/panel-content-title.jpg');
    background-repeat: no-repeat;
}
.content .cont-right h2 a {
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: normal;
    color: #929ea5;
}
.content .cont-right .box {
    background-image: url('/images/panel-content-bg.jpg');
    background-repeat: repeat-y;
    margin-bottom: 10px;
}
.content .cont-right .box .bottom {
    background-image: url('/images/panel-content-btm.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 10px;
}
.content .cont-right .box .date {
    font-weight: bold;
}
.content .cont-right .box h3 {
    color: #f30304;
    margin: 5px 0 3px 0;
}
.content .cont-right .box p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.content .cont-right .box p.last {
    border: 0;
    margin: 0;
    padding: 0;
}

/* left panel ---------------------------------------------------------- */
.panel {
    float: left;
    width: 220px;
    padding-top: 40px;
}
.panel .panelTitle {
    height: 33px;
    margin: 0;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    background-image: url('/images/panel-title.gif');
    background-repeat: no-repeat;
}
.panel .box {
    background-image: url('/images/panel-bg.jpg');
    background-repeat: repeat-y;
}
.panel .box.photogallery {
    padding: 20px 0px 20px 0px;
    text-align: center;
    background-color: White;
}
.panel .box.photogallery a {
    color: #5C7785;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    font-size: 90%;
}
.panel .box.photogallery .rotatorMultimediaPhoto {
    margin: auto;
}
.panel .box.partners {
    text-align: center;
    padding: 10px;
}
.panel .box.partners img {
    margin: 2px 0;
}
.panel .box.partners a {
    color: white;
}

.panel .box-btm {
    height: 3px;
    background-image: url('/images/panel-btm.gif');
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.panel ul {
    padding: 0 10px;
}
.panel ul li {
    border-top: 1px solid #345b71;
}
.panel ul li.first {
    border: 0;
}
.panel ul li a {
    width: 180px;
    background-image: url('/images/panel-li.jpg');
    background-repeat: no-repeat;
    background-position: 0 55%;
    padding: 10px 0 10px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.panel ul li a:hover {
    background-position: 1px 55%;
    color: #889fac;
}

/* footer -------------------------------------------------------------- */
#footer {
    position: relative;
    left: -3px;
    width: 766px;
    clear: both;
    background-image: url('/images/footer-top.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #d8f1ff;
    margin-top: 10px;
    padding-top: 5px;
}

#footer div {
    width: 740px;
    background-image: url('/images/footer-btm.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #0b293a;
    margin: 0 auto;
    padding: 10px;
}
#footer .links {
    color: #85949d;
    margin-bottom: 20px;
}
#footer .links a {
    color: #85949d;
    text-decoration: underline;
    padding: 0 1px;
}
#footer a {
    text-decoration: none;
    color: #fff;
    text-decoration: underline;
}
#footer p.flt-l {
    color: #fff;
    margin: 0;
}
#footer a:hover {
    text-decoration: none;
}
#footer a.madein {
    float: right;
    position: relative;
    top: 1px;
    right: 10px;
    text-decoration: none;
    color: #85949d;
    display: block;
    padding: 2px 20px 2px 0;
    background-position: 100% 55%;
    background-image: url('/images/st.jpg');
    background-repeat: no-repeat;
}
#footer a.madein:hover {
    color: #fff;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* schovani pred ie mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* scheduler */
.cont-left .scheduleList .scheduleItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
    line-height: normal;
}

.cont-left .scheduleList .scheduleItem.last {
    border: 0;
}

.cont-left .scheduleList .scheduleItem h2 {
    background-image: none;
    display: block;
    color: black;
    padding: 5px 0px 2px 0px;
    margin: 0px;
    line-height: normal;
    height: auto;
}

.cont-left .scheduleList .scheduleItem .scheduleDate {
    display: block;
    color: #f30304;
}

.cont-left .scheduleList .scheduleItem .scheduleDescription {
    margin-top: 5px;
    line-height: 1.5em;
}

.cont-left .scheduleList .scheduleItem .scheduleMore {
    display: block;
    float: right;
    padding-top: 10px;
}

.cont-left .scheduleList .scheduleItem .scheduleType {
    display: block;
    float: left;
    color: gray;
    padding-top: 10px;
    font-size: 90%;
}

.cont-left .scheduleList .scheduleItem .scheduleVenue {
    display: block;
    font-style: italic;
}

/* scheduler column */
.box .scheduleList .scheduleItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.box .scheduleList .scheduleItem.last {
    border: 0;
    margin: 0;
    padding: 0;
}

.box .scheduleList .scheduleItem h4 {
    margin: 5px 0 3px 0;
}

.box .scheduleList .scheduleItem .scheduleDate {
    color: #f30304;
    font-weight: normal ;
    width: 99%;
}

.box .scheduleList .scheduleItem .scheduleDescription {
    margin-top: 5px;
    line-height: 1.5em;
}

.box .scheduleList .scheduleItem .scheduleMore {
    display: block;
    float: right;
    padding-top: 10px;
}

.box .scheduleList .scheduleItem .scheduleType {
    display: block;
    color: gray;
    padding-top: 10px;
    font-size: 90%;
}

.box .scheduleList .scheduleItem .scheduleVenue {
    display: block;
    font-style: italic;
}

.filterScheduler table td {
    text-align: left;
    vertical-align: top;
}

.filterScheduler h2 {
    background-image: url('/images/box-search-title.jpg');
    background-repeat: no-repeat;
    color: #0b293a;
    padding: 0 10px;
    margin: 0;
    height: 32px;
    line-height: 32px;
}

.filterScheduler .inside {
    background-image: url('/images/box-search-bg.jpg');
    background-repeat: repeat-y;
}

.filterScheduler .inside fieldset {
    background-image: url('/images/box-search-btm.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 0 3px;
}

.filterScheduler .map {
    background-image: url('/images/box-search-map.jpg');
    background-repeat: no-repeat;
    background-position: 238px 0px;
    height: 75px;
    padding: 7px 10px;
}

.filterScheduler .label {
    display: block;
    padding: 0px 0px 5px 0px;
    font-size: 0.9em;
    color: #808080;
}

.filterScheduler .countInfo {
    display: block;
    padding-top: 15px;
    color: #003366;
    font-style: italic;
}

.filterScheduler .submit {
    float: right;
    margin: 5px 5px 0px 0px;
    width: 85px;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
    border: 0;
    background-image: url('/images/butt-search.jpg');
    background-repeat: no-repeat;
    font-size: 0.8em;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.multimediaList {
    margin-top: 10px;
    border-top: solid 1px black;
}

.multimediaList .itemMultimedia {
    text-align: center;
    padding: 10px;
}

.multimediaList .itemMultimedia .title {
    display: block;
}

.multimediaList .itemMultimedia .image {
    display: block;
    width: 152px;
    height:114px;
    border: solid 1px #DDDDDD;
    background-color: #EDEDED;
    text-align: center;
}

.downloadList {
    margin: 10px 0px 10px 0px;
    border-top: solid 1px black;
}

.downloadList td {
    padding: 5px 5px 5px 5px;
    border-bottom: dotted 1px silver;
}

.back {
    display: block;
    text-align: center;
    padding: 20px;
}


/***********************************************************************/
/****************** searchResult ***************************************/

.searchResult h2 {
    height: auto;
    color: auto;
    padding: 0px;
    margin: 0px;
    line-height: auto;
    background-image: none;
    position: relative;
}

.searchResultDescription {
    display: block;
    background-color: #FFFFCC;
    margin: 10px 5px 10px 5px;
    padding: 5px;
}


.navigation {
    text-align: center;
}

.navigation .navigationDisabled {
    text-decoration: none;
    color: Silver;
}


#supportUs .supportUsTitle {
    font-size: 1.4em;
    margin: 20px 0px 0px 0px;
    color: #005e7c;
    border-bottom: solid 1px #005e7c;
}

#supportUs h4 {margin: 15px 0px 5px 0px;}
#supportUs samp {font-family: Sans-Serif;}
#supportUs samp a:hover {color: Black; text-decoration: underline;}

#supportUs code {display: block; border: dotted 1px black; padding: 10px; background-color: rgb(240,240,240); margin-bottom: 30px;}
