body {	background-color: #dce3db; /* barva pozadi */
		color: #636363; /* barva pisma */
		text-align: center; /* vycentrovani divu na stred*/
		font-family: Verdana; /* pouzitelne pismo */
		margin: 0px auto; /*vycentrovani v ostatnich prohlizecich*/
		font-size: 11px;}
#center { /* border: solid white 1px; */ position: relative; width: 960px; height: 650px; 
		text-align: left; margin: 0px auto; background-image: url('obr/pozadi.jpg');}			
#top { /* border: solid white 1px; */ position: absolute; width: 100%; height: 205px; 
		top: 0px; margin: 0px auto; background-image: url('obr/roci_tenis_top.jpg');}	
#odkazy { /* border: solid white 1px; */ position: absolute; width: 100%; height: 37px; 
		top: 205px; margin: 0px auto; text-align: center;}	

#odkazy_1 { /*border: solid black 1px;*/  position: relative; width: 944px; height: 33px; margin: 0px auto; vertical-align: middle;}
#odkazy_1 a { /*border: solid black 1px;*/ display:inline; text-align:center; width: 230px; height: 28px; font-weight: bold; font-size: 12px; text-decoration:none; color: white; 
		font-family: Verdana;  vertical-align: middle; padding-top: 6px; padding-left: 55px; padding-right: 55px; padding-bottom: 5px;} 
#odkazy_1 a:hover { color: #d1ca00;}	
td.odkazy { text-align:center; background-image: url('obr/roci_tenis_odkazy_back.png'); height: 32px;}

#left {  /*border: solid black 1px;*/  position: absolute; width: 357px; height: 387px; 
		bottom: 21px; left: 10px; margin: 0px auto; background-image: url('obr/roci_tenis_left.jpg');}
#left_1 { /*border: solid white 1px;*/  position: absolute; width: 340px; height: 100px; bottom: 0px; left: 20px; 
		margin: 0px auto; color: #31402d; font-weight: bold;}	
#main { /* border: solid black 1px;*/  position: absolute; width: 550px; height: 375px; bottom: 21px; right: 15px; margin: 0px auto;
		overflow: auto; font-family: Verdana; color:#636363;}			
#bottom {/* border: solid white 1px; */ position: absolute; width: 100%; height: 21px; 
		bottom: 0px; margin: 0px auto; background-image: url('obr/roci_tenis_bottom.png');}
#foot { /*border: solid black 1px;*/ position: absolute; width: 500px; height: 21px; 
		bottom: -21px; right: 10px; margin: 0px auto; text-align: right;}
h1 {color: #a31a10; font-size: 12px;}
table.left {color: #31402d; font-size: 11px; font-weight: bold;}
table.pomoc {color: #636363; font-size: 11px;}
#na_stred { width: 100%; text-align: center;}
img.red {border: solid #a31a10 1px;}

a {color: #a31a10; text-decoration : none;}
a:visited {color: #a31a10; text-decoration : none;}
a:active  {color: #a31a10; text-decoration : underline;}
a:hover  {color : #a31a10; text-decoration : underline;}

/* zelena #31402d 
   cervena #a31a10 
   seda #636363   */
   
/* --------------------------------------- LIGHTBOX ---------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

