body {
	background-color: #FFFFFF;
	font-family: "Tahoma", sans-serif;
	color: #686868;
	font-size: 10pt;
}

#main {
	position: relative;
	margin: 2em auto 0em auto;
	padding: 0;
	min-width: 978px;
	width: 978px;
	height: 100%;
	border-bottom: 2px solid #575E6B;
}

#header {
	width: 100%;
	height: 170px;
	/*border-bottom: 2px solid #808080;*/
	background-image: url("../img/head.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1 {
	color: #686868;
	text-align: right;
	padding: 1em;
}

#menu {
	height: 33px;
	width: 100%;
	vertical-align: top;
	font-weight: normal;
	margin: 0 auto;
	background: white url("../img/menubg.png") repeat-x top left;
	font-size: 14pt;
}

#content {
	width: auto;
	clear: both;
	padding: 1em 2em;
	/*border: 1px solid white;
	background-image: url("../img/roh.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;*/
	min-height: 300px;
	height: 300px;
	font-size: 100%;
	line-height: 1.3;
}

html>body #content {
	height: auto;
	min-height: 300px;
}

#footer {
	position: relative;
	clear: both;
	margin: 0em auto 2em auto;
	padding: 0;
	min-width: 978px;
	width: 978px;
	font-size: 70%;
	padding: 3px;
}

#footer div.left {
	text-align: left;
	float: left;
	width: 50%;
}
#footer div.right {
	text-align: right;
	float: right;
	width: 50%;	
}
h1, h2, h3, h4 {
	color: #a0410d; /*#E76B21;*/
	margin: 5px 5px 5px 5px;
	padding: 0 0 0 0;
	/*font-weight: lighter;*/
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 14pt;
}


h3 {
	font-size: 10pt;
}

h4 {
	font-size: 10pt;
}


p {
	text-align: justify;
}

#content a, #content a:link, #content a:visited, #content a:active {
	color: #686868;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #686868;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

ul.vnav, ul.vnav li, ul.vnav li a {
	display: inline;
}

ul.vnav li a {
	text-align: left;
	text-decoration: none;
	padding: 0; /*2px 5px 3px 5px;*/
	/*margin: 0;*/
	color: #a0410d;
	width: 100%;
	height: 100%;
}

ul.vnav, ul.vnav li {
	line-height: 30px;
	padding: 0 1em;
	list-style-type: none;
}

ul.vnav li a:hover {
	text-decoration: underline;
}

ul.vnav {
	width: auto;
	margin: 0 auto;
}

.ramecky {
	border: 1px solid black;
}

.thumbnail {
	margin: 15px;
	border: 0;
}

.photo {
	margin: 1em auto 3px auto;
	padding: 0;
}

.noborder {
	border: 0;
	margin: 0 7px 2px 0;	
}

.noborder2 {
	border: 0;
	margin: 0 5px 0 0;	
}

.stred {
	text-align: center;
	line-height: 250px;
}

.center {
	text-align: center;
}

hr {
	height: 0px;
	background-color: white;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 0;
}

.leftf {
	float: left;
	text-align: left;
	width: 40%;
}

.rightf {
	float: right;
	text-align: right;
	width: 40%;
}

#galleries {
	float: left;
	width: 10%;
	text-align: left;
	margin: 75px 0;
	font-size: 80%;
}

ul.plain {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #C0C0C0;
}

li.plain {
	list-style-type: none;
	padding: 3px 0;
	border-bottom: 1px dashed #C0C0C0;
}

div.left {
	width: 49%;
	float: left;
}

div.right {
	width: 49%;
	float: right;
	margin-top: 2em;
	text-align: right;
}

select { 
	background-color: white;
	color: #686868;
	border: 1px solid #8c8c8c;
	font-family: "Tahoma", sans-serif;
	font-size: 10pt;
}

select option {
	background-color: white;
	color: #686868;
	font-family: "Tahoma", sans-serif;
	font-size: 10pt;
}

/* --------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: white; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 15px; }

#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ /*font: 10px Tahoma, Helvetica, sans-serif;*/ background-color: white; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 15px; color: #a0410d; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#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: #FFFFFF; }

