body {
	text-align: center;
	background-image: url(../background-back.jpg);
	background-position: top;	
	background-repeat: repeat-x;
	padding:0px;
	margin-top: 0px;
}
.backgroundNest {
	position: absolute;
	left: 50%;
	text-align: center;
	width: 920px;
	height: 620px;
	background-image: url(../background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: -460px;
}

.celek {
	width: 800px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	text-align:center;
}

.header {
	background: #ffffff;
	height: 120px;
	width: 800px;
	float: none;
	margin: 0px auto;
}

.stred {
	background: #ffffff;
	height: 400px;	
	width: 800px;
	float: left;
	text-align: left;
}

.odkaz{
	background: #ffffff;
	width: 105px;	
	float: left;
	padding-top: 50px;
	padding-bottom: 110px;
}

.odkaz a{
	display: block;
	background-color: #ffffff;
	width: 105px;
	height: 80px;
}

.footer {
	font-family: Georgia; 
	background: #ffffff;
	height: 22px;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.sig {
	font-family: Georgia; 
	background: #ffffff;
	height: 40px;
	width: 390px;	
	padding: 0px 0px 0px 0px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
}
.email {
	height: 40px;
	width: 135px;
	text-align: top;
	float: left;
	margin-top: 10px;
}
.noFlash {
	text-align: center;
	font-family: Georgia;
	width: 800px;
	height: 400px;
	background-image: url(../installFlash.jpg);
}

h1{ 
	padding-top: 0px;
	font-size: 6pt;
	font-weight: lighter;
} 

h2{
	font-weight: lighter;
	background-color: #FFFFFF; 
/*	margin-top: 20px;*/
	margin: 10px 0px 0px 0px;
	font-size: 9pt;
	float: left;
} 

h3{   
	/*margin-top: 80px;*/
	margin-bottom: 10px;
	padding-top: 75px;
	font-size: 10pt;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


img {
	border: 0px;
}

#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(../js/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(../js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/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;
	}	
