html {
  height: 100%;
}

body {
  font-family: Arial;
  font-size: 0.72em;
  line-height: 150%;
  color: #000;
  background: #fcf1d2 url(../images/body_bg.jpg) top repeat-x;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
 
a { 
  color: #000;
  text-decoration: underline;
}
  a:hover {
    color: #a60000;
    text-decoration: underline;
  }
h1, .h1 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
  h1 a, .h1 a {

  }
  h1 a:hover, .h1 a:hover {

  }
h2, .h2 {
  margin: 0px;
  padding: 15px 0px 5px 0px;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
}
  h2 a, .h2 a {
    text-decoration: none;
  }
  h2 a:hover, .h2 a:hover {
    text-decoration: underline;
  }
h3, .h3 {
  font-weight: bold;
  margin: 0px;
  padding: 10px 0 5px;
  font-size: 110%;
}
  h3 a, .h3 a {

  }
  h3 a:hover, .h3 a:hover {

  }
h4, .h4 {
  font-weight: bold;
  margin: 0px;
  padding: 5px 0 3px;
  font-size: 100%;
}

p {
  margin: 0px;
  padding: 5px 0 5px;
}
sup {
  line-height: 10px;
}

ul {
  margin: 0px 0px 10px;
  padding: 0px;
  list-style-type: none;
}
  ul li {
    margin: 0px;
    padding: 0 0 0 15px;
    background: url(../images/ul_li.gif) left 5px no-repeat;
    overflow: auto;
  }
    ul li h3 {
      padding: 0px;
    }

ol {
  margin: 0 0 0 20px;
  padding: 5px 0;
}
  ol li {
    padding: 0 0 0 5px;
  }

table {
  width: 100%;
  border: none;
  border-spacing: 1px;
}
  table tr {
    width: 100%;
  }
    table tr th {
      text-align: left;
      background: #eee2be;
      padding: 0 10px;
    }
    table tr td {
      vertical-align: top;
    }
      table tr td p {

      }
  
fieldset {
  background: #eee2be;
  padding: 10px;
}
label {
  display: inline-block;
  width: 150px;
  line-height: 25px;
}

img {
  border: none;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}

.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}

.shown {
  display: block;
}
.hidden {
  display: none;
}

.yellow {
  color: #FFCC00;
}
.white {
  color: #FFF;
}

.button {
  display: inline-block;
  background: #eee2be;
  color: #000;
  width: 154px;  
  height: 31px;
  line-height: 31px;
  text-align: center;
  border: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
}
  .button:hover {
    background: #AAA;
    color: #000;
  }
.input_text {
  border: 1px solid #888;
  width: 189px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  padding: 0 5px;
  margin: 0 10px 10px 0;
  color: #a39a8a;
  font-size: 12px;
  font-family: Arial;
  background: #FFF;
}
.input_text.last{
  margin: 0 0 10px 0;
}

.textarea {
  border: 1px solid #888;
  width: 410px;
  height: 70px;
  padding: 5px;
  margin: 0 0 5px;
  overflow: auto;
  color: #a39a8a;
  font-family: Arial;
  font-size: 12px;
  background: #FFF;
}

.text_1 {
  width: 150px;
}

#layout {
  width: 100%;
  height: 100%;
  border-spacing: 0px;
}
  #layout #first_td {
    width: 50%;
    padding: 0px;
    background: url(../images/left_td_bg.jpg) right top no-repeat;
  }
  #layout #second_td {
    width: 995px;
    vertical-align: top;
    background: #FFF;
    padding: 0px;
  }
  #layout #third_td {
    width: 50%;
    padding: 0px;
    background: url(../images/right_td_bg.jpg) left top no-repeat;
  }

#page {
  margin: 0px auto;
  padding: 0 0 20px;
  width: 995px;
  margin: 0px auto;
}


/* Header */
#header {
  height: 310px;
  margin: 0px;
  position: relative;
  /*background: url(../images/header_bg.jpg) right top no-repeat;*/
}
  #header_content {
    position: relative;
    width: 995px;
    height: 100%;    
    margin: 0px auto;
  }
  #logo {
    position: absolute;
    left: 0px;
    display: block;
    width: 492px;
    height: 180px;
    top: 60px;
    left: 0px;
    background: url(../images/logo_bg.png) no-repeat;
    z-index: 10;
  }

  #header_navigation {
    position: absolute;
    right: 20px;
    top: 0px;
  }
  #lang_navigation {
    position: absolute;
    left: 75px;
    top: 155px;
    z-index: 10;
  } 

  #main_navigation {
    position: absolute;
    top: 18px;
    left: 0px;
    font-size: 14px;
    font-weight: bold;
  }
		#main_navigation ul {
		  list-style: none;
		  margin: 0px;
		  padding: 0px;
      height: 30px;
		}
		#main_navigation ul li {
			display: block;
			float: left;
			background: none;
			padding: 0px;
			margin: 0px;
      height: 53px;
		}
			#main_navigation a {
        position: relative;
				display: block;
        float: left;
				text-align: left;
				height: 30px;
        line-height: 30px;
 				padding: 0 14px;
        margin: 0 5px;
        color: #FFF;
        text-transform: uppercase;
		    text-decoration: none;
        background: #63A0A1;
			}
			#main_navigation a.last {

			}      
			#main_navigation a.active {
        color: #a60000;
			}			
			#main_navigation a:hover { 
        color: #a60000;
        text-decoration: underline;
			}

  #teaser {
    position: absolute;
    width: 100%;
    height: 250px;
    overflow: hidden;
    top: 60px;
    left: 0px;
  }
    #teaser_left_prechod {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 20;
      width: 55px;
      height: 100%;
      background: url(../images/teaser_left_prechod.png) repeat-y;
    }
    #teaser_right_prechod {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 20;
      width: 55px;
      height: 100%;
      background: url(../images/teaser_right_prechod.png) repeat-y;
    }
    
    #teaser_content {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
    }
  
    #teaser img {
      position: absolute;
      left: 0px;
      top: -20px;
    }

/* main, obsah */
#main {
  position: relative;
  z-index: 10;
  padding: 20px 15px;
}

  .first_column {
    width: 730px;
    float: right;        
  }
  .right_column {
    width: 215px;
    min-height: 700px;
    float: left;
    background: url(../images/tree_navigation_bg.png) no-repeat;
  }
  
  #tip {
    background: url(../images/tip_bg.gif) no-repeat;
    padding: 7px 0;
    margin: 15px 0 0 0;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    min-height: 30px;
  }
  #tip #tip_image {
    float: left;
    margin: 0 15px 0 0;
  }
  
  

    .html_content {

    }
    .html_content img {
      border: 5px solid #FFF;
    }
    .html_content p {
      padding: 5px 0 5px;
      margin: 0px;
    }
    .html_content table {
      padding: 0px 0 10px;
      margin: 0px;
      border: none;
    }
      .html_content table td {
        border: none;
      }
      .html_content table th {
        border: none;
      }

    .html_content .download-link img{      
      margin: 0 0 0 5px;
    }
    .html_content img.fright {      
      margin: 0 0 10px 10px;
    }
    .html_content img.fleft {      
      margin: 0 10px 10px 0;
    }

    .html_content ul {
      margin: 5px 0;
      padding: 5px 0 0 5px;
      list-style-type: none;
      background: url(../images/ul_bg.png);
    }
      .html_content ul li {
        margin: 0px;
        padding: 1px 0 1px 15px;
        background: url(../images/ul_li.gif) left 5px no-repeat;
        overflow: auto;
      }

#tree_navigation {
  padding: 7px 5px;
  font-size: 16px;
}
  #tree_navigation ul {
    background: none;
    margin: 0px;
    padding: 0px;
  }
  #tree_navigation ul li {
    background: none;
    margin: 0px;
    padding: 0px;
  }
    #tree_navigation ul li a {
      display: block;
      padding: 4px 5px;
      margin: 0 0 1px;
      background: #decd9c;
      text-decoration: none;
      font-weight: bold;
      color: #282828;
    }
    #tree_navigation ul li a:hover {
      background: #decd9c;
    }
    #tree_navigation ul li a.selected {
      background: #decd9c;
      color: #a60000;
    }
    #tree_navigation ul li ul {
    
    }
      #tree_navigation ul li ul li {

      }
        #tree_navigation ul li ul li a {
          padding: 3px 5px;
          background: #F7F9FC;
          border: 1px solid #DDD;
          font-weight: normal;
        }
        #tree_navigation ul li ul li a:hover {
          background: #DDD;
          border: 1px solid #F7F9FC;
        }

    #tree_navigation ul li ul li ul {

    }
      #tree_navigation ul li ul li ul li {

      }
        #tree_navigation ul li ul li ul li a {
          font-size: 14px;
          padding: 3px 5px 3px 20px;
          background: #F7F9FC url(../images/ul_li.gif) 5px center no-repeat;
          border: 1px solid #DDD;
          font-weight: normal;
        }
        #tree_navigation ul li ul li ul li a:hover {
          background: #DDD url(../images/ul_li.gif) 5px center no-repeat;
        }        
        

#footer {
  position: relative;
  margin: 0px auto;
  padding: 20px 0 20px 0;  
  text-align: right;
  line-height: normal;
  color: #AAA;
  font-size: 95%;
}
  #footer a {
    color: #AAA;
    text-decoration: underline;
  }
  #footer a:hover {
    color: #a60000;
  }

  .quot {
    background: url(../images/quot.png) left 5px no-repeat;
    border-bottom: 1px solid #C0C0C0;
    text-align: left;
    color: #000;
    font-size: 12px;
    padding: 0 0 10px 60px;
    margin: 0 0 15px;
  }

  .footer_item {
    position: relative;
    width: 210px;
    float: left;
    z-index: 10;
    text-align: left;
  }

#teaser_small {
  width: 455px;
  margin: 0 20px 0 0;
  float: left;
}

#right_column {
  width: 420px;
  float: right;
}

#rozcestnik {
  
}
  .rozcestnik_item {
    background: #eee2be;
    padding: 0 15px;
    width: 715px;
    margin: 0 0 5px -15px;
    
  }
    .rozcestnik_item .image_container {
      display: block;
      float: right;
      margin: 15px 0 15px 15px;
      width: 205px;
      height: 205px;
      background: #FFF;
      padding: 5px;
      text-align: center;
    }
    .rozcestnik_item .image_container img {
      margin: 0px;
      padding: 0px;
      border: none;
    }
    .vice_informaci {
      display: inline-block;
      background: url(../images/ul_li.gif) left center no-repeat;
      padding: 0 0 0 15px;
      margin: 0 0 15px;
    }

.prispevek {
  margin: 0 0 10px;
}
  .prispevek .head {
    padding: 5px;
    background: #eee2be;
  }


.breadcrumbs {
  margin: -5px 0 10px 0;
  padding: 5px 0 0 0;
  font-size: 95%;
  color: #888;
  border-top: 1px solid #C0C0C0;
}
  .breadcrumbs a {
 
  }

.print_full_galerie {
  margin: 15px 0 10px;
}
  .print_full_galerie a {
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    width: 170px;
    height: 110px;
    background: #FFF;
    padding: 2px;
    text-align: center;
  }
  .print_full_galerie a.last {
    margin: 0 0 5px 0;
  }
  .print_full_galerie img {
    display: inline;
    vertical-align: middle;
    line-height: 120px;
  }

.soubory_full {
  margin: 15px 0 0 0;
}
  
#dotaz_form {
  float: right;
}  

.dotaz_content {

}
.input_cont {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
.input_cont.last {
  margin: 0px;
}
  .input_cont label {
    width: 200px;
  }
.input_cont.long {
  width: 400px;
}
  .input_cont.long label {
    width: 400px;
  }


.form_error {
  color: #F00;
}

/* box pro hlášky */
.message {
  background: none;
  color: #000!important;
  border: 1px solid #0e9600;
  display: block;
  padding: 5px 10px!important;
  margin: 10px 0!important;
}
.message_red {
  background: #ffbfbf;
  color: #000!important;
  border: 1px solid #a10000;
  display: block;
  padding: 5px!important;
  margin: 10px 0;
}
.message_tip {
  background: #ffdb95;
  color: #000!important;
  border: 1px solid #ffa85a;
  display: block;
  padding: 5px!important;
  margin: 10px 0;
}
  .message_red h3 {
    color: #000;
    padding: 0px;
  }
  .message_red ul {
    background: none;
    padding: 0px;
    margin: 0px;
  }

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position: absolute;
  z-index: 10;
  background-color: #000;
  display: none;
  left: 0px;
  top: 0px;
}
 
#PagerId {

}

/* PAGER */
.PagerClass {
  margin: 5px 0 15px;
}
.PagerClass a, .PagerClass span {
   z-index: 100;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  line-height: 27px;
  font-size: 100%;
  
  color: #777777;
  text-decoration: none;
}
.PagerClass a {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  line-height: 27px;
  font-size: 100%;
  
  color: #ED1973;
  text-decoration: none;
}
  .PagerClass a:hover {
    text-decoration: underline;
    color: #F00;
  }
.PagerClass span.actual {
  width: 8px;
  color: #CCC;
}

/* předchozí a další*/
.PagerClass a.next {
  padding: 0px;
  width: 78px;
  height: 27px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background: url(../images/button_bg.png) right no-repeat;
}
  .PagerClass a.next:hover {
    color: #F00;
  }
.PagerClass a.previous {
  padding: 0px;
  width: 78px;
  height: 27px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  background: url(../images/button_bg.png) right no-repeat;
}
  .PagerClass a.previous:hover {
    color: #F00;
  }
.PagerClass span.next {
  padding: 0 15px 0 0;
  background: url(../images/next.gif) right no-repeat;
  display: none;
}
.PagerClass span.previous {
  padding: 0 0 0 15px;
  text-align: right;
  display: none;
  background: url(../images/previous.gif) left no-repeat;
}

/* první a poslední */
.PagerClass a.first {
  width: 14px;
  background: url(../images/first_disabled.gif) center no-repeat;
}
  .PagerClass a.first:hover {
    background: url(../images/first_disabled.gif) center no-repeat;
  }
.PagerClass a.last {
  width: 14px;
  background: url(../images/last_disabled.gif) center no-repeat;
}
  .PagerClass a.last:hover {
    background: url(../images/last_disabled.gif) center no-repeat;
  }

.PagerClass span.first {
  width: 14px;
  background: url(../images/first.gif) center no-repeat;
}
.PagerClass span.last {
  width: 14px;
  background: url(../images/last.gif) center no-repeat;
}