/* CSS Document */
#horna{background-color:rgb(160,82,45);
          height:100px;}
   #menu{background-color:rgb(210,180,140);
          height:900px;
          float:left;
          width:20%;
          overflow:auto;  }  /*posúvač*/     
    #stredna{background-color:rgb(245,222,179);
          height:900px;
          color:white;
          font-size:36px;
          text-align:left;  
          float:right;
          overflow:auto;
          width:80%;
          left:22%} 
    #pata {background-color:rgb(160,82,45);
          height:30px;
          clear:both;
          font-size:25px;
          color:white;
          text-align:center} 
    body{background-color:#FFF8DC} 
    #vyhladavanie{float:right;
                  position:absolute;
                  top:50px;
                  left:75%} 
     a{color:rgb(204,0,51)}                 