html
{
  height: 100%;
  min-height: 100%;
  background: #fff url(../images/background.jpg) top left;
}


body    
{ 
  background: url(../images/background-top.jpg) top left repeat-x;
  margin: 0; 
  padding: 0; 
  font: 100%/1.5 verdana, tahoma, arial;
  font-weight: bold; 
  position: relative;
  text-align: center;
  line-height: 25px;
  color: #000;
  height: 100%;
  min-height: 100%;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
  }

  
  h1
  {
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    color: #bb014b;
  }

  h2
  {
    font-size: 1em;
    padding: 0;
    margin: 5px 0;
    color: #6e0000;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overflow: hidden;
    border: none;
    border-top: 1px solid #6495B4;
    display: block;
    margin: 10px 0 10px 0;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-left
  {
    margin-left: 15px;  
  }

  .margin-rigth
  {
    margin-right: 15px;  
  }

  .red
  {
    color: #ba3926;
    font-weight: bold;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #ba3926;
    font-weight: bold;
    text-decoration: underline;
  }
 
    a:hover
    {
      text-decoration: underline;
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


  .dark
  {
    background: #f3bf8d;;
  }
  
  .ico
  {
    display: block;
    padding-left: 22px;
    line-height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
  }
  
  .float-left
  {
    float: left;
  }

  .float-right
  {
    float: right;
  }
  
  .img-left
  {
    float: right;
    margin-left: 15px;
  }


  .label
  {
    display: block;
    width: 180px;
    float: left;
  }

  
/* konec: obecne tridy */    



/* formulare */

form
{
  margin: 20px 0;
}

.input
{
  padding: 5px 0;
}



.input label
{
  float: left;
  display: block;
  width: 180px;
  line-height: 30px;
}

.select
{
  border: 1px solid #000;
  width: 280px;
}

input
{
  border: 5px solid #079590;
  padding: 5px 10px;
  width: 200px;
  font-weight: bold;
  font-size: 1em; 
}


input.checkbox
{
  width: 20px;
}

.input .textarea
{
  border: 5px solid #079590;
  width: 670px;
  height: 100px;
  padding: 10px;
  font: 100%/1.5 verdana, tahoma, arial;
  font-weight: bold;
}

.input .checkbox
{
  width: 20px;
  border: 1px solid #438637;
}

input.button
{
  width: 160px;
  height: 40px;
  margin: 2px 0;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border: 5px solid #035956;
  background: #079590;
  margin-left: 180px;
}




  #page
  {
    min-height: 100%;
    width: 950px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    background: #fff url(../images/header.jpg) left top no-repeat;
    border-left: 10px solid #079590;
    border-right: 10px solid #079590;
    _height: 100%;
    min-height: 100%;
  }


  /* hlavicka */

  #header
  { 
    height: 330px;
  }   

  /* konec: hlavicka */
  



  #middle
  {
    padding: 0 0 170px 0;
  }
  
  #left-middle
  {
    float: left;
    width: 715px;
    overflow: hidden;
  }
  

  #left
  {
    padding-top: 270px;
    float: left;
    width: 210px;
  }
  
  
  
    #left label
    {
      width: 60px;
    }
    
    #left input 
    {
      width: 120px;
    }
  
  

  #left.no-background
  {
    background: #fff;
  }

  
  #right
  {
    float: right;
    width: 207px;
    padding-top: 89px;
    margin-right: 3px;
  }
  
  

  /* obsah stranky*/
    #content
    {
      padding: 0 30px;
      margin: 0; 
      overflow: hidden;
      text-align: left;
    }

      
      #content p
      {
        padding: 10px 0;
        margin: 0;
        text-align: justify;
      }

      
  /* konec obsah stranky */
  
  

  
  
  /* leva cast stranky */

  
    #left h2
    {
      background: url(../images/left-h2.jpg) left bottom repeat-x;
      line-height: 35px;
      padding: 0;
      color: #800;
      font-size: 1.2em;
      text-align: center;
    }

    #left p
    {
      padding: 5px;
    }

  /* konec: leva cast stranky */





  /* menu */
  #menu
  {
    position: absolute;
    top: 215px;
    background: none;
    list-style-type: none;
    width: 950px;
    margin: 0;
    padding: 0;
  }    

  #menu li
  {
    position: absolute;
  }
  
    #menu li.menu-4
    {
      margin: 20px 0 0 120px;
    }

    #menu li.menu-2
    {
      margin: 35px 0 0 450px;
    }

    #menu li.menu-3
    {
      margin: 10px 0 0 680px;
    }

    
    #menu li a
    {
      text-decoration: none;
      font-size: 1.1em;
      color: #05524f;
    }




    #menu li a:hover, #menu li a.active
    {
      font-size: 1.5em;
      text-decoration: none !important;
    }  

  /* konec: menu */  
 


  /* prave menu */
  #right-menu
  {
    background: none;
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    width: 185px;
    font-size: .9em;
  }    

  #right-menu li
  {
    margin: 0;
    padding: 0;
    background: url(../images/right-menu-item.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }

    
    #right-menu li a
    {
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 30px;
      font-weight: normal;
      width: 155px;
      color: #fff;
      padding: 0 10px 0 20px;
      background: url(../images/right-menu-item-inactive.jpg) 5px 14px no-repeat;
    }




    #right-menu li a:hover, #menu li a.active
    {
      background: url(../images/right-menu-item-active.jpg) 5px 14px no-repeat;
      font-weight: bold;
      text-decoration: underline;
    }  


  #right-menu.right-menu-0 li
  {
    background: url(../images/right-menu-item-0.jpg) left top repeat-y;
    border-top: 1px solid #546277;
    border-bottom: 1px solid #1e314a;
  }    


  #right-menu.right-menu-1 li
  {
    background: url(../images/right-menu-item-1.jpg) left top repeat-y;
    border-top: 1px solid #72c261;
    border-bottom: 1px solid #245f16 ;
  }  
  

  #right-menu.right-menu-2 li
  {
    background: url(../images/right-menu-item-2.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }    

  #right-menu.right-menu-3 li
  {
    background: url(../images/right-menu-item-2.jpg) left top repeat-y;
    border-top: 1px solid #cf724e;
    border-bottom: 1px solid #a73508;
  }    

  /* konec: menu */  

  
  
  

  /* paticka */
    #footer
    {
      height: 160px;   
      width: 950px;
      margin: -160px auto 0 auto;
      background: url(../images/footer.jpg) left top no-repeat;
    }    

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: none;
    top: 0;
    margin: 0;
    width: 1000px;
    height: 155px;
  }






#references
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

  #references li
  {
    width: 280px;
    margin: 0;
    padding: 10px 5px;
    float: left;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
  }

  #references li img
  {
    width: 270px;
    border: 5px solid #079590;
  }

  #references li a
  {
    text-decoration: none;
  }
  
  #references li a:hover
  {
    text-decoration: underline;
  }