/*-- deklarace fontu IE --*/
@font-face {
  font-family: Open-sans-regular;
  src: url("font/open-sans/regular/opensans-regular.eot");
}
@font-face {
  font-family: Open-sans-light;
  src: url("font/open-sans/light/opensans-light.eot");
}
@font-face {
  font-family: Open-sans-bold;
  src: url("font/open-sans/bold/opensans-bold.eot");
}
@font-face {
  font-family: Open-sans-extrabold;
  src: url("font/open-sans/extrabold/opensans-extrabold.eot");
}
@font-face {
  font-family: Open-sans-italic;
  src: url("font/open-sans/italic/opensans-italic.eot");
}
/*-- deklarace fontu other --*/
@font-face {
  font-family: Open-sans-regular;
  src: url("font/open-sans/regular/opensans-regular.ttf");
}
@font-face {
  font-family: Open-sans-light;
  src: url("font/open-sans/light/opensans-light.ttf");
}
@font-face {
  font-family: Open-sans-bold;
  src: url("font/open-sans/bold/opensans-bold.ttf");
}
@font-face {
  font-family: Open-sans-extrabold;
  src: url("font/open-sans/extrabold/opensans-extrabold.ttf");
}
@font-face {
  font-family: Open-sans-italic;
  src: url("font/open-sans/italic/opensans-italic.ttf");
}


body {
  margin: 0;
  padding: 0;
  background: #e1e9ed url(images/body-bg.png) repeat-x top;
  font-family: Open-sans-regular;
  font-size: 14px;
  color: #474747;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;  
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  text-transform: uppercase;  
}
h4 {
  font-size: 18px;
  text-transform: uppercase;
}

a {
  color: #474747;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.form-submit {}

.sloupec {float:left;overflow:hidden;width:50px;}
.sloupec2 {width:200px;}
.sloupec3 {width:50px;}
.sloupec4 {width:200px;}

.sloupeca {float:left;overflow:hidden;width:70px;}
.sloupeca2 {width:190px;}
.sloupeca3 {width:70px;}
.sloupeca4 {width:190px;}

.tabulka1 table {clear: both;float:right;overflow:hidden;width: 40%; border: 0;}
.tabulka1 tr {float:right;padding: 0; margin: 0; font-size: 10px; height: 100%; border: 0;}
.tabulka1 td {float:right;padding: 0; margin: 0; font-size: 10px; border: 0;}

.cistic {
=height: 1px;
=width: 1px;
=font-size: 1px;
=line-height: 1px;
=margin: -1px -1px 0 0;
clear: both;
}

#wrapper {
  width: 1250px;
  margin: 0 auto;
}
  #container {
    float: left;
    width: 1250px;
    margin: 40px 0 40px 0;
  }
    #header {
      float: left;
      width: 1250px;
      height: 210px;
      margin: 0;
      background-color: #e1e9ed;
      border-top-left-radius: 30px; 
    }
      #primary {
        float: left;
        width: 1170px;
        height: 56px;
        margin: 0 0 0 40px;
        background-color: #0c63a9;
        border-bottom: solid 4px #18c4ff;
      }
        ul.primary-links {
          float: left;
          margin: 0;
          padding: 0;
        }
          ul.primary-links li {
            float: left;
            list-style-type: none;
            list-style-image: none;  
            border-right: solid 1px #ffffff;          
          }
          ul.primary-links li.last {
            border: none;
          }
            ul.primary-links li a {
              float: left;         
              height: 44px;
              padding: 12px 30px 0 30px; 
              font-size: 24px;
              text-transform: uppercase;
              text-decoration: none;
              color: #ffffff;                
            }
              ul.primary-links li a:hover {
                background-color: #1295D5;
              }
              ul.primary-links li a.active {
                background-color: #1295D5;
              }
      #logo {
        float: left;
        margin: 15px 0 0 40px;
      }
      #search-box {
        float: right;
        margin: 52px 40px 0 0;
      }
        #search-box input {
          float: left;
          width: 298px;
          height: 45px;
          margin: 0 1px 0 0;
          padding: 0 15px 0 15px;
          background-color: #e1e9ed;
          border: solid 1px #c0c1c1;
          font-size: 18px;
          color: #474747;
        }
        #search-box button {
          float: left;
          width: 50px;
          height: 45px;
          background: #1295d4 url(images/lupa.png) no-repeat 8px 7px;
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px;
          border: none;
          font-size: 0;
          color: #1295d4; 
        }
          #search-box button:hover {
            background: #1295d4 url(images/lupa-hover.png) no-repeat 8px 7px;
            cursor: pointer;
          }        
    #content {
      float: left;
      width: 1250px;
      background-color: #ffffff;
    }
      #slideshow-region {
        float: left;
        width: 1250px;  
        padding: 30px 0 0 0;      
      }
        #secondary {
          float: left;
          width: 270px;
          margin: 0 0 0 40px;
        }
          #secondary ul.secondary-links {
            float: left;
            margin: 0;
            padding: 0;
          }
            #secondary ul.secondary-links li {
              float: left;   
              margin: 0 0 1px 0;
              list-style-type: none;
              list-style-image: none;             
            }
              #secondary ul.secondary-links li a {
                float: left;
                width: 190px;
                height: 35px;
                padding: 10px 20px 0 60px;
                background: #1295d4 url(images/secondary-dot.png) no-repeat 20px 13px;
                font-size: 18px;
                color: #ffffff;
                text-decoration: none;
              }
              #secondary ul.secondary-links li.last a {
                border-bottom-right-radius: 20px;
              }
                #secondary ul.secondary-links li a:hover {
                  background: #0c63a9 url(images/secondary-dot.png) no-repeat 20px 13px;
                }
                #secondary ul.secondary-links li a.active {
                  background: #0c63a9 url(images/secondary-dot.png) no-repeat 20px 13px;
                }
        #slideshow {
          float: right;
          width: 870px;
          height: 275px;
          margin: 0 40px 0 0;                  
        }
          #slideshow .image {
            float: left;
            height: 275px;
          }
            #slideshow .image img {
              float: left;
              z-index: 100;
              border-top-right-radius: 20px;
            }
            #slideshow .image p {
              float: left;
              width: 430px;
              height: 100px;
              margin: -120px 0 0 0;
              padding: 20px; 
              z-index: 200;
              background: url(images/slideshow-bg.png) repeat;
              border-top-right-radius: 30px;
              font-size: 18px;
              font-family: Open-sans-bold;
              color: #075192;            
            }
          #slideshow #nav {
            float: right;
            margin: 237px 20px 0 0;
            position: relative;
            z-index: 200; 
          }
            #slideshow #nav a {
              float: left;
              width: 18px;
              height: 18px;
              margin: 0 0 0 5px;
              background: url(images/pager-dot.png) no-repeat;
              font-size: 0; 
              color: #fc6f22; 
            }            
              #slideshow #nav a.activeSlide {
                background: url(images/pager-dot-active.png) no-repeat;
              }
      #text-region {
        float: left;
        width: 1170x;  
        margin: 30px 40px 60px 40px;      
      }
        #text-region .block {
          float: left;
          width: 370px;
          margin: 0 30px 0 0;
        }
        #text-region .block.last {
          margin: 0;
        }              
          #text-region .block h2 {
            float: left;
            width: 290px;
            height: 47px;
            margin: 0;
            padding: 13px 20px 0 60px;
            color: #ffffff;
            text-transform: none;
            border-bottom-right-radius: 20px;
          }
            #text-region .block.first h2 {
              background: #e91546 url(images/h2-bg.png) no-repeat 20px center;
            }
            #text-region .block.middle h2 {
              background: #fc6f22 url(images/h2-bg.png) no-repeat 20px center;
            }
            #text-region .block.last h2 {
              background: #71b908 url(images/h2-bg.png) no-repeat 20px center;
            }
          #text-region .block .row {
            float: left;
            width: 370px;
            margin: 30px 0 0 0;
          }
            #text-region .block .row .title {
              float: left;
            }
              #text-region .block .row .title a {
                float: left;
                width: 370px;
                font-size: 16px;
                font-family: Open-sans-bold;
                text-decoration: none;              
              }
                #text-region .block.first .row .title a {
                  color: #e91546;
                }
                #text-region .block.middle .row .title a {
                  color: #fc6f22;
                }
            #text-region .block .row .date {
              float: left;
              width: 370px;            
              color: #075192;
              font-size: 12px; 
            }
              #text-region .block .row .date .label {
                float: left;
                width: 60px;
              }
              #text-region .block .row .date .item {
                float: left;
                width: 310px;              
              }
            #text-region .block .row .body {
              float: left;
              width: 370px;    
              margin: 5px 0 0 0;        
            }
              #text-region .block .row .body p {
                float: left;
                margin: 0;
              }     
          #text-region .block a.button {
            float: left;
            width: 115px;
            height: 34px;
            margin: 30px 0 0 0;
            padding: 11px 20px 0 20px;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            font-size: 16px;
            color: #ffffff;
            text-decoration: none;              
          }
            #text-region .block.first .button {
              background: #e91546 url(images/button-dot-first.png) no-repeat 120px center; 
            }
              #text-region .block.first .button:hover {
                background: #fe5179 url(images/button-dot-first.png) no-repeat 120px center; 
              }            
            #text-region .block.middle .button {
              background: #fc6f22 url(images/button-dot-middle.png) no-repeat 120px center; 
            }            
              #text-region .block.middle .button:hover {
                background: #fd9257 url(images/button-dot-middle.png) no-repeat 120px center; 
              }            
          #text-region .block.poll .row {
            float: left;
            width: 370px;
            margin: 0;
          }
          #text-region .block.poll .row.first {
            margin: 30px 0 0 0;
          }
            #text-region .block.poll .row .title {
              float: left;
              width: 370px;
              margin: 0 0 5px 0;
              font-size: 16px;
              font-family: Open-sans-bold;
              color: #71b908;
            }                                   
            #text-region .block.poll .row .vote-wrapper {
              float: left;
              width: 370px;
              margin: 0 0 15px 0;
            }
              #text-region .block.poll .row .vote-box {
                float: left;
                width: 288px;
                height: 23px;
                border: solid 1px #c0c1c1;
              }
                #text-region .block.poll .row .vote {
                  float: left;
                  width: 200px;
                  height: 23px;
                  background-color: #d6ff9a;
                }  
              #text-region .block.poll .row .vote-number {
                float: right;
                width: 62px;
                height: 25px;
                text-align: right;
                font-size: 16px;
                color: #075192;
              } 
        #text-region .box {
          float: left;
          width: 565px; 
          margin: 0 40px 0 0;
          text-transform: none;
        }  
        #text-region .box.last {
          margin: 0;
        }
          #text-region .box h2 {
            font-size: 16px;
            text-transform: none;
          }                   
          #text-region .box table {
            float: left;
            width: 559px;
            margin: 0;
            padding: 0;
            border: solid 1px #c0c1c1;
          }
            #text-region .box table tr {
              float: left;
              width: 559px;
              margin: 0;
              padding: 0;
            }            
              #text-region .box table td {
                float: left;   
                padding: 5px;
                font-size: 12px;             
              }                         
                #text-region .box table td.label {
                  width: 214px;
                  font-family: Open-sans-bold;
                }
                #text-region .box table td.label.head {
                  width: 214px;
                  font-family: Open-sans-bold;
                  background-color: #075192;
                  color: #ffffff;                 
                }
                #text-region .box table td.item {
                  min-width: 157px;
                }                          
                #text-region .box table td.item.head {
                  min-width: 157px;
                  background-color: #075192;
                  color: #ffffff;                  
                }                            
        #text-region .form {
          float: left;
          width: 430px;
          margin: 30px 0 0 0;
        }
          #text-region .form .label {
            float: left;
            width: 80px;
            height: 30px;
            margin: 10px 0 0 0;
            padding: 10px 0 0 0;
            font-family: Open-sans-bold;
          }
          #text-region .form input {
            float: left;
            width: 330px;
            height: 40px;
            margin: 10px 0 0 0;
            padding: 0 10px 0 10px;
            background-color: #ffffff;
            border: solid 1px #c0c1c1;
          }
          #text-region .form textarea {
            float: left;
            width: 330px;
            height: 130px;
            margin: 10px 0 0 0;
            padding: 10px;
            background-color: #ffffff;
            border: solid 1px #c0c1c1;
          }
        #text-region .description {
          float: right;
          width: 700px;
          margin: 35px 0 0 0;
        }                      
          #text-region .description p {
            float: left;
            margin: 0 0 10px 0;
          }
        #text-region .diskuze {
          float: left;
          width: 1170px;
          margin: 30px 0 0 0; 
        }                      
          #text-region .diskuze .row {
            float: left;
            width: 1170px;
            margin: 0 0 15px 0;
            padding: 0 0 15px 0;
            border-bottom: solid 1px #c0c1c1;            
          }
            #text-region .diskuze .row-sub {
              float: left;
              width: 1120px;
              margin: 0 0 15px 50px;
              padding: 0 0 15px 0;
              border-bottom: solid 1px #c0c1c1;            
            }              
              #text-region .diskuze .row .subject,
              #text-region .diskuze .row-sub .subject {
                float: left;
                min-width: 1120px;
                font-size: 16px;
                font-family: Open-sans-bold;
                color: #075192;
              }
              #text-region .diskuze .row .date,
              #text-region .diskuze .row-sub .date {
                float: left;
                margin: 5px 0 0 0;
                width: 200px;
                color: #075192;
              }
              #text-region .diskuze .row .author,
              #text-region .diskuze .row-sub .author {
                float: right;
                margin: 5px 0 0 0;
              }
                #text-region .diskuze .row .author a,
                #text-region .diskuze .row-sub .author a {
                  color: #075192;
                }              
              #text-region .diskuze .row .body,
              #text-region .diskuze .row-sub .body {
                float: left;
                margin: 10px 0 10px 0;
                min-width: 1120px;
              }
                #text-region .diskuze .row .body p,
                #text-region .diskuze .row-sub .body p {
                  float: left;
                  margin: 0;
                }              
              #text-region .diskuze .row .reply,
              #text-region .diskuze .row-sub .reply {
                float: left;              
              }
                #text-region .diskuze .row .reply a,
                #text-region .diskuze .row-sub .reply a {
                  color: #075192;              
                }                                                                      
    #footer-region {
      float: left;
      width: 1250px;
    }
      #footer {
        float: left;
        width: 1170px;
        padding: 30px 40px 30px 40px;
        background-color: #d1f0ff;
        font-size: 16px; 
      }
        #footer h4 {
          margin: 0;
          color: #075192;
          text-transform: none;
        }
      #footer-message {
        float: left;
        width: 1170px;
        padding: 10px 40px 10px 40px;
        background-color: #b2d4e4;
        color: #ffffff;
        text-align: center;
        border-top: solid 1px #ffffff;      
      }
        #footer-message a {
          color: #ffffff;
          text-decoration: none;
        }

