/* CSS Document */
/* vodni-filtry.eu, Martin Klíma */
/*
  ver. 1.2
  - 1.2) corrected for IE7
*/

/* color schema: 
  #315A9C; /*BG color*/


/* Debug section */
div {
  /* border: 1px dotted red; */
}

/* General settings */

body {
  font-size: 12px;
  font-family: tahoma, helvetica, arial, sans-serif;
}

h1, h2, h3 {
  /*font-family: verdana, tahoma, helvetica, arial, sans-serif;*/
}

h1 {
  display: none;
}

h2 {
  font-size: 18px;
  color: #ffc;
}

h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #bbddff;
  font-weight: bold;
  padding-bottom: 1px;
}

.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: #315A9C; /*BG color*/
  padding: 0;
  margin: 0;
}

#container {
  width: 810px;
  margin: 0px auto 0px auto;
}

#page_box {
}

#contents {
  background: url(bg_quo_colage_blured.jpg) repeat-y 160px 0px;
  width: 780px;
}

#top-navigation {
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  padding: 4px 10px;
  margin: 0px 7px 0 0px;
  color: #fff;
  background-color: #EE3338;
}
  #top-navigation strong {
    padding: 4px 10px;
    
  }
  #top-navigation a {
    color: #ccc;
    text-decoration: none;
  }
  
  #top-navigation a:hover {
    text-decoration: underline;
  }

#header {
  background: url(bg_header.gif) no-repeat bottom left;
  width: 100%;
  margin-top: 0px;
  height: 150px;
  color: #efe;
}

#logo {
  float: right;
}
#logo a {
  display: block;
  width: 320px;
  height: 150px;
  margin-right: 30px;
}

#headline {
  display: none;
  float: left;
  width: 300px;
  color: #666;
  padding-top: 65px;
}

/* ---------- SEARCH Section ----------- */
#searchform {
  float: left;
  text-align: left;
  width: 200px;
  color: #999;
  margin: 110px 0px 0 48px;
}

  #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: #333;
    background-color: #aac;
    width: 80px;
    padding: 1px 5px;
  }
    
  #searchform input.search_button {
    display: none;
    vertical-align: bottom;
    margin: 0 0 0 0px;
  }

.search_results {
  margin-left: 80px;
  color: #666;
}

.search_results h3 {
  font-size: 13px;
  margin-bottom: 2px;
}

.search_results p {
  margin-top: 1px;
}

.search_results a:hover {
  text-decoration: underline;
}



#motive {
  display: none;
  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: 160px;
  margin-left: 0px;
}
#verticalmenu {
}
#verticalmenu .menu_footer {
}

#verticalmenu ul {
  /*
  margin-left: 15px;
  padding: 50px 10px 30px 15px;
  */
  list-style-type: none;
  margin: 10px 0;
  margin-left: 20px;
  padding: 0;
}

#verticalmenu ul li {
  margin: -1px 0;
  padding: 1px 0; /* pokud je 0, v IE se vertikálně zvětší bloky */
}

#verticalmenu ul li a {
  display: block;
  padding: 5px 0;
  padding-left: 1px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
  color: #ffc;
  text-align: right;
}

#verticalmenu ul li a:hover{
  background: url(bg_menu_hover.gif) repeat-y;
  color: #fff;
}

  #verticalmenu .actual {
  }
  #verticalmenu .actual a {
    color: #000;
    font-weight: bold;
    background: url(bg_menu_active.gif) repeat-y;
  }

/* ------------ infoplace -------- */
#infoplace {
  float: left;
  margin: 25px 0px 20px 25px;
  width: 535px;
  color: #fff;
  /*
  border: 1px solid #ffc;
  background-color: #315A9C;
  */
}
  #infoplace a {
    border-bottom: 2px dotted #bbddff;
  }
  #infoplace h2 {
    position: relative;
    top: -80px;
    left: -8px;  
    left: 0px;
    width: 350px;
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 3px;
    line-height: 140%;
    margin: 0;
    /*margin-bottom: -20px;*/
    /*_margin-bottom: 0px; /* IE 6 hack */
    /*_padding-bottom: -20px;*/
  }
  #infoplace h3 {
    margin: 20px 0 0px 0;
    padding: 2px 0;
  }
  
  #infoplace h4 {
    font-size: 12px;
    margin: 10px 0 0px 0;
  }
  #infoplace p {
    font-size: 11px;
    line-height: 19px;
    margin: 10px 0 0px 0;
  }
  #infoplace img {
    margin: 25px 20px 15px;
    border: 1px solid #ffc;
  }
  
  #infoplace ul, #infoplace ol {
    font-size: 11px;
    line-height: 150%;
  }
  
  #infoplace table {
    font-size: 11px;
    border-collapse: collapse;
    border: 1px solid #999;
  }
    #infoplace table td {
      border: 1px solid #ccc;
      padding: 2px 10px 2px 10px;
    }
  #infoplace .separator {
    margin: 15px 0 5px 0;
    height: 5px;  
  }
  #infoplace .top_page_separator {
    margin: 15px 0 5px 0;
    height: 20px;
    background: url(bg_separator.gif) repeat-x 
  }
  .one_section {
    border: 1px solid #ffc;
    background-color: #315A9C;
    padding: 0px 10px 25px 10px;
  }
  .one_section .text {
    width: 360px;
  }
  .one_section .full_width {
    width: 100%;
  }
  .one_section .images {
    xwidth: 260px;
  }

/* -------- News --------------- */
#news {
  display: none;
  padding-bottom: 20px;
  background: url(bg_news_separator.gif) repeat-y left bottom;
  padding-top: 20px;
}
#news div.img-box {
  margin: 2px 0;
  margin-left: 15px;
}
  #news .one_news {
    border-top: 1px solid #c7c7c7;
  }
  #news h2 {
    margin: 0;
    color: #999;
  }
  #news h3 {
    color: #666;
    border: 0px;
    font-weight: bold;
    padding-left: 0px;
  }  
  #news h3 {
    margin: 1px 0 0 0;
  }
    
  #news p {
    margin: 3px 0 3px 0;
    padding-left: 1px;
    line-height: 16px;
  }
  #news img {
    margin: 5px; /*obtékání obrázku*/
  }

/* -------- Vertical News --------------- */
#vertical_news {
  margin: 35px 0px 5px 45px;
  padding: 1px;
}
  #vertical_news h2 {
    color: #999;
    margin: 0;
    font-size: 25px;
  }
  #vertical_news h3 {
    margin: 10px 0 0 0;
    font-size: 15px;
    color: #666;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
  }  
    
  #vertical_news p {
    margin: 3px 0 5px 0;
    line-height: 15px;
    font-size: 10px;
    text-align: left;
    color: #999;
  }
  #vertical_news a {
    border-bottom: 2px dotted #FFA946;
  }


/* ------- Image shadow bordering 2 ----*/

      .img-box {
      background: url('img_corner_left.gif') repeat-y;
      margin: 15px 15px; /*obtékání obrázku*/
      }
      .img-box-inner {
      background: url('img_corner_right.gif') repeat-y right top;
      }
      .img-box-top {
      background: url('img_corner_up.gif') no-repeat;
      height: 3px;
      }
      .img-box-top-in {
      float: right;
      background: url('img_corner_upright.gif') no-repeat right top;
      height: 3px;
      width: 5px;
      }
      .img-box-bottom {
      background: url('img_corner_down.gif') no-repeat;
      height: 5px;
      }
      .img-box-bottom-in {
      float: right;
      background: url('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 {
}
#bannex img {
  border: 0px;
}
#bannex h3 {
  margin-bottom: 10px; 
}

.banners_text {
  float: left;
  width: 45%;
}
.banner_text {
  color: #666;
  padding: 5px 0;
}
.banner_text a {
  border: none !important;
}
.banners_image {
  float: right;
  width: 48%;
}
.banner_image {
  float: left;
  margin: 0 5px 0 0;
}
  .banner_image a {
    border: none !important;
  }
.banner_image img {
  border: 0px solid black;
}
#bannex table, #bannex table td {
  border: 0px;
  padding: 5px 20px 0 0;
}
#bannex table {
  margin-top: 20px;
}
#bannex table a {
  border: none !important;
}

/* ------------------- */

/*------- GALLERY SECTION -----------*/

#gallery {
  margin: 20px -20px 0 -21px;
  padding: 0; 
}

#gallery h2 {
  position: static;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 3px;
  line-height: 150%;
  margin: 40px 0 1px 0px;
}

#gallery div.one_thumb {
  float: left;
  width: 152px;
  height: 155px;
  text-align: center;
  margin: 0px 20px;
  _margin: 0px 12px;
  &margin: 0px 12px;
}
#gallery div.one_thumb p {
  font-size: 10px;
  line-height: 12px;
  padding: 1px 8px;
  margin: 0;
  color: #000;
}
#gallery div.one_thumb img {
  border: 1px solid #666;
  background-color: #fff;
  margin: 4px 0 4px 0;
  padding: 1px;
}

#gallery div.one_thumb a {
  text-decoration: none;
  border: none;
}

/*------ Show image section ---------*/
#show_one_image {
  background-color: #fff;
  padding: 5px 15px 20px 15px;
  color: #275092;
}
  #show_one_image h2, #show_one_image h3, #show_one_image h3, #show_one_image h4 {
  }
  #show_one_image img {
    border: 1px solid #999;
    padding: 1px;
    margin: 0px 0px;
  }
  #show_one_image p {
  }


/*----------------------------*/


#footer {
  clear: both;
  background: url(bg_footer_nr.gif) no-repeat;
  height: 100px;
  min-height: 100px;
  line-height: 18px;
  padding: 14px 110px 20px 45px;
  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: #eee;
  }

#reference {
  clear: both;
  margin-left: 140px;
  color: #ffc;
  color: #D8DFFF;
  padding: 1px;
}
  #reference h2 {
    font-size: 12px;
    color: #D8DFFF;
    margin: 5px 0 7px 0;
  }
  #reference p {
    width: 100%;
    text-align: justify;
    line-height: 140%;
  }

#bottom-navigation {
  display: none;
  margin: 1px 10px 50px 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
}

/* ------------- Kontaktní formulář -----------------*/
form.objednavka {
  background-color: #fff;
  padding: 3px;
  padding-bottom: 25px;
  line-height: 140%;
  margin: 10px auto;
  border: 2px solid #315A9C;
}

form.objednavka div {
  padding: 3px 10px 2px 3px;
  margin: 1px 0;
  background-color: #f9f9ff;
}

form.objednavka div.dark {
  background-color: #e9e9f9;
}

form.objednavka label {
  float: left;
  width: 100px;
  margin: 2px 0;
  margin-left: 5px;
  color: #000;
}

form.objednavka label.beside {
  float: none;
}

form.objednavka input {
  border: 1px solid #ccc;
}

form.objednavka .inputt {
  width: 350px;
}

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;
  float: right;
  margin-left: 0px;
  margin-top: 10px;
}

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 !important;
  }
  .rightside {
    float: right;
    margin-right: 0 !important;
  }
  .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;
  }
/* ----------------------------- */

/* ---------- Admin fck editor area ---------*/
.ci_color1 {
  color: #ffc;
}
.ci_color_important {
  color: #bbddff;
  font-weight: bold;
}


