/*-------------------------------------------------*/
/*--------------Style pre uvodnu stranku (index.html)[jQuery]*/

#cierna1{background-color:black;
      position:absolute;
      top:0px;
      left:0px;
      width:102%;
      height:250px;}
#cierna2{background-color:black;
         position:absolute;
         top:420px;
         width:102%;
         left:0px;
         height:300px;}
#obrazok_uvod{background-image:url(banner2.jpg);
          position:absolute;
          background-repeat:none;
          
          top:250px;
          left:0px;
          height:170px;
          width:102%;
          }
#uvod{position:absolute;
      top:170px;
      width:100%;
      opacity:0;
      filter:alpha(opacity=0);
      left:0px;
      height:900px;
      background-color:#fffec7;
      border-left: 10px solid black;
      border-right: 14px solid black;
      }
      
