html {

}
body {
  margin: 0px;
  padding: 0px;
  background: #FFF;
  font-size: 0.68em;
  color: #2c221e;
}

a {
  color: #12385f;
  text-decoration: underline;
}
  a:hover {
    color: #366BA1;
  }

img {

}
  img.fleft {
    margin: 0 10px 10px 0;
  }
  img.fright {
    margin: 0 0 10px 10px;
  }

.strong {
  font-weight: bold;
}

/* text align, zarovnání textu */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}

/* font size */
.large {
  line-height: normal;
  font-size: 200%;
}
.medium {
  line-height: normal;
  font-size: 130%;
}
.small {
  line-height: normal;
  font-size: 95%;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}

.none {
  display: none;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}		

/* zarovnání objektů */
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearer {
  clear: both;
}

.input_text {
  display: inline-block;
  width: 255px;
  margin: 0px;
  padding: 0px;
}
.input_text_small {
  display: inline-block;
  width: 155px;
  margin: 0px;
  padding: 0px;
}
.submit_button {
  display: inline-block;
  width: 160px;
  margin: 2px 0px;
  padding: 0px;
  height: 30px;
}

.button_large {
  background: url(../images/button.gif) no-repeat;
  display: block;
  text-align: center;
  width: 193px;
  height: 33px;
  line-height: 33px;
  font-size: 130%;
  color: #35383a;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
}

/* input fields */
.input_text {
  display: inline-block;
  width: 300px;
  margin: 0px;
  padding: 0px;
}
.captcha {
  border: 1px solid #7F9DB9;
}
.label {
  display: inline-block;
  width: 80px;
  line-height: 24px;
}
.legend {
  display: block;
  text-transform: uppercase;
  font-size: 130%;
  margin: 0 0 5px;
}
label {
  display: inline-block;
  width: 190px;
  line-height: 24px;
  font-weight: bold;
  text-align: right;
}
.fieldset_mark {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 450%;
  font-weight: bold;
  color: #d1d7e1;
}

.label_2 {
  display: inline-block;
  width: 80px;
  margin: 0 0 0 40px;
  line-height: 24px;
}
.label_3 {
  display: inline-block;
  width: 120px;
  margin: 0 0 0 0;
  line-height: 24px;
}
.textarea {
  display: inline-block;
  width: 579px;
  margin: 0px;
  padding: 0px;
}
.input_text_small {
  display: inline-block;
  width: 50px;
  margin: 0px;
  padding: 0px;
}
.input_text_medium {
  display: inline-block;
  width: 185px;
  margin: 0px;
  padding: 0px;
}
.submit_button {
  display: inline-block;
  width: 190px;
  margin: 4px 0 0 0;
  padding: 0px;
  height: 30px;
}

#page_bg {

}

#header {
  position: relative;
  width: 965px;
  height: 75px;
  margin: 0px auto;
  background: url(../images/header_bg.gif) no-repeat;
  border-bottom: 1px solid #FFF;
}

  #logo {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  #search_form {
    position: absolute;
    right: 20px;
    top: 17px;
  }
    #search_form form {
      margin: 0px;
      padding: 0px;
    }
      .search_string {
        width: 125px;
        height: 21px;
        border: none;
        float: left;
        display: inline-block;
        margin: 0 13px 0 0;
        padding: 0 5px;
        background: url(../images/search_text_bg.gif) no-repeat;
      }
      .search_button {
        width: 58px;
        height: 21px;
        font-size: 110%;
        float: left;
        font-family: Arial;
        border: none;
        display: inline-block;
        margin: 0px;
        padding: 0 5px;
        background: url(../images/search_button_bg.gif) no-repeat;
      }
    
  #header_navigation {
    position: absolute;
    right: 20px;
    top: 45px;
    color: #FFF;
  }
    #header_navigation a {
      color: #FFF;
      text-decoration: none;
    }
      #header_navigation a:hover {
        color: #FFF;
        text-decoration: underline;
      }
      #header_navigation a.lang_navigation {
        text-transform: capitalize;
      }
        #header_navigation a.lang_navigation img {
          margin: -2px 0 0 0;
          vertical-align: middle;
        }
      #header_navigation a.lang_navigation_active {
        text-transform: capitalize;
      }
        #header_navigation a.lang_navigation_active img {
          margin: -2px 0 0 0;
          vertical-align: middle;
        }

#main {
  width: 965px;
  margin: 0px auto; 
}
  #first_column {
    width: 214px;
    float: left;
    margin: 0 1px 0 0;
  }
    #side_navigation {
 
    }
      #side_navigation ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
      }
        #side_navigation ul li {
          list-style: none;
          padding: 0px;
          margin: 0px;
          background: none;
        }
          #side_navigation ul li a {
            background: url(../images/side_navigation_a.gif) top no-repeat;
            display: block;
            width: 174px;
            height: 33px;
            line-height: 33px;
            color: #FFF;
            margin: 0 0 1px;
            padding: 0 20px;
            text-decoration: none;
            text-transform: uppercase;
            overflow: hidden;
          }
            #side_navigation ul li a:hover {
              background: url(../images/side_navigation_a.gif) bottom no-repeat;
            }
            #side_navigation ul li a.selected {
              background: url(../images/side_navigation_a.gif) bottom no-repeat;
            }
            #side_navigation ul li a.minus {
              background: url(../images/side_navigation_a.gif) bottom no-repeat;
            }

            #side_navigation ul li ul li a {
              background: #366ba1;
              line-height: normal;
              height: auto;
              width: 169px;
              padding: 8px 20px 8px;
              margin: 0 0 1px 5px;
              font-size: 95%;
            }
              #side_navigation ul li ul li a:hover {
                background: #4182c4;
              }
              #side_navigation ul li ul li a.selected {
                background: #4182c4;
              }
              #side_navigation ul li ul li a.minus {
                background: #4182c4;
              }
              #side_navigation ul li ul li ul li a {
                background: #e3e7ee;
                color: #000;
                line-height: normal;
                width: 159px;
                padding: 10px 20px 10px 30px;
                margin: 0 0 1px 5px;
                font-size: 95%;
              }
                #side_navigation ul li ul li ul li a:hover {
                  background: #d3e7ee;
                }
                #side_navigation ul li ul li ul li a.selected {
                  background: #d3e7ee;
                }
                #side_navigation ul li ul li ul li a.minus {
                  background: #d3e7ee;
                }
    #blue {
      background: #173C61;
      width: 209px;
      margin: 0 0 1px 5px;
    }


  #second_column {
    width: 745px;
    float: left;
  }
    #home_content {
      width: 745px;
      height: 373px;
      background: url(../images/home_content_bg.gif) no-repeat;
      color: #FFF;
    }
      #ocelove_haly {
        width: 372px;
        float: left;
      }
      #zakazkova_vyroba {
        width: 373px;
        float: left;
      }
      #home_content table td {
        background: none;
      }
      
      #home_content .nadpis_1 {
        margin: 117px 0 0 0;
        padding: 0px;
        height: 65px;
      }
        #home_content .nadpis_1 h1 {
          margin: 0px;
          background: none;
          padding: 0px;
          font-size: 210%;
        }
        #home_content .nadpis_1 h2 {
          margin: 0px;
          padding: 0px;
          font-weight: normal;
          font-size: 120%;
          text-transform: uppercase;
        }
        #home_content .nadpis_1 h1 a {
          color: #FFF;
          padding: 8px 0 5px 90px;
          display: block;
        }
        #home_content .nadpis_1 h2 a {
          color: #FFF;
          padding: 0 0 10px 90px;
        }
          #home_content .nadpis_1 a:hover {
            color: #FFF;
          }
      
      #home_content .nadpis {
        margin: 117px 0 0 0; 
        padding: 0px;
        height: 65px;
      }
        #home_content .nadpis h2 a {
          color: #FFF;
          padding: 8px 0 5px 90px;
        }
        #home_content .nadpis h3 a {
          color: #FFF;
          padding: 0 0 10px 90px;
        }
          #home_content .nadpis a:hover {
            color: #FFF;
          }
      #home_content h2 {
        margin: 0px;
        background: none;
        padding: 0px;
        font-size: 210%;
      }
      #home_content h3 {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
        text-transform: uppercase;
      }
      #home_content p {
        margin: 15px 29px;
        font-size: 110%;
      }
      #home_content ul {
        margin: 0 0 0 29px;
        font-size: 130%;
        text-transform: uppercase;
      }
        #home_content ul li {
          background: url(../images/ul_li_grey.gif) left 5px no-repeat;
          margin: 0px;
        }
          #home_content ul li a {
            text-decoration: none;
            color: #0d2b4e;
          }
            #home_content ul li a:hover {
              text-decoration: underline;
            }
    #text_content {
      padding: 20px 30px 20px 30px;
    }
      #text_content ul li{
        margin: 0px;
      }
      #text_content ol li{
        margin: 0px;
      }
      #text_content ol li ol li {
        margin: 0px;
        padding: 0 0 0 30px;
        list-style-type: none;
      }      
      
      
      #text_content .nadpis {
        width: 530px;
      }
      
  #breadcrumbs {
    margin: 0 0 5px;
  }

#slider {
  position: relative;
  margin: 5px auto 6px;
  width: 955px;
  height: 120px;
  overflow: hidden;
}
#slider ul {
  width: 38000px;
}
  .wrapper {
    width: 959px;
    height: 117px;
    overflow: hidden;
  }
		#slider ul li {
		  background: url(../images/panel_bg.gif) no-repeat;
      width: 118px;
      height: 97px;
      margin: 0 0 0 0;
      padding: 10px;
      float: left;
    }
 

#home_bottom {
  width: 965px;
  margin: 0px auto;
}
  .home_bottom_block {
    width: 267px;
    padding: 18px 25px 25px;
    height: 232px;
    float: left;
  }
  #bottom_first {
    background: url(../images/bottom_first_bg.gif) top no-repeat;
    margin: 0 1px 0 0;
    padding: 13px 25px 25px;
  }
  #bottom_second {
    background: url(../images/bottom_second_bg.gif) top no-repeat;
    margin: 0 1px 0 0;
  }
  #bottom_third {
    background: url(../images/bottom_third_bg.gif) top no-repeat;
  }
  .home_bottom_block h2 {
    background: none;
    font-size: 210%;
    margin: 0px;
    padding: 0px;
  }
  .home_bottom_block h3 {
    font-size: 130%;
    text-transform: uppercase;
    margin: 5px 0px 13px;
    padding: 0px;
    color: #12385f;
    font-weight: normal;
  }
  .strojni_zarizeni {
    
  }
    .strojni_zarizeni h3 {
      margin: 15px 0 0 0;
      padding: 0px;
    }
    .strojni_zarizeni a {
      padding: 3px 0 0 65px;
      display: block;
      line-height: 180%;
      height: 43px;
      color: #12385f; 
      background: url(../images/strojni_zarizeni_bullet.gif) no-repeat;
    }
      .strojni_zarizeni a:hover {
        color: #111; 
      }
      .strojni_zarizeni a .small{
        font-size: 70%;
        text-transform: none;
        color: #666;
      }

  .vyrobni_zazemi {

  }
    .vyrobni_zazemi h3 {
      margin: 15px 0 0 0;
      padding: 0px;
    }
    .vyrobni_zazemi a {
      padding: 3px 0 0 65px;
      display: block;
      line-height: 180%;
      height: 43px;
      color: #12385f; 
      background: url(../images/vyrobni_zazemi_bullet.gif) no-repeat;
    }
      .vyrobni_zazemi a:hover {
        color: #666; 
      }
      .vyrobni_zazemi a .small{
        font-size: 70%;
        text-transform: none;
        color: #000;
      }
      .vyrobni_zazemi a .small sup{
        font-size: 70%;
        text-transform: none;
        color: #000;
      }

    .video h3 {

    }
    .video a {
      padding: 0px 0 0 50px;
      display: block;
      line-height: 150%;
      height: 46px;
      color: #12385f; 
      background: url(../images/video_bullet.gif) no-repeat;
    }
      .video a:hover {
        color: #666; 
      }
      .video a .small{
        font-size: 80%;
        padding: 0 0 0 15px;
        background: url(../images/ul_li.gif) 0px 4px no-repeat;
      }
            
#footer {
  position: relative;
  width: 965px;
  margin: 10px auto 0;
  text-align: right;
  color: #666;
}
  #footer .inwebio_link {
    text-decoration: none;
  }

  #footer #inwebio_in {
    margin: 0 1px 0 0;
  }

  #footer a {
    color: #666;
  }
    #footer a:hover {
      color: #000;
    }
#inFooter {
  position: relative;
  width: 965px;
  margin: 0px auto 20px;
  text-align: right;
}
  #inFooter a {
    color: #666;
  }
  
.children_item {
  width: 190px;
  float: left;
  margin: 0 30px 0 0;
  border-bottom: 1px solid #E3E7EE;
}

/* clanky, clanek, novinka, novinky */
.clanek_short_titul {
  margin: 0 0 5px;
}
  .clanek_short_titul a {
    color: #1c1b1b;
  }
    .clanek_short_titul a:hover {
      color: #8a8d74;
    }
/* galerie, reference,fotky */
.print_full_galerie {
  
}
  .print_full_galerie a {
    display: inline-block;
    background: url(../images/galerie_item_bg.gif);
    padding: 8px;
    width: 100px;
    height: 104px;
    margin: 0 7px 5px 0;
  }
    .print_full_galerie a.last {
      margin: 0 0 5px; 
    }
    .print_full_galerie img {
    
    }

.galerie_short_titul {
  width: 600px;
  float: left;
  margin: 0px;
}
  .galerie_short_titul h3 {
    margin: 0px;
    padding: 0px;    
    width: 475px;
    float: right;
  }
    .galerie_short_titul h3 a {

    }
  .galerie_short_titul img {
 
  }
  .galerie_short_titul a.image {
    display: inline-block;
    background: url(../images/galerie_item_bg.gif);
    padding: 8px;
    width: 100px;
    height: 104px;
    margin: 0 9px 5px 0;
    float: left;
  }
  
/* 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: 160px;
    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;
    }

/* PAGER */
.PagerClass {
  height: 20px;
}
.PagerClass a, .PagerClass span {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  font-size: 120%;
  font-weight: bold;
  color: #777777;
  text-decoration: none;
}
  .PagerClass a:hover {
    color: #cccccc;
  }
.PagerClass span.actual {
  width: 8px;
  color: #cccccc;
}

/* předchozí a další*/
.PagerClass a.next {
  padding: 0 15px 0 0;
  background: url(../images/next.gif) right no-repeat;
}
  .PagerClass a.next:hover {
    background: url(../images/next_disabled.gif) right no-repeat;
  }
.PagerClass a.previous {
  padding: 0 0 0 15px;
  background: url(../images/previous.gif) left no-repeat;
}
  .PagerClass a.previous:hover {
    background: url(../images/previous_disabled.gif) left no-repeat;
  }
.PagerClass span.next {
  padding: 0 15px 0 0;
  background: url(../images/next_disabled.gif) right no-repeat;
}
.PagerClass span.previous {
  padding: 0 0 0 15px;
  text-align: right;
  background: url(../images/previous_disabled.gif) left no-repeat;
}

/* první a poslední */
.PagerClass a.first {
  width: 14px;
  background: url(../images/first.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.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_disabled.gif) center no-repeat;
}
.PagerClass span.last {
  width: 14px;
  background: url(../images/last_disabled.gif) center no-repeat;
}

#detectionFlash {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  margin: 0 0 0 -225px;
}
#flash_detect {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* POPTAVKA */
.form_switch {
  height: 40px;
  font-size: 130%;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  background: #E3E7EE;
  border-bottom: 5px solid #FFF;
  margin: 0 5px 0 0;
  padding: 0px 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.form_switch_active {
  height: 40px;
  font-size: 130%;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  background: #E3E7EE;
  border-bottom: 5px solid #E3E7EE;
  margin: 0 5px 0 0;
  padding: 0px 20px;
  text-align: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*galerie_small*/
.galerie_small {
  width: 380px;
  float: right;
  text-align: right;
}
  a.child_image {
    display: inline-block;
    float: right;
    background: url(../images/galerie_item_bg.gif);
    padding: 8px;
    width: 100px;
    height: 104px;
    margin: 0 7px 5px 0;
  }
  .galerie_small img {

  }
