body {
  background: #F5EDE0 url(../images/body_bg.gif) repeat-x;
  font-family: Arial;
  font-size: 0.72em;
  padding: 0;
  margin: 0;
  color: #401A0F;
}

/* obecné elementy */
h1 {
 
}
  h1 a {
    text-decoration: none;
  }
h2 {
  
}
  h2 a {
    text-decoration: none;
  }
h3 {
  color: #CD6D16;
}
  h3 a {
    text-decoration: none;
  }
h4 {
 
}
p {
  margin: 0px;
  padding: 0 0 10px;
}
a {
  color: #FFF;
}
  a:hover {
    color: #CD6D16;
  }
img {
  border: none;
}
fieldset {
  border: none;
  margin: 0px;
  background: #F6EDDB;
  padding: 15px;
  
}
  fieldset input {
    margin: 0 0 10px;
  }
table {
  font-size: 100%;
}
form {

}

/* formátování textu */
.strong {
  font-weight: bold;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.medium {
	font-size: 155%;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 0;
	line-height: 125%;
}
.large {
  font-size: 200%;
}

.orange {
  color: #cd6d16;
}

.button {
  display: inline-block;
  width: 139px;
  height: 36px;
  border: none;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #FFF!important;
  text-decoration: none;
  background: url(../images/button.gif) no-repeat;
}
  .button:hover {
    color: #D37F33!important;
  }
.button_medium {
  display: inline-block;
  width: 170px;
  height: 36px;
  border: none;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #FFF!important;
  text-decoration: none;
  background: url(../images/button_medium.gif) no-repeat;
}
  .button_medium:hover {
    color: #D37F33!important;
  }

.button_var {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 12px;
  text-decoration: none;
  text-align: center;
  color: #FFF!important;
  background: url(../images/button_center.gif) repeat-x;
}
  .button_var:hover {
    color: #D37F33!important;
  }
  .button_left {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 6px;
    height: 36px;
    vertical-align: middle;
    background: url(../images/button_left.gif) left top no-repeat;
  }
  .button_center {

  }
  .button_right {
    position: absolute;
    right: -1px;
    top: 0px;
    display: block;
    width: 6px;
    height: 36px;
    vertical-align: middle;
    background: url(../images/button_right.gif) right top no-repeat;
  }


/* floatování a clearer */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}

.text_content {
  padding: 0 15px 10px;
}

/* základní layout */
#page {
  width: 902px;
  padding: 0 48px;
  margin: 0px auto;
  background: url(../images/page_bg.gif) top no-repeat;
}
  #header {
    position: relative;
    height: 181px;
  }
  #logo {
    position: absolute;
    height: 96px;
    top: 39px;
    left: 17px;
    width: 168px;
  }
    /* hlavní navigace */
    #main_navigation {
      position: absolute;
      height: 30px;
      line-height: 30px;
      bottom: 2px;
      padding: 0 5px;
      color: #FFF;
      width: 892px;
      margin: 0px auto;
      background: #2F140B;
    }
      #main_navigation a {
        display: inline-block;
        height: 30px;
        padding: 0 5px;
        text-decoration: none;
      }
      #main_navigation a:hover {
        color: #CD6D16;
      }
    /* přepínání jazyků */
    #lang_navigation {
      position: absolute;
      height: 25px;
      right: 95px;
      bottom: 0px;
    }
      #lang_navigation a {
        margin: 0 10px 0 0;
        text-decoration: none;
      }
      #lang_navigation a img {
        vertical-align: middle;
      }

    /* navigace z mapou stránek, přidáním do oblíbených atp... */
    #support_navigation {
      position: absolute;
      height: 25px;
      right: 10px;
      bottom: 0px;
    }
      #support_navigation a img {
        vertical-align: middle;
      }

    /* vyhledávací formulář */
    #search_form {
      position: absolute;
      top: 10px;
      right: 0px;
    }
    
    /* facebook, twitter, zaslání newsletteru */
    #header_icons {
      position: absolute;
      right: 10px;
      bottom: 35px;
    }
    #send_newsletter {
      display: inline-block;
      position: relative;
      width: 99px;
      height: 35px;
    }
      #send_newsletter span {
        width: 99px;
        height: 35px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../images/send_newsletter_hover.gif) -40 no-repeat;  
      }
      #send_newsletter:hover span {
        background: url(../images/send_newsletter_hover.gif) no-repeat;
      }
    #twitter {
      display: inline-block;
      position: relative;
      width: 33px;
      height: 35px;
    }
      #twitter span {
        width: 33px;
        height: 35px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../images/twitter_hover.gif) -40 no-repeat;  
      }
      #twitter:hover span {
        background: url(../images/twitter_hover.gif) no-repeat;
      }
    #facebook {
      display: inline-block;
      position: relative;
      width: 33px;
      height: 35px;
    }
      #facebook span {
        width: 33px;
        height: 35px;
        position: absolute;
        left: 0px;
        top: 0px;   
        background: url(../images/facebook_hover.gif) -40 no-repeat;  
      }
      #facebook:hover span {
        background: url(../images/facebook_hover.gif) no-repeat;  
      }
  
  #main_home {
    font-size: 110%;
    background: url(../images/main_home_bg.gif) right repeat-y;
    border-bottom: 2px solid #FFF;
  }
    #main_home h1 {
      margin: 15px 0 0;
    }
    .left_half {
      float: left;
      background: #401A0F;
      color: #FFF;
      width: 450px;
      border-right: 2px solid #FFF;; 
    }
      h2.teaser {
        border: none;
        padding: 0px;
        margin: 0px;
      }
      h2 a.teaser {
        display: inline;
        border: none;
        padding: 0 0 0 15px;
        height: 40px;
        line-height: 40px;
      }
        h2 a.teaser:hover {
 
        }
      .teaser {
        border-bottom: 2px solid #FFF;
        display: inline-block;
      }
      .teaser img {
        display: inline-block;
      }

    .right_half {
      float: right;
      color: #37190e;
      width: 450px;
      background: #e8d9a7;
    }
      .teaser_right_1 {
        width: 224px;
        float: left;
        padding: 0px;
        border-right: 2px solid #FFF;
      }
        .teaser_right_1 .h2 {
          display: block;
          font-size: 17px;
          margin: 0px;
          background: #401A0F;
        }
        .teaser_right_1 .h2 a{
          padding: 0 0 0 15px;
          height: 40px;
          line-height: 40px;
          text-decoration: none;
        }
        .teaser_right_1 img {
          display: block;
        }

      .teaser_right_2 {
        width: 224px;
        float: left;
        padding: 0px;
      }
        .teaser_right_2 .h2 {
          display: block;
          background: #401A0F;
          font-size: 17px;
          margin: 0px; 
        }
        .teaser_right_2 .h2 a{
          padding: 0 0 0 15px;
          height: 40px;
          line-height: 40px;
          text-decoration: none;
        }
        .teaser_right_2 img {
          display: block;
        }

    .right_half h3 {
      margin-top: 0px;
    }

    .novinky_titul {
      padding: 15px;
      border-top: 2px solid #FFF;
      border-bottom: 2px solid #FFF;
      background: #FFF;
    }
      .novinky_titul a {
        color: #37190e;
      }
        .novinky_titul a:hover {
          color: #CD6D16;
        }
  #main {
    width: 902px;
    overflow: hidden;
    background: url(../images/main_bg.gif) repeat-y;
    font-size: 110%;
    padding: 0px;
    border-bottom: 2px solid #FFF;
  }
    #first_column {
      overflow: hidden;
      width: 224px;
      float: left;
      margin: 0 2px 0 0;
    }
      #min_height {
        height: 300px;
      }
    #second_column {
      overflow: hidden;
      padding: 0 15px 15px;
      width: 430px;
      float: left;
      /*background: #E8D9A7;*/
    }
    #second_column_wide {
      overflow: hidden;
      padding: 15px 15px 0 15px;
      width: 645px;
      float: left;
    }
    .second_column_wide {
      padding: 0 0 0 0;
      width: 675px;
      float: left;
      overflow: hidden;
    }

      #second_column_wide a {
        color: #cd6d16;
      }
      #second_column_wide a:hover {
        color: #000;
      }
    #second_column table {
      width: 430px;
    }
    .nadpis {
      margin: 0 0 10px;
    }
      #second_column a {
        color: #cd6d16;
      }
      #second_column a:hover {
        color: #000;
      }

    .breadcrumbs {
      margin: 0 0 10px 0;
    }
    .w676 {
      margin: 0 0 10px -15px;
    }
    #third_column {
      overflow: hidden;    
      float: right;
      width: 185px;
      padding: 0px 15px 15px;
      /*background: #E8D9A7;*/
    }
    
  #footer_top {
    margin: 0 0;
    padding: 10px;
    background: #2A130B url(../images/footer_top_bg.gif) bottom no-repeat;;
  }
  #footer {
    padding: 10px;
  }
    #footer a {
      color: #5b1b00;
    }
    #footer p {
      padding: 0 0 5px;
    }
    
#side_navigation {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0px;
  overflow: hidden;
}
  #side_navigation ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
  }
    #side_navigation ul.selected {
    
    }
    #side_navigation ul.level_1 a {
      margin: 0 0 0 15px;
    }
    #side_navigation ul.level_2 a {
      margin: 0 0 0 30px;
    }
    #side_navigation ul.level_3 a {
      margin: 0 0 0 45px;
    }
    #side_navigation ul.level_4 a {
      margin: 0 0 0 60px;
    }

      #side_navigation ul li {
        display: block;
        padding: 0 0 0 0px;
        margin: 0 0 0 0px;
        list-style-type: none;
        list-style-image: none;
      }
        #side_navigation ul li.selected a {
          color: #FFF;
        }
        #side_navigation ul.selected a {
          color: #FFF;
        }
          #side_navigation ul li a {
            color: #B86112;
            display: block;
            padding: 5px 10px 5px 20px;
            background: url(../images/li_bullet.gif) 9px 8px no-repeat;
            text-decoration: none;
          }
          #side_navigation ul li a.plus {
            background: url(../images/li_bullet.gif) 9px 8px no-repeat;
          }
          #side_navigation ul li a.minus {
            background: url(../images/li_bullet.gif) 9px 8px no-repeat;
          }
          #side_navigation ul li a.selected {
            color: #FFF;
            font-weight: bold;
            text-decoration: underline;
          }

/* seynam podstránek */
table.children_list {
  width: auto!important;
}
table.children_list td {
  background: none!important;
}
/* clanky, novinky*/
.clanky_short_titul {
  margin: 8px 0;
}

/* galerie */
.print_full_galerie {

}
  .print_full_galerie img {
    margin: 0 0 12px 0;
    padding: 4px;
    border: 4px solid #C7AC92;
  }
  .print_full_galerie a:hover img {
    margin: 0 0 12px 0;
    padding: 4px;
    border: 4px solid #CD6D16;
  }
/* vyhodnocení formuláře, chybová hláška, alert*/
#over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background:  url(../images/blackdot.gif);
}
  #ok {
    line-height: 16px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -80px;
    width: 160px;
    color: #FFF;
    padding: 160px 20px 20px;
    z-index: 200;
    background: #38943b url(../images/info.gif) 50% 15% no-repeat;
  }
    #ok p {
      line-height: 16px;
      text-align: center;      
    }
  #false {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -80px;
    width: 200px;
    color: #FFF;
    padding: 160px 20px 20px;
    z-index: 200;
    background: #FF0000 url(../images/alert.gif) 50% 15% no-repeat;
  }
    #false p {
      line-height: 16px;
      text-align: center;
    }
    
/* datepicker */
a.dp-choose-date {
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

