/* hlavni stranka */

#hlav1 {
     width: 198px;
     height: 184px;
     padding: 0px;
     text-align: center;
     background-image: url('../grafika/home/hl1.jpg');
     float: left;
}

#hlav2 {
     width: 584px;
     height: 184px;
     padding: 0px;
     text-align: center;
     background-image: url('../grafika/home/hl2.jpg');
     float: left;
}

#hlav3 {
     width: 198px;
     height: 184px;
     padding: 0px;
     text-align: center;
     background-image: url('../grafika/home/hl3.jpg');
     float: right;
}

h1 span {diplay:block; position:absolute; left:0; top:0; z-index:1;
width:584px; height:184px; background:url('../grafika/home/hl2.jpg') no-repeat 0% center; 
cursor:hand; background-repeat:no-repeat}

