@media screen, handheld, tv, projection
{

html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(obrazy/body.jpg) top repeat-x black;
	font-size: 0.8em;
	color: white;
}

#siteBody, #siteBodyEliska, #siteBodyVzkazy
{
	position: relative;
	width: 726px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(obrazy/siteBody.jpg) left 111px repeat-x #2f2f2f;
}

#siteBodyEliska
{
	background: url(obrazy/siteBodyEliska.jpg) left 111px no-repeat #1c1c1c;
}

#siteBodyVzkazy
{
	background: black;
}

div#header
{
	width: 726p;
	height: 52px;
	margin: 0 0 59px 0;
	background: url(obrazy/header.jpg) no-repeat;
}

div#header h1 
{
	padding: 0;
	margin: 0;
}

div#header a#logo
{
 	width: 127px;
	height: 104px;
	position: absolute;
	top: 29px;
	left: 34px;
	background: url(obrazy/logo.jpg) no-repeat;
	z-index: 100;
}

div#content 
{
	margin: 0;
	padding: 1.7em 45px 72px 45px;
	text-align: left;
}

div#content h2 
{
	font-size: 1.5em;
	text-transform: lowercase;
	margin: 1em 0;
	padding: 0;
}

div#content h3 
{
	font-size: 1.3em;
	text-transform: lowercase;
	padding: 0;
	margin: 1.2em 0 0.6em 0;
}

div#content h3.uvod
{
	font-size: 1.1em;
	text-transform: none;
	padding: 0;
	margin: 1.25em 0 0.5em 0;
}

div#content h4 
{
	font-size: 1em;
	text-transform: lowercase;
	padding: 0;
	margin: 1em 0 0.5em 0;
}

div#content p
{
	margin:  0.4em 0 0.8em 0;
	padding: 0;
	text-align: justify;
}

div#content p.obal
{
	margin:  1.2em 0 1em 0;
	padding: 0;
}

div#content p.obal img
{
	margin:  0 1em 0 0;
	border: 2px solid #C4917A;
}


div#content ul
{
	margin:  0.4em 0 0.8em 0;
	padding: 0;
	text-align: justify;
	list-style-type: none;
}

div#content iframe
{
	margin:  0 auto;
	padding: 0;
}

div#content table
{
	margin:  0 0 1em 0;
	padding: 0;
	display: block;
}

p#footer
{
	width: 726px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 0.85em;
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
}

p#menu
{
	height: 47px;
	width: 559px;
	padding: 6px 0 6px 167px;
	position: absolute;
	top: 52px;
	left: 0;
	background: url(obrazy/menu.jpg) top repeat-x;
	margin: 0;
	text-transform: lowercase;
}

p#menu a
{
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	height: 23px;
	line-height: 23px;
	padding: 0 1em;
}

p#menu a:hover
{
	color: black;
	font-style: italic;
}

p#menu a:hover span.black
{
	color: white;
}

p#menu a.left
{
	float: left;
}

p#menu a.right
{
	float: right;
}


.transparent 
{ 
	visibility: hidden; 
}

.black 
{
	color: black;
}

.brown 
{
	color: #C4917A; 
}

.hidden 
{
	display: none;
}

div.cleaner
{
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
color: #C4917A;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

/* 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 */

}
