     /* css # */
 
 * {
  margin: 0;
  padding: 0;
}
   body {
	font-family: "Times New Roman";
	background: rgb(88, 99, 93);
	background-image: url('6.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}

	
#slideshow {
 position:relative;

   
}


#slideshow IMG {
 min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0; 
  z-index:8;
      opacity:0.0;
      
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;

}

#slideshow IMG.last-active {
    z-index:9;
}


#obsah_stranky{
z-index: 20;
position:relative;
font-size:12px;
}

#obal1{
width:604px;
height:370px;
font-size:20px;
position:absolute;
color:#fff;
top:168px;
left:520px;
z-index: 320;
border: 2px solid Silver;
border-radius: 30px;
text-align: center;

padding-top: 10px;
}
#obal2{
width:544px;
background-color: rgba(0, 0, 0, 0.3); 
ackground-color: #0391A9;
height:230px;
font-size:70px;
position:absolute;
color:#fff;
top:200px;
left:550px;
z-index: 322;
border: 2px solid White;
border-radius: 30px;
text-align: center;
box-shadow: 7px 7px 3px #000000;
padding-top: 80px;
}     
#vasawww{
width:344px;
background-color: rgba(0, 0, 0, 0.3); 
ackground-color: #0391A9;
height:auto;
font-size:20px;
position:absolute;
color:#fff;
top:100px;
left:50px;
z-index: 350;
border: 2px solid White;
border-radius: 30px;
text-align: center;
box-shadow: 7px 7px 3px #000000;
padding-top: 20px;
padding-bottom: 20px;
}     