/* CSS Document */

 body{
      margin: 0;
      margin-top: 0; 
      padding: 0;
      font-family: Arial;
      font-size: 90%;
    }
  
    /* ********* ZKLADN?ROZVREN?DOKUMENTU *********** */
  
    #horni{
      /*background: url(obrazy/hlavicka.gif) no-repeat center;*/
      height: 75px;
      text-align: left;
      /*background: url(obrazy/bg-hlava.jpg) no-repeat right;*/
      /*background: url(obrazy/bg-hlava.jpg) right;*/
      
    }
    
     #horni-obsah{
      
    }
    
    #podtrzeni{
      background: #990000 url(obrazy/bgpod.gif) repeat-x;
      height: 27px;
    }
    
    #podtrzeni-obsah{
      padding: 3px 0 0 15px;
      color: white;
      /*float: left;*/
      font-weight: bold;
    }
    
    #levy{
      float:left;
      width: 180px;
      margin: 0;
    }
    
    #levy-obsah{
    
      padding: 0;
    }
    
    #stredni{
      margin: 0 230px 0 200px; /* horni, dolni, pravy, levy */
		}
    
    #stredni-obsah{
    padding: 0 10px 5px 0; /* horni, pravy, dolni, levy */
    }
    
    #pravy{
      float:right;
      width: 220px;
      border-left: 1px #ccc solid;
    }
    
     #pravy-obsah{
      padding: 0 20px 5px 20px; /* horni, pravy, dolni, levy */
      font-size: 75%;
    }
      
    #dolni{
    
    }
    
    #dolni-obsah{
      text-align: center;
      padding: 0 0 5px 0;
      color: #990000;
    }
    
    /* ********* ZKLADN?ROZVREN?DOKUMENTU - KONEC *********** */

