body {
  font-family: 'Trebuchet MS';
  font-size: 0.72em;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  color: #000;
  background: #FFF url(../images/background.gif) repeat-y center;
}

.clearer {
  clear: both;
}
a {
  color: #D04825;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
p {
  margin: 0px;
  padding: 0px;
}
.red {
  color: #F00;
}
form {
  margin: 0px;
  padding: 0px;
}
.fright {
	float: right;
}
img {
  border: 0px;
  margin: 0 5px 0 0;
  padding: 0px;
}

.fleft {
  float: left;
}
.fright {
  float: fright;
}

h1 {
  font-size: 130%;
  margin: 0px;
  padding: 3px 0 5px 0;
}
  h1 a{
    text-decoration: underline;
  }
h2 {
  font-size: 120%;
  margin: 0px;
  padding: 3px 0 5px 0;
}
  h2 a{
    text-decoration: underline;
  }
  

#page {
  position: relative;
  width: 998px;
  margin: 0px auto;
  background: #86C540;
}
  #header {
    position: relative;
    width: 100%;
    height: 159px;
    background: url(../images/header_bg.gif);
  }
    #logo {
      position: absolute;
      width: 274px;
      height: 94px;
      background: url(../images/logo.gif);
      left: 20px;
      top: 5px;
    }
    #breadcrumbs {
      position: absolute;
      font-size: 95%;
      bottom: 0px;
      color: #FFF;
      margin: 0 0 0 74px;
      height: 22px;
      line-height: 22px;
    }
      #breadcrumbs a{
        color: #FFF;
      }
  #main {
    position: relative;
    width: 998px;
    margin: 0px auto;
    background: #FFF url(../images/main_bg.gif) repeat-x;
    padding: 0px;
  }
    #content_home {
      position: relative;
      width: 788px;
      float: left;
      overflow: hidden;
      padding: 0px;
    }
    #content {
      position: relative;
      width: 750px;
      float: right;
      overflow: hidden;
      padding: 0 20px 0 0;
    }
  #footer {
    position: relative;
    margin: 0px auto;
 
    font-size: 90%;
    line-height: 20px;
    padding: 0 0 15px 15px;
    color: #FFF;
  }
    #footer p {
      margin: 0px;
      padding: 0px;
    }
    #footer a {
      color: #FFF;
    }
  .logo_iso {
    padding: 15px 0;
    font-size: 13px;
  }
    .logo_iso p {
      padding: 13px 0 13px 85px!important;
    }  
  
  .clen_wqsa {
    color: #EEE;
    position: absolute;
    right: 30px;
    top: 30px;
    text-transform: uppercase;
  }
    .clen_wqsa a {
      color: #FFF;
      font-weight: bold;
    }
      .clen_wqsa a img {
        vertical-align: middle;
      }  
  
/****************************************************************/
/************************* NAVIGACE *****************************/
/****************************************************************/

  #navigation {
    position: absolute;
    bottom: 23px;
    height: 33px;
    width: 948px;
    font-size: 100%;
    margin: 0 0 0 50px;
    text-transform: uppercase;
  }
    #navigation a {
      display: block;
      float: left;
      font-weight: bold;
      text-decoration: none;
      color: #FFF;
      margin: 4px 4px 0 4px;
      padding: 0px;
      line-height: 29px;
      height: 29px; 
    }
      #navigation a:hover {

      }
        #navigation span.left {
          display: block;
          float: left;
          width: 5px;
          height: 29px;
          padding: 0px;
          cursor: hand;
        }      
        #navigation span.text {
          display: block;
          float: left;
          height: 29px;
          padding: 0 15px 0 15px;
          cursor: hand;
        }
        #navigation span.right {
          display: block;
          float: left;
          width: 5px;
          height: 29px;
          padding: 0px;
          cursor: hand;
        }  
  
        #navigation a:hover span.left{
          background: url(../images/navigation_bg_hover.gif) repeat-x;
        }    
        #navigation a:hover span.text{
          background: url(../images/navigation_bg_hover.gif) repeat-x;
        }
        #navigation a:hover span.right{
          background: url(../images/navigation_bg_hover.gif) repeat-x;
        }

    #navigation a.active{
      display: block;
      float: left;
      font-weight: bold;
      text-decoration: none;
      color: #FFF;
      margin: 0px 4px 0 4px;
      line-height: 33px;
      height: 33px;
    }
        #navigation a.active span.left{
          display: block;
          float: left;
          width: 5px;
          height: 33px;
          padding: 0px;
          background: url(../images/navigation_left_active.gif) no-repeat;
          cursor: hand;
        }    
        #navigation a.active span.text{
          display: block;
          float: left;
          height: 33px;
          padding: 0 15px 0 15px;
          cursor: hand;
          background: url(../images/navigation_text_active.gif);
        }
        #navigation a.active span.right{
          display: block;
          float: left;
          width: 5px;
          height: 33px;
          padding: 0px;
          background: url(../images/navigation_right_active.gif) no-repeat;
        }
        #navigation a.active:hover span.left{
          background: url(../images/navigation_left_active.gif) repeat-x;
        }    
        #navigation a.active:hover span.text{
          background: url(../images/navigation_text_active.gif) repeat-x;
        }
        #navigation a.active:hover span.right{
          background: url(../images/navigation_right_active.gif) repeat-x;
        }

  #sub_navigation {
    position: absolute;
    height: 20px;
    font-size: 90%;
    width: 100%;  
    line-height: 20px;  
    left: 0px;
    bottom: 4px;
    background: #FFF;
  }
    #sub_navigation a{
      display: block;
      color: #54019B;
      padding: 0 5px 0 5px;
      height: 20px;
      float: left;
    }
    #sub_navigation a:hover{
      display: block;
      color: #54019B;
      background: #EEE;
      border-bottom: 4px solid #EEE;
    }
    #sub_navigation a.active{
      display: block;
      color: #54019B;
      padding: 0 5px 0 5px;
      height: 20px;
      background: #FFF;
      border-bottom: 4px solid #FFF;
    }

  #support_navigation {
    position: absolute;
    height: 20px;
    right: 0px;
    top: 111px;
    width: 50px;
  }

#nav_tree {
  width: 195px;
  margin: 26px 0 0 0;
  padding: 0 0 0 15px;
  float: left;
}
  #nav_tree a {
    display: block;
    margin: 0px;
    font-size: 94%;
    color: #000;
  }

  #nav_tree a.nav_tree_active {
    font-weight: bold;
    display: block;
    color: #C64725;
  }

  .nav_tree_0 {
    margin: 0 0 0 0px;
    line-height: 30px;
  }
    .nav_tree_0 a{
      padding: 0px;
      line-height: 30px;
      background: url(../images/nav_tree_dotted_border.jpg) no-repeat      
    }
    .nav_tree_1 {
      margin: 0 0 0 5px;
    }
        .nav_tree_1 a{
          background: url(../images/nav_tree_pt.jpg) 0 50% no-repeat;
          padding: 0 0 0 18px;
        }
        .nav_tree_1 a.last{
          background: url(../images/nav_tree_pt.jpg) 0 50% no-repeat;
          padding: 0 0 0 18px;
        }
      .nav_tree_2 {
        margin: 0 0 0 12px;
      }
          .nav_tree_2 a {
          background: url(../images/nav_tree_pt.jpg) 0 50% no-repeat;
            padding: 0 0 0 18px;
          }
        .nav_tree_3 {
          margin: 0 0 0 12px;
        }
            .nav_tree_3 a {
              background: url(../images/nav_tree_pt.jpg) 0 50% no-repeat;
              padding: 0 0 0 18px;
            }
          .nav_tree_4 {
            margin: 0 0 0 12px;

          }
              .nav_tree_4 a {
                background: url(../images/nav_tree_pt.jpg) 0 50% no-repeat;
                padding: 0 0 0 18px;
              }
    
/************************ KONEC NAVIGACE *****************************/

 

/******************************/
/********* GALERIE ************/
/******************************/
.galerie_image {
  display: block;
  float: left;
  margin: 3px 5px 8px 0;
  padding: 2px;
  border: 5px solid #86C540;
}
  .galerie_image img {
    margin: 0px;
    padding: 0px;
  }
  .galerie_image p {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }

.galerie_short {
  float: left;
  width: 100%;
  margin: 0 5px 10px 0;
}
  .galerie_short h1 {
    font-size: 120%;
    margin: 0px;
    padding: 0px;
  }
  .galerie_short p {
    float: left;
    margin: 0px;
    padding: 0px;
  }
  
#galerie_full {
  float: left;
  width: 100%;
}

  #galerie_archiv_nav {
    width: 220px;
    float: left;
    margin: 0 0 0 0;
  }
    #galerie_archiv_nav h2{
      font-size: 110%;
      margin: 0 0 5px 0;
    }

/******* KONEC GALERIE *******/


/******************************/
/********* SOUBORY ************/
/******************************/
.soubory {
  width: 88px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin: 0 2px 0 0;
}
  .soubory img{
    margin: 1px;
  }

  h2.soubor {
    padding: 0px;
    margin: 0px;
    line-height: 23px;
    font-size: 110%;
    background: url(../images/file.jpg) no-repeat;
  } 
  h2.soubor a {
    padding: 0 0 0 35px;
    margin: 0px;
    line-height: 23px;
  } 
  #soubory_tree {
    width: 230px;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    background: #EEE;
    border-right: 2px solid #FFF;
  }
    a.soubor_thumb {
      float: left;
      display: block;
      padding: 0 0 0 25px;
      line-height: 17px;
      text-decoration: none;
      font-size: 85%;
      background: url(../images/soubor_tree.gif) repeat-y 15px 0px;
    }
    a.soubor_thumb img {
      float: left;
      width: 20px;
      margin: 0 3px 0 0;
      padding: 0px;
    }
    .soubor_tree_item_zip {
      height: 26px;
      overflow: hidden;
    }
  .small_text {
    font-size: 75%;
  }
  .file_size {
    font-size: 85%;
    text-align: center;
    font-style: italic;
    margin: 0px;
    padding: 0px;
  }
/******* KONEC SOUBORY *******/

/******************************/
/*********** PAGER ************/
/******************************/

#content #PagerId a {
  background: #649110;
  padding: 0 5px 0 5px;
  color: #FFF;
  font-weight: bold;
}
  #content #PagerId a:hover {
    background: #FFF;
    padding: 0 5px 0 5px;
    color: #649110;
  }
  #content #PagerId {
      color: #999;
    }
    .novejsi {
      float: left;
    }

/******* KONEC PAGERU *********/

