@media screen, handheld, tv, projection
{

html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #fff url(obrazy/body.jpg) top center repeat-y;
}

#siteBody
{
	width: 902px;
	position: relative;
	min-height: 100%;
	_height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: url(obrazy/siteBody.jpg) bottom right no-repeat;
}

div#header
{
	height: 190px;
	width: 902px;
	background: url(obrazy/header.jpg) no-repeat;
	overflow: hidden;
}

div#header a.logo
{
	width: 414px;
	height: 93px;
	position: relative;
	top: 51px;
	left: 41px;
	display: block;
}

div#header h1, div#header h2
{
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
}

div#content
{
	width: 619px;
	padding: 0 0 50px 283px;
	min-height: 345px;
	_height: 345px;
	background: url(obrazy/content.jpg) top right no-repeat;
}

div#content h3
{
	padding: 1.6em 0 0 0;
	margin: 0 1.7em 0.6em 1.7em;
	font-size: 1.4em;
	text-transform: uppercase;
}

div#content h4
{
	padding: 0;
	margin:  0.8em 2.2em 0.2em 2.2em;
	font-size: 1.1em;
}

div#content p, div#content table
{
	padding: 0;
	margin: 0.6em 2.4em;
	text-align: justify;
}

div#content table td
{
	padding: 0.5em 1em;
	margin: 0;
	text-align: left;
}

div#content p.photo
{
	width: 241px;
	height: 195px;
	text-align: right;
	background: url(obrazy/backgroundPhoto.jpg) top left no-repeat;
	padding: 10px 0 0 0;
	margin: 1em 0 1.2em 2.6em;
	float: left;
}

div#content p.photo a img
{
	border: none;
}

div#content p.photo a span
{
	display: block;
	margin: 1em 0 0 1.3em;
	text-align: left;
}

div#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 37px;
	width: 902px;
}

div#footer p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0;
	padding: 8px 0 0 41px;
}

div#footer p#counter
{
	width: 12em;
	float: right;
	margin: 0 2.4em;
	padding: 8px 0 0 0;
	text-align: right;
}

p#menu
{
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 200px;
	left: 14px;
	width: 240px;
}

p#menu a
{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	padding: 7px 0 0 25px;
	display: block;
	color: #000;
	background: url(obrazy/menu.jpg) left top no-repeat;
	height: 24px;
}

p#menu a.activeNow, p#menu a:hover
{
		background: url(obrazy/menuHover.jpg) left top no-repeat;
}

a
{
	color: #d87524;
}


a:hover
{
	text-decoration: none;
}

.hidden
{
	display: none;
}

.cleaner
{
	clear: both;
	height: 0;
	overflow: hidden;
}

.warning
{
	color: #C30;
	font-weight: bold;
}

/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(obrazy/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(obrazy/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 0.85em Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* konec lightboxu */
}

