#ATLpozadi {
  background: url('../images/backgroundatl1.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black; 
} 

#sportpozadi {
  background: url('../images/sport/sport.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black; 
} 

#cyklopozadi {
  background: url('../images/sport/kolopozadi.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black; 
} 

#stellinka {
 /* background: url('../images/stellinka/stellinka1.jpg');*/
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black; 
} 

#tableresults {
  background: url('../images/sport/ja_nilfisk.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black; 
} 

#svatbapozadi {
  background: url('../images/petaluci.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black; 
} 

#header	{
   position: fixed; 
   top:0; 
   left:0; 
   width:100%; 
   height:100%; 
/*   border-color: blue;*/
/*   border-width: 2px;*/
/*   border-style: solid;*/
   overflow-y: scroll;
   text-align: center;
   background-color: black; 
	 margin: 0 auto; 
	 padding: 5px;
	 color: #A9A9A9;
	 /*background-image: url('backgroundatl1.jpg');*/
	 opacity: 0.8;   
} 
	
#leftwindow  {
   width: 70%; 
/*   height: 80%;*/ 
   min-height: 100%;
   /*   top: 25%;*/ 
   margin: 0 auto; 
   position: relative; 
   border-color: transparent;
   border-width: 2px;
   border-style: solid;
/*   background-color: transparent;*/ 
   text-align: justify;
   padding: 6px;
	 background-color: transparent; 
} 

#footer {
   width: 70%; 
   height: 55%; 
   bottom: 0%; 
   margin: 0 auto; 
   position: relative; 
   background-color: transparent;
	 border-color: transparent;
   border-width: 2px;
   border-style: solid;
   text-align: center;
   padding: 20px;
 	 color: white;
}

#footersvatba {
   width: 70%; 
   height: 65%; 
   bottom: 0%; 
   margin: 0 auto; 
   position: relative; 
   background-color: transparent;
	 border-color: transparent;
   border-width: 2px;
   border-style: solid;
   text-align: center;
   padding: 20px;
 	 color: white;
}

hr.cleaner {
	clear: both;
	margin: -1px 0 0 0; padding:10;
	height:10px;
	border:15px;
	}

div.images {
  margin: 50px;
  border: 3px solid #696969;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }

img.vpravo {
	float: right;
	width: 90px;
	height: 70px;
	padding: 5px;
	}

img.vlevo {
	float: left; 
	width: 90px;
	height: 70px;
	padding: 5px;
	}


/*  
div.img img {
  display: inline;
  margin: 1px;
  border: 1px solid #ffffff;
  }
  
div.img a:hover img {
  border: 1px solid #0000ff;
  }

*/