/* CSS Document */
/* vodni-filtry.eu, Martin Klíma */

/* color schema: černou #000000, modrou #349ED5 a oranžovou #ED7E03 

/* Debug section */
div {
  border: 0px dotted red;
}

/* General settings */

body {
  font-size: 12px;
  font-family: arial, sans-serif;
}

h1 {
  display: none;
}

h2 {
  font-size: 19px;
}

h3 {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  color: #349ED5;
}

.error, .ok {
  background-color: #f00;
  color: #fff;
  text-align: left;
  font-weight: bold;
  padding: 5px;
}
.ok {
  background-color: #349ED5;
}

/* ----------- Layout ---------- */
html {
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
  background: #DEDEDE url(bg_page_rx2.gif) repeat-x left top;
  padding: 0;
  margin: 0;
}

#container {
  width: 920px;
  margin: 0px auto 0px auto;
  x_border: 1px dotted red;
}

#top-navigation {
  margin: 1px 10px;
  text-align: right;
  font-size: 10px;
  padding: 0 4px;
  color: #fff;
}

  #top-navigation a {
    color: #fff;
    text-decoration: none;
  }
  
  #top-navigation a:hover {
    text-decoration: underline;
  }

#logo {
  background: url(logo.gif) no-repeat left top;
  float: left;
  width: 300px;
  height: 73px;
  margin-top: 2px;
}
#logo a {
  display: block;
  width: 270px;
  height: 73px;
}

#headline {
  float: left;
  width: 300px;
  color: #999;
  padding-top: 45px;
}

/* ---------- SEARCH Section ----------- */
#searchform {
  float: right;
  text-align: right;
  width: 280px;
  color: #888;
  margin: 40px 10px 0 0;
}

  #searchform label {
    font-weight: bold;
    padding-right: 4px;
  }
  #searchform input.search_text {
    border: 1px solid #ccc;
    border-color: #999 #ccc #ccc #999;
    background: url(/css/bg_search_input.gif) repeat-x 0px 0px;
  }
    
  #searchform input.search_button {
    vertical-align: bottom;
    margin: 0 0 0 -3px;
  }

.search_results {
  margin-left: 238px;
  color: #666;
}

.search_results h3 {
  color: #349ED5;
  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_title_nr.jpg) no-repeat;
  height: 138px;
  padding: 135px 26px 0px 280px;
  color: #333;
}
  #motive h2 {
    font-size: 13px;
  }
  #motive p {
    line-height: 18px;
  }

#page_navigation {
  background: url(bg_belowtitle3.gif) no-repeat 0px 0px;
  padding: 10px 30px 11px 40px;
  font-size: 10px;
  color: #999;
}
#page_navigation a {
  color: #349ED5;
}
#page_navigation .actual {
  color: #666;
}

/* ------------ infoplace -------- */
#infoplace {
  background: url(bg_white_page_ry2.gif) repeat-y;
  padding: 1px 30px 30px 40px;
  color: #000;
  border: 0px dotted red;
  min-height: 300px;
  _height: 300px;
}
  #infoplace h2 {
    /*font-size: 19px;*/
    font-weight: normal;
  }
  #infoplace h3 {
    /*font-size: 16px;*/
    margin-top: 20px;
  }
  #infoplace p, #infoplace * {
    /*font-size: 12px;*/
    line-height: 19px;
  }
  #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: 2px;
    background: url(bg_top_page_separator.gif) repeat-x 
  }
  .one_section {
    /*
    clear: both;
    border: 1px solid red;
    */
  }
  .one_section .text {
    width: 520px;
  }
  .one_section .full_width {
    width: 100%;
  }
  .one_section .images {
    width: 325px;
  }
  
/* ------- Image shadow bordering ----*/
/*
div.imgbox {
      background: url(/css/img_corner_side.gif) repeat-y;
      width: 302px;
    }
    .img_corner_up {
      background: url(/css/img_corner_up.gif) no-repeat;
      padding: 3px 0 0 0;
    }
    .img_corner_down {
      background: url(/css/img_corner_down.gif) no-repeat;
      padding: 3px 0 0 0;
    }
    img {
      margin: 0px;
      padding: 0px;
      margin-left: 3px;
      vertical-align: bottom; 
    }
/* ------- end of Image shadow bordering ----*/      

/* ------- Image shadow bordering 2 ----*/

      .img-box {
      background: url('/css/img_corner_left.gif') repeat-y;
      margin: 15px 0;
      }
      .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;
      }

/* ------- 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 ----- */
.banners_text {
  float: left;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
}
.banner_text a, #centerbox-osetrovani-odkaz a {
  color: #349ED5;
  font-weight: bold;
  text-decoration: underline;
}
.banners_image {
  float: right;
  width: 45%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
.banner_image img {
  border: 0px solid black;
}
table#centerbox-vymena-odkazu, table#centerbox-vymena-odkazu td {
  border: 0px;
}
/* ------------------- */

#footer {
  background: url(bg_footer_nr.gif) no-repeat;
  height: 50px;
  color: #349ED5;
  line-height: 25px;
  padding: 30px 20px 20px 20px;
  /*
  _padding-top: 30px; 
  _padding-bottom: 10px;
  */
}
  #footer p {
    width: 45%;
    vertical-align: bottom;
    margin: 0; /* řeší rozdíl mezi FF a IE7 */
  }
  #footer a {
    text-decoration: underline;
  }

#bottom-navigation {
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #999;
}

/* ------------- 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;
  }
  .rightside {
    float: right;
  }
  .left {
    float: left;
    text-align: left;
  }
  .right {
    float: right;
    text-align: right;
  }
  .ta_right {
    text-align: right;
  }
  .cleaner {clear: both}
  .hidden {
    visibility: hidden;
  }
/* ----------------------------- */



