html,body {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, form, table {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


body {
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #000000;
	background-color: #404553;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	font-size: 130%;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
p {
	font-size: 110%;
	line-height: 130%;
}
ul {
	list-style: none;
}
a {
	color: #505769;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
	width: 100%;
}
#page {
	background-image: url(../img/page_bg.jpg);
	background-repeat: no-repeat;
	margin: 20px auto;
	height: 565px;
	width: 750px;
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 110px;
}
#header {
	display: none;
}
#navigation{
	clear: both;
	font-size: 120%;
	margin: 0px;
	text-align: right;
	font-weight: normal;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#navigation ul li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navigation ul li a.active {
	color: #AFB0B5;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
#content {
	background-image: url(../img/content_bg.jpg);
	padding: 10px 0px;
	text-align: right;
	float: right;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right top;
}
.padsides {
	padding-right: 10px;
	padding-left: 10px;
}
.content_novinky {
	width: 435px;
}
.content_biografie {
	width: 275px;
}
.content_galerie {
	width: 435px;
	padding: 0px;
}
.content_bibliografie {
	width: 450px;
}
.content_vystavy_samostatne,
.content_vystavy_spolecne {
	width: 450px;
}
.content_vystavy_detail{
	width: 435px;
	padding: 0px;
}
.pager {
	clear: both;
}
.pager ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.pager ul li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pager ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pager ul li a.active {
	color: #898B97;
}
.pager ul li a:hover {
	text-decoration: underline;
}
.pager a{
	color: #FFFFFF;
}
.pager a.active{
	font-weight: bold;
}
.pager a:hover{
	text-decoration: underline;
}
.galerie_nahled {
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 101px;
	width: 121px;
	margin-right: 10px;
}

/*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(../img/prevlabel.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.png) right 50% 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.backlink {
	position: relative;
	padding: 0px 10px;
	width: 60px;
	text-align: left;
	float: left;
}

