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

body#capro-cz {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 1em;
  color: #585858;
  width: 930px;
  margin: 0px auto;
  background: #E6EDF1 url('/img/bg_body.png') center top repeat-y;
}

img {
  border: 0px;
  _behavior: url('/misc/pngbehavior.htc') !important; /* IE PNG alpha transparency hack */
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.clear-left {
  clear: left !important;
}

.clear-both {
  clear: both !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.non-visible {
  position: absolute !important;
  left: -3000px !important; /* pristupne aj pre hlasove citacky */
}

.hidden-text {
  /* hide text for IE and Gecko */
  font-size: 0px !important;
  letter-spacing: -99999px !important;
  text-decoration: none !important;

  /* hide text for Opera */
  overflow: hidden !important;
  text-indent: -9999px !important;
}

  .hidden-text a {
    text-decoration: none !important;
  }

.hide {
  display: none;
}

.show-important {
  display: block !important;
}

a:hover {
  text-decoration: none;
}

.no-text-transform {
  text-transform: none !important;
}


/* D E C L A R A T I O N S */


#logo a {
  position: absolute;
  display: block;
  width: 139px;
  height: 108px;
  top: 16px;
  left: 53px;
}

#logo br,
#logo span {
  display: none;
}

#slogan {
  position: absolute;
  display: block;
  width: 700px;
  height: 120px;
  top: 11px;
  right: 15px;
  background: url('/img/decoration_top_banner.jpg') left top no-repeat;
}

div#page-container {
  position: relative;
  width: 900px;
  margin: 0px auto;
  padding: 222px 15px 0px 15px;
  background: url('/img/bg_container.png') center top no-repeat;
}

/* main menu */

ul#page-menu {
  position: absolute;
  top: 138px;
  left: 37px;
  height: 40px;
  width: 900px;
}

  ul#page-menu li {
    float: left;
    position: relative;
    list-style: none;
  }

    ul#page-menu li a {
      position: relative;
      display: block;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: bold;
      line-height: 42px;
      text-decoration: none;
      padding-left: 18px;
      margin-right: 17px;
      background: url('/img/bullet_orange.png') left 19px no-repeat;
    }

    ul#page-menu li a:hover {
      color: #1C2463;
    }

/* footer */

div#page-footer {
  position: relative;
  clear: both;
  width: 930px;
  height: 96px;
  margin: 0px auto;
  background: #E6EDF1 url('/img/bg_footer.png') center top no-repeat;
}

  div#page-footer p {
    position: relative;
    font-size: 0.7em;
    line-height: 57px;
    color: #FFFFFF;
    text-align: center;
  }

    div#page-footer p a {
      text-decoration: none;
      color: #FFFFFF;
    }

    div#page-footer p a:hover {
      text-decoration: underline;
    }

/* page navigation */

div#page-navigation {
  position: absolute;
  top: 183px;
  left: 225px;
}

  #page-navigation h5 {
    float: left;
    color: #FFFFFF;
    font-size: 0.75em;
    text-transform: lowercase;
    margin-right: 8px;
  }

  #page-navigation ul {
    float: left;
  }

    #page-navigation ul li {
      float: left;
      list-style: none;
      color: #FFFFFF;
      font-size: 0.75em;
    }

      #page-navigation ul li a {
        display: block;
        float: left;
        color: #FFFFFF;
        padding-right: 9px;
        margin-right: 5px;
        background: url('/img/bullet_slash.png') right 4px no-repeat;
      }

/* columns */

div#main-column {
  position: relative;
  width: 900px;
}

  div#left-column {
    float: left;
    width: 195px;
  }

  div#right-column {
    position: absolute;
    top: 222px;
    right: 15px;
    width: 250px;
  }

/* columns children */

#main-column h1 {
  position: absolute;
  top: -42px;
  left: 10px;
  line-height: 22px;
  font-size: 0.75em;
  color: #FFFFFF;
}

h2 {
  clear: both;
  height: 26px;
  line-height: 26px;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 1px;
}

#main-column h2 {
  width: 443px;
}

#left-column h2 {
  width: 193px;
}

#right-column h2 {
  width: 248px;
}

#main-column h3 {
  font-size: 0.95em;
  color: #1C2463;
  padding: 10px 0px;
}

#main-column h4 {
  font-size: 0.8em;
  color: #FF9221;
  padding: 10px 0px;
}

h2.orange {
  color: #2B3061;
  border-left: 1px solid #E8B700;
  border-right: 1px solid #E8B700;
  background: url('/img/bg_title_orange.png');
}

h2.sky-blue {
  color: #FFFFFF;
  border-left: 1px solid #2E93C9;
  border-right: 1px solid #2E93C9;
  background: url('/img/bg_title_skyblue.png');
}

h2.big {
  width: 898px !important;
}

h2.middle {
  width: 655px !important;
}

h2.olive {
  color: #293166;
  border-left: 1px solid #AEC73A;
  border-right: 1px solid #AEC73A;
  background: url('/img/bg_title_olive.png');
}

h2.blue {
  color: #FFFFFF;
  border-left: 1px solid #10174C;
  border-right: 1px solid #10174C;
  background: url('/img/bg_title_blue.png');
}

  h2.blue a {
    color: #FFFFFF;
    text-decoration: none;
  }

  h2.blue a:hover {
    text-decoration: underline;
  }

h2.green {
  color: #F4FAF6;
  border-left: 1px solid #388555;
  border-right: 1px solid #388555;
  background: url('/img/bg_title_green.png');
}

h2.red {
  color: #FFFFFF;
  border-left: 1px solid #BB1302;
  border-right: 1px solid #BB1302;
  background: url('/img/bg_title_red.png');
}

#page-container p,
#main-column table {
  position: relative;
  font-size: 12px;
  line-height: 1.3em;
  padding-bottom: 7px;
}

  #main-column table {
    border-collapse: collapse !important;
    border: 1px solid #C5D4DC !important;
    border-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

    #main-column table p {
      font-size: 12px !important;
      line-height: 1em !important;
      padding-bottom: 0px !important;
    }

    #main-column table td a {
      color: #dc2b19;
    }

    #main-column table th {
      color: #FFFFFF;
      padding: 5px;
		background: #55BAF0 url(/img/bg_table_header.png) no-repeat right top;
    }

      #main-column table th a {
        color: #FFFFFF;
      }

    #main-column table .odd {
      background: #E8F7FE;
    }

      #main-column table td {
        padding: 5px;
      }

#main-column address {
  font-style: normal;
}

#main-column ul {
  position: relative;
  padding-bottom: 15px;
}

  #main-column li,
  #right-column li {
    font-size: 0.75em;
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-left: 12px;
  }

  #main-column ul li,
  #right-column ul li {
    list-style: none;
    background: url('/img/bullet_orange.png') 0px 5px no-repeat;
  }

  #main-column ol li {
    margin-left: 19px !important;
    padding-left: 0px !important;
  }

  #page-container p strong,
  #main-column li strong {
    color: #000000;
  }

  #page-container p a,
  #main-column a strong,
  #main-column li a,
  #main-column dd a,
  #right-column li a {
    color: #DC2B19;
  }

  #page-container p.olive-bottom {
    padding-top: 7px;
  }
  #page-container p.olive-bottom a {
    color: #469C66;
    text-decoration: none;
  }
  #page-container p.olive-bottom a.olive-more {
    background-image: url('/img/arrow_olive.png');
  }

  #page-container p.olive-bottom .datum {
    color: #469C66;
    font-size: 0.8em;
  }

/* next, back, more */

.next {
  color: #1C2463 !important;
  padding-right: 15px;
  background: url('/img/arrow_blue.png') right 3px no-repeat;
}

.back {
  color: #DC2B19 !important;
  padding-left: 15px;
  background: url('/img/arrow_red_back.png') left 3px no-repeat;
}

.more {
  color: #DC2B19 !important;
  padding-right: 15px;
  background: url('/img/arrow_red.png') right 3px no-repeat;
}

/* bordered box */

.gray-border {
  position: relative;
  width: 860px;
/*  width: 660px; */
  padding: 15px 19px;
  margin-bottom: 5px;
  border: 1px solid #C5D4DC;
}

.gradient {
  background: url('/img/gradient_box.png') left top repeat-x;
}

#left-column .gray-border {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 183px;
}

#right-column .gray-border {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 238px !important;
}

.orange-bottom {
  background: url('/img/bg_line_orange.png') right bottom no-repeat;
}

.red-bottom {
  background: url('/img/bg_line_red.png') right bottom no-repeat;
}

.olive-bottom {
  background: url('/img/bg_line_olive.png') right bottom no-repeat;
}

.orange-button {
  padding-bottom: 35px;
  background: url('/img/bg_more_orange.png') right bottom no-repeat;
}

.olive-button-big {
  padding-bottom: 35px;
  background: url('/img/bg_more_olive_big.png') right bottom no-repeat;
}

.olive-button-small {
  padding-bottom: 35px;
  background: url('/img/bg_more_olive_small.png') right bottom no-repeat;
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.olive-more,
.red-more {
  display: block;
  font-weight: bold !important;
  padding-right: 15px;
  margin-bottom: -10px;
  background: url('/img/arrow_red.png') right 3px no-repeat;
}

.red-button {
  display: block;
  width: 95px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px !important;
  border-left: 1px solid #BB1302 !important;
  border-right: 1px solid #BB1302 !important;
  background: url('/img/bg_title_red.png') top right;
}

.archiv {
  display: block;
  margin-top: 10px;
}

#left-column button,
#right-column button,
.more-bottom {
  position: absolute;
  bottom: 4px;
  right: 25px;
  color: #FFFFFF !important;
  font-size: 0.7em !important;
  text-align: right;
  text-transform: lowercase;
  text-decoration: underline;
  border: none;
  background: none;
  margin: 0px !important;
  cursor: pointer;
}

#send-catalog {
  border: 1px solid #BB1302;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
#send-catalog h2 {
  background:transparent url('/img/bg_title_orange_send.png') no-repeat left top;
  height: 29px;
  padding-top: 7px;
  width: 191px;
}

#left-column button:hover,
#right-column button:hover {
  text-decoration: none;
}

/* user */

#user {
  display: block;
  height: 24px;
  line-height: 24px !important;
  padding-left: 35px;
  background: url('/img/icon_user.png') left top no-repeat;
}

/* formulars */

label {
  color: #6E6E6C;
  font-weight: bold;
  font-size: 0.7em;
  text-transform: lowercase;
}

  label input,
  label select {
      text-transform: none;
  }

input {
  display: block;
  height: 20px;
  margin-bottom: 3px;
  border: 1px solid #C5D4DC;
  background: url('/img/gradient_input.png') left top repeat-x;
}

input[type="hidden"] {
  display: none; /* FF hack */
}

select {
  display: block;
  margin-bottom: 3px;
  border: 1px solid #C5D4DC;
  background: #FFFFFF url('/img/gradient_input.png') left top repeat-x;
}

#right-column input,
#right-column select,
#left-column input,
#left-column select {
  width: 99%;
}

textarea {
  display: block;
  width: 99%;
  height: 20px;
  margin-bottom: 3px;
  border: 1px solid #C5D4DC;
  background: url('/img/gradient_input.png') left top repeat-x;
}

/* slider */

p#slider {
  display: block;
  clear: both;
  width: 638px;
  height: 26px !important;
  line-height: 25px !important;
  font-size: 0.7em !important;
  text-align: right;
  padding: 0px 10px !important;
  margin: 10px auto !important;
  border-right: 1px solid #AEC73A;
  border-left: 1px solid #AEC73A;
  background: url('/img/bg_title_olive.png') right top no-repeat;
}

  #slider label {
    float: left;
    color: #293166 !important;
    font-size: 1em;
    font-weight: normal !important;
    text-align: left;
    margin-right: 6px;
  }

  #slider input {
    float: left;
    margin: 4px 5px 0px 0px;
  }

  #slider input#slider_strana {
    width: 22px;
    height: 16px;
    line-height: 16px;
    font-size: 11px !important;
    text-align: center;
  }

  #slider input#slider_go {
    border: 0px !important;
    margin-top: 4px;
    width: 24px;
    height: 18px;
  }

  #slider .separator {
    color: #AEC73A;
  }

  #slider a.slider-next,
  #slider a.slider-previous {
    color: #293166;
  }

  #slider a.slider-next:hover,
  #slider a.slider-previous:hover {
    text-decoration: none;
  }

  #slider span.slider-next,
  #slider span.slider-previous {
    color: #AEC73A !important;
  }

/* table zajezdy */

#vysvetlivky {
  position: relative;
  display: block;
  font-size: 0.7em;
  text-align: right;
}

  #vysvetlivky img {
    position: relative;
    top: 4px;
  }

.table-zajezdy {
  position: relative;
  width: 99.7%;
  margin: 45px 0px 15px 0px;
  border: 1px solid #C5D4DC;
}

  .table-zajezdy span.head {
    position: absolute;
    display: block;
    top: -42px;
    left: -1px;
    width: 100%;
    height: 40px;
    border-left: 1px solid #2E93C9;
    border-right: 1px solid #2E93C9;
    background: #55BAF0 url('/img/bg_table_header.png') right top repeat-y;
  }

  .table-zajezdy #slider {
    width: 93%;
  }

  #main-column .table-zajezdy table {
    top: -42px;
    width: 100%;
    margin-bottom: -42px;
    border: 0px !important;
    border-collapse: collapse !important;
  }

    #main-column .table-zajezdy table th {
      color: #FFFFFF;
      text-align: left;
      padding: 5px 3px;
      background: none !important;
    }

    td.cell-dnu-noci,
    th.cell-dnu-noci {
        padding: 5px 20px 5px 10px !important;
    }
    th.cell-dnu-noci,
    th.cell-cena {
      text-align: center !important;
    }

    th.big {
        width: 80px;
    }

    th.bigest {
        width: 100px;
    }

    .cell-program p{
        text-align: left !important;
    }

    .cell-akce {
      padding: 5px 3px !important;
      width: 16px;
    }

    .cell-info {
      width: 50px;
    }

