
body {
	margin: 0 0 0 10%;
	padding: 0;
  background: url(images/BG.png);
	line-height: 1.6em;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #F00000;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #005FAC;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 1000px;
	height: 250px;
	margin: 0;
	background: url(images/LOGO1.png) repeat-y top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	margin: 0px;
	text-transform: none;
	font-size: 38px;
	color: #FFFFFF;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 213px 40px 0px 0px;
	text-transform: none;
	color: #FFFFFF;
}


/** CONTENT */

#content-wrap {
	width: 1000px;
	height: auto;
	margin: 0;
	background: url(images/BACKGROUND.png) repeat-y left top;
}

#content {
  width: 460px;
	margin: 0px auto;
	padding-top: 0px;
}


#columnA {
	float: right;
	width: 267px;

}

#columnA h2 {
	border-bottom: 1px #FF0000 dashed;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
}

#sites {
  	padding: 0 0 0 10px;
   	width: 235px;
}

#sites2 {
  	padding: 0 0 0 10px;
   	width: 235px;
}

#sites2 a {
 color: #575757;
}

#sites2 a:hover {
 color: #575757;
}

#menu {
  	padding: 10px 0 0 20px;
  	height: 40px;
  	background: url(images/MENU.png) no-repeat;
 		font-size: 25px;
}

#columnB {
	float: left;
	width: 255px;
	padding: 0 0 0 15px;
}

#columnB h2 {
	border-bottom: 1px #FF0000 dashed;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
}

#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}


/** FOOTER */

#footer {
	width: 1000px;
	height: 54px;
	background: url(images/FOOTER.png) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 0 0;
}

#footer .copyright {
	float: right;
	margin: 18px 35px 0px 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 50px 30px 0px 0px;
	padding-right: 0px;
	text-align: center;
}

#footer .css {
	padding-left: 0;
}

#footer .xhtml {
	padding-left: 0;
}

#footer a {
}


#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(http://krizemkrajem.wz.cz/lightbox/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(http://krizemkrajem.wz.cz/lightbox/images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(http://krizemkrajem.wz.cz/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{ background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }


#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 40%; 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; outline: none;}	 	


#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#entry {	padding: 10px 15px;}



