/* CSS Document */
/* Centrum Regenerace, Martin Klíma */
/* version: 1.01 (8/4/08) */

/* color schema: černou #000000, zelená #00a44e a oranžová #FFB200 



/* Debug section */
div {
  /* border: 1px dotted red; */
}

/* General settings */

body {
  font-size: 12px;
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
}

h1 {
  display: none;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  color: #00a44e;
}
h4 {
  font-size: 13px;
  color: #00a44e;
}

a {
  text-decoration: underline;
  color: inherit;
  color: #FFB200;
  color: #6677FF;
  font-weight: bold;
}

.error, .ok, .debug {
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border: 1px dotted red;
}
.error {
  background-color: #f00;
}
.ok {
  background-color: #349ED5;
}
.debug {
  border-color: #393;
  color: #393;
}

/* ----------- Layout ---------- */
html {
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
  background: #ffe460;
  padding: 0;
  margin: 0;
}

#container {
  width: 910px;
  margin: 0px auto 0px auto;
}

#page_box {
}

#contents {
  background: url(bg_page_contents_ry.gif) repeat-y;
  width: 910px;
}

#top-navigation {
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  padding: 4px 10px;
  margin: 0px 3px 0 2px;
  color: #fff;
  background-color: #ffcb05;
}

  #top-navigation a {
    color: #fff;
    text-decoration: none;
  }
  
  #top-navigation a:hover {
    text-decoration: underline;
  }

#header {
  background: url(bg_logo_row_nr.gif) no-repeat left 20px;
  width: 100%;
  height: 109px;
  margin-top: 0px;
}

#logo {
  float: left;
}
#logo a {
  display: block;
  width: 200px;
  height: 89px;
}

#headline {
  float: left;
  width: 300px;
  color: #666;
  padding-top: 65px;
}

/* ---------- SEARCH Section ----------- */
#searchform {
  float: right;
  text-align: right;
  width: 260px;
  color: #888;
  margin: 40px 20px 0 0;
}

  #searchform label {
    display: none;
    font-weight: bold;
    padding-right: 4px;
  }
  #searchform input.search_text {
    border: 1px solid #ccc;
    border-color: #999 #ccc #ccc #999;
    color: #666;
    background: url(bg_search_input.gif) repeat-x 0px 0px;
    width: 100px;
    padding: 1px 5px;
  }
    
  #searchform input.search_button {
    vertical-align: bottom;
    margin: 0 0 0 0px;
  }

.search_results {
  margin-left: 80px;
  color: #666;
}

.search_results h3 {
  color: #FFB200;
  font-size: 13px;
  margin-bottom: 2px;
}

.search_results p {
  margin-top: 1px;
}

.search_results a:hover {
  text-decoration: underline;
}

/* ----------- horní menu ----------- */
/*
#h_menu {
  clear: both;
  background: url(bg_h_menu.gif) no-repeat;
  height: 50px;
  padding: 10px 10px 0 10px;
}
  #h_menu table {
    width: 100%;
  }
  
  #h_menu div.hmenu_button, #h_menu div.hmenu_button_actual {
    position: relative;
    margin: 0 6px;
    padding: 0px;
    height: 30px;
  }
  #h_menu div.hmenu_button_left{
    position: absolute;
    top: 0;
    left: -6px;
    background: url(hmenu_button_corner_left.gif) no-repeat;
    width: 6px;
    height: 30px;
  }
  #h_menu div.hmenu_button_body {
    position: relative;
    top: 0;
    background: url(hmenu_button_body.gif) repeat-x;
    padding: 8px 0; 
    height: 30px;
    text-align: center;
  }
  #h_menu div.hmenu_button_right{
    position: absolute;
    right:-6px;
    top: 0;
    background: url(hmenu_button_corner_right.gif) no-repeat;
    width: 6px;
    height: 30px;
  }
  #h_menu a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
  }
  #h_menu a:hover {
  }
  
  /* aktuální menu button /
  #h_menu div.hmenu_button_actual div.hmenu_button_left {
    background: url(hmenu_button_actual_corner_left.gif) no-repeat;
  }
  #h_menu div.hmenu_button_actual div.hmenu_button_body {
    background: url(hmenu_button_actual_body.gif) repeat-x;
  }
  #h_menu div.hmenu_button_actual div.hmenu_button_right {
    background: url(hmenu_button_actual_corner_right.gif) no-repeat;
  }
  /* end of aktuální menu button*/
/* ----------- end of horní menu ----------- */


#motive {
  background: url(bg_head_motive_nr.jpg) no-repeat;
  height: 188px;
  color: #efe;
  padding: 20px 450px 0px 180px;
}
  #motive h2 {
    font-size: 14px;
  }
  #motive p {
    line-height: 18px;
  }
  

#_navigation {
  background: url(bg_belowtitle3.gif) no-repeat 0px 0px;
  padding: 10px 30px 11px 40px;
  font-size: 10px;
  color: #999;
}
#_navigation a {
  color: #349ED5;
}
#_navigation .actual {
  color: #666;
}

/* -------------- vertical menu --------- */
#left_column {
  float: left;
  width: 222px;
}
#verticalmenu {
  background: url(bg_vertical_menu_ry.gif) repeat-y;
}
#verticalmenu .menu_footer {
  background: url(bg_vertical_menu_end_nr.gif) no-repeat bottom left;
  height: 122px;
}

#verticalmenu ul {
  margin: 0;
  padding: 10px 10px 30px 10px;
  list-style-type: none;
}

#verticalmenu ul li {
  margin: 5px 0;
  padding: 0px;
  border: 1px solid #ffcb05;
	border-width: 0 0px 1px 0;
}

#verticalmenu ul li a {
  display: block;
  padding: 5px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

#verticalmenu ul li a:hover {
  background: #ffcb05;
  text-decoration: none;
  color: #000;
}

  #verticalmenu .actual {
    font-weight: bold;
    background-color: #5fc67f;
  }


/* ------------ infoplace -------- */
#infoplace {
  float: left;
  margin-left: 15px;
  width: 640px;
  padding: 1px 5px 20px 5px;
  color: #000;
}
  #infoplace h2 {
    color: #00a44e;
    padding-bottom: 4px;
    border-bottom: 2px solid #00a44e;
    font-weight: bold;
    line-height: 150%;
  }
  #infoplace h3, #infoplace h4 {
    /*font-size: 16px;*/
    margin: 20px 0 0px 0;
  }
  #infoplace p, #xinfoplace * {
    /*font-size: 12px;*/
    line-height: 19px;
    margin: 5px 0 0px 0;
  }
  #infoplace img {
  }
  
  #infoplace ul, #infoplace ol {
    line-height: 150%;
  }
  
  #infoplace table {
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #999;
  }
    #infoplace table td {
      border: 1px solid #ccc;
      padding: 2px 10px 2px 10px;
    }
  #infoplace .separator {
    background: url(bg_separator.gif) repeat-x;
    margin: 15px 0 5px 0;
    height: 35px;  
  }
  #infoplace .top_page_separator {
    margin: 15px 0 5px 0;
    height: 20px;
    background: url(bg_separator.gif) repeat-x 
  }
  .one_section {
    /*
    clear: both;
    border: 1px solid red;
    */
  }
  .one_section .text {
    width: 360px;
  }
  .one_section .full_width {
    width: 100%;
  }
  .one_section .images {
    xwidth: 260px;
  }

/* -------- News --------------- */
#news {
  padding-bottom: 20px;
  background: url(bg_news_separator2.gif) repeat-x left bottom;
}
#news div.img-box {
  margin: 2px 0;
  margin-left: 15px;
}
  #news .one_news {
    border-top: 1px solid #cdc;
    padding-left: 8px;
  }
  #news h2 {
    margin: 0;
    color: #FFB200;
  }
  #news h3 {
    color: #000;
    border: 0px;
    font-weight: bold;
    padding: 0 0 3px 22px;
    background: url(bg_bullet.gif) no-repeat 0px 2px;
  }  
  #news h3 {
    margin: 10px 0 0 0;
  }
    
  #news p {
    margin: 4px 0 10px 0;
    line-height: 15px;
    display: inline;
  }

/* -------- Vertical News --------------- */
#vertical_news {
  margin: 10px 5px 5px 15px;
  padding: 2px;
  color: #898;
}
  #vertical_news h3 {
    margin: 10px 0 0 0;
    font-size: 14px;
    padding-left: 22px;
    background: url(bg_bullet.gif) no-repeat 0px 0px;
    color: #898;
  }  
    
  #vertical_news p {
    margin: 3px 0 5px 0;
    line-height: 13px;
    font-size: 10px;
    text-align: justify;
  }


/* ------- Image shadow bordering 2 ----*/

      .img-box {
      background: url('/css/img_corner_left.gif') repeat-y;
      margin: 15px 15px; /*obtékání obrázku*/
      }
      .img-box-inner {
      background: url('/css/img_corner_right.gif') repeat-y right top;
      }
      .img-box-top {
      background: url('/css/img_corner_up.gif') no-repeat;
      height: 3px;
      }
      .img-box-top-in {
      float: right;
      background: url('/css/img_corner_upright.gif') no-repeat right top;
      height: 3px;
      width: 5px;
      }
      .img-box-bottom {
      background: url('/css/img_corner_down.gif') no-repeat;
      height: 5px;
      }
      .img-box-bottom-in {
      float: right;
      background: url('/css/img_corner_downright.gif') no-repeat right top;
      height: 6px;
      width: 5px;
      }
      .img-box img {
      margin-left: 3px;
      vertical-align: bottom;
      border: 1px solid #eee;
      }

/* ------- end of Image shadow bordering 2 ----*/

/* ------- Page Form button ------- */
div.form_button {
  margin: 30px 0;
}

.form_button a {
  background: url(order_button.gif) no-repeat;
  display: block;
  width: 178px;
  height: 32px;
}
  .form_button a:hover {
    background: url(order_button_over.gif) no-repeat;
  }

/* ----- Link system (výměna odkazů) BANNEX ----- */
#bannex div {
}
#bannex img {
  border: 0px;
}
#bannex h2 {
  display: none; 
}
#bannex h3 {
  margin-bottom: 10px; 
}

#banners_box {
  margin-bottom: 50px;
  width: 100%;
  padding-top: 1px;
}

.banners_text {
  float: right;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
  font-size: 11px;
}
.banner_text a {
  font-size: 12px;
}
.banners_image {
  float: left;
  width: 48%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
.banner_image img {
  border: 0px solid black;
}
#bannex table, #bannex table td {
  border: 0px;
  padding: 5px 20px 0 0;
}
#bannex table {
  margin-top: 20px;
}
/* ------------------- */

/*------- GALLERY SECTION -----------*/

#gallery {
}

#gallery h2 {
  background: url(bg_separator.gif) repeat-x 0 0px;
  color: #666;
  text-align: center;
  font-size: 18px;
  border: none; 
  padding: 25px 1px 8px 1px;
  margin: 20px 0 20px 0px;
}

#gallery div.one_thumb {
  float: left;
  width: 204px;
  height: 220px;
  text-align: center;
  margin: 4px;
  background: url(bg_thumb_nail.gif) no-repeat;
}
#gallery div.one_thumb p {
  font-size: 10px;
  line-height: 12px;
  padding: 1px 8px;
  margin: 0;
  color: #633;
}
#gallery div.one_thumb img {
  border: 1px solid #999;
  background-color: #fff;
  margin: 34px 0 4px 0;
  padding: 1px;
}

#gallery div.one_thumb a {
  text-decoration: none;
}

/*------ Show image section ---------*/
#show_one_image {
}
  #show_one_image h2, #show_one_image h3, #show_one_image h3, #show_one_image h4 {
    border: none;
    color: #666; 
  }
  #show_one_image img {
    border: 1px solid #999;
    padding: 1px;
  }
  #show_one_image p {
  }

/*----------------------------*/
#footer {
  clear: both;
  background: url(bg_footer_nr.gif) no-repeat;
  height: 50px;
  color: #630;
  line-height: 20px;
  padding: 50px 20px 20px 20px;
  font-size: 11px;
}
  #footer p {
    width: 45%;
    vertical-align: bottom;
    margin: 0; /* řeší rozdíl mezi FF a IE7 */
  }
  #footer a {
    text-decoration: underline;
    color: #630;
  }

#bottom-navigation {
  display: none;
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

/* ------------- Kontaktní formulář -----------------*/
form.objednavka {
  background-color: #fff;
  line-height: 140%;
  margin: 30px auto;
}

form.objednavka div {
  padding: 3px 20px 2px 20px;
  margin: 1px 0;
  background-color: #f9f9f9;
}

form.objednavka div.dark {
  background-color: #e9e9e9;
}

form.objednavka label {
  float: left;
  width: 160px;
  margin: 2px 0;
  margin-left: 1em;
}

form.objednavka label.beside {
  float: none;
}

form.objednavka input {
  border: 1px solid #ccc;
}

form.objednavka .inputt {
  width: 50%;
}

form.objednavka input.checkbox {
  width: auto;
  margin: 5px 5px 0 0;
  vertical-align: top;
}

form.objednavka select {
  width: 200px;
  border: 1px solid #ccc;
}

form.objednavka .form_search_button {
  border: 0px;
  margin-left: 226px;
  margin-top: 0px;
}

pre {
  font-size: 12px;
}

.required {
  color: #c00;
  font-style: italic;
}

  
  
/* ---------- global class -------*/  
  .blue, .custom_1 {
    color: #349ED5; 
  }
  .orange, .custom_2 {
    color: #ED7E03; 
  }
  .bold {
    font-weight: bold;
  }
  .leftside {
    float: left;
    margin-left: 0;
  }
  .rightside {
    float: right;
    margin-right: 0;
  }
  .left {
    float: left;
    text-align: left;
  }
  .right {
    float: right;
    text-align: right;
  }
  .ta_right {
    text-align: right;
  }
  .cleaner {
    clear: both;
    margin: 0;
  }
  .cleaner_right {clear: right}
  .hidden {
    visibility: hidden;
  }
/* ----------------------------- */



