/* CSS Document */

      #obal
      {
      width: 800px;
      margin: 15px auto 0px auto;
      background-color: white;
      border: solid 0px black;
      }
      
      #okraj
      {   
      width: 800px; 
      border: solid blue 0px;
      margin: 0px;
      text-align: left;
      position: relative;  
      text-align: left; 
      }
      
      #hlavicka
      {
      background-color: #e9e9e9;
      position: relative;
      width: 800px;
      height: 206px;
      top: 0px;
      left: 0px;
      border: 0px;
      z-index: 2;
      text-align: left;
      }  
      
      #obsah
      {
      width: 640px;
      height: 190px;
      position: relative;
      left: 95px;
      margin-top: 10px;
      }      
      
      .odkazy
      { 
      float: left;
      margin: 15px;
      width: 120px;
      height: 120px; 
      border: solid 1px silver;
      text-align: center;
      }  
      
      odkazy_obr
      {
      width: 160px;
      height: 97px;
      margin: 50px 5px;
      }
      
      .odkaz
      {
      font-weight: bold;
      color: black;
      font-size: 12px;
      text-indent: 7px;
      }
         
      h1
      {
      font-weight: bold;
      color: #554949;
      font-size: 16px;
      }

      h2
      {
      font-weight: bold;
      color: black;
      font-size: 12px;
      text-indent: 7px;
      }
      
      h3
      {
      font-weight: bold;
      color: black;
      font-size: 12px;
      text-indent: 15px;
      margin: 30px 0px;
      }
      
      .natur_logo
      {
      position: relative;
      float: left;
      top: 20px;
      width: 200px;
      height: 125px;
      margin: 10px;      
      }
      
      .hlavicka_text
      {
      position: relative;
      float: right;
      top: 5px;
      right: 10px;
      width: 540px;
      margin: 10px; 
      }
      
      .flash
      {
      width: 765px;
      height: 440px;
      margin: 0px 17px ;
      }
      
      p
      {
      text-indent: 15px;     
      text-align: justify;
      font-size: 12px; 
      }

      .bold
      {
      font-weight: bold;
      }

      img
      {
      border: 0px;
      }
      
      #pata 
      {
      width: 800px;
      z-index: 1;
      position: relative;
      bottom: -20px;
      left: 0px; 
      } 
      
      hr
      {
      color: silver;
      width: 650px;
      }
      
      a 
      {
      color: #554949;
      }
      
      a:hover
      {
      color: black;
      text-decoration: none;
      }


