@media all {
* {
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
	font-family: "Comic Sans MS", sans-serif;
}
#obsah, #menu, #menufoto, #hlava, #pata, #cz, #en, #de {
	/* -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-o-border-radius: 15px;
	-wap-border-radius: 15px; 
	-ms-border-radius: 15px;
*/
	border-radius: 15px;
}
body {
	background-color: #ffdead;
}
img {
	border: none;
}
#cz {
	position: absolute;
	top: 11%;
	left: 1%;
	z-index: 1;
}
#en {
	position: absolute;
	top: 11%;
	left: 4%;
	z-index: 1;
}
#de {
	position: absolute;
	top: 11%;
	left: 7%;
	z-index: 1;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
	text-align: center;
	
}
.vystavy {
	border-collapse: collapse;
	width: 100%;
}
.zahlavitab {
	background-color: Sienna;
	font-size: 120%;
	font-weight: bold;
}
.roktab {
	background-color: #8b4513;
	color: #FAF2E7;
	font-size: 115%;
	font-weight: bold;
}
.vystavy td {
	padding-left: 7px;
	font-size: 90%;
}
#obal {
	background-color: #ffdead;
	position: relative;
	width: 1000px;
	height: 1500px;
	margin: 0 auto;
}
#clock {
	margin: -160px 0 0 -10px;
}
#hlava {
	background-image: url(hlavicka1.png);
	width: 82%;
	height: 150px;
	margin: 5px 0 0 180px;
}
#obsah {
	background-color: #daa520;
	width: 82%;
	height: 85%;
	position: absolute;
	top: 155px;
	left: 180px;
}
#menu {
	background-color: #c67406;
	width: 17.5%;
	height: 85%;
	position: absolute;
	text-align: left;
	top: 155px;
	left: 0;
}
#menu ul {
	line-height: 3;
}
#menu li {
	padding: 0 0 0 10px;
}
#pata {
	background-color: #c67406;
	width: 100%;
	height: 4%;
	position: absolute;
	text-align: center;
	top: 1435px;
	line-height: 2;
}
#text {
	padding: 10px;
}
#obsah h1 {
	text-align: center;
}
#menu a:link {
	color: black;
	text-decoration: none;
}
#menu a:visited {
	color: black;
	text-decoration: none;
}
a:link {
	color: #8b4513;
	text-decoration: none;
}
a:visited {
	color: #8b4513;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: overline;
	font-style: italic;
}
a:focus {
	color: blue;
}
ul#menuhlavni li {
	behavior: url('hover.htc');
}
ul#menufoto li {
	padding: 0 5px;
}
ul#menuhlavni ul {
	position: absolute;
	text-align: center;
	padding: 0;
	margin: 0;
	visibility: hidden;
	border: 1px solid black;
	background-color: #FFFF00;
	list-style-type: none;
	line-height: 2;
	top: 90px;
	left: 100px;
	width: 100px;
	height: 160px;
	z-index: 1;
}
ul#menuhlavni li ul {
	visibility: hidden;
}
ul#menuhlavni li:hover ul, ul#menuhlavni li.hover ul {
	visibility: visible;
}
ul#menuhlavni {
	list-style-type: none;
}
.crufts {
	text-indent: 30px;
	margin: 0px;
}
.face {
	margin: 10px 0 0;
}
.vlevo {
	float: left;
	padding: 15px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.vpravo {
	float: right;
	padding: 15px;
}
.nastred {
	text-align: center;
	margin: 10px 0 0 0;
}
.blok {
	text-align: justify;
	margin: 5px 0 0 385px;
}
.obrazek {
	margin-left: 5%;
}
div#block {
	margin: 0 auto;
	width: 800px;
}
div.block-in {
	float: left;
	width: 350px;
	border: 1px solid black;
	margin: 5px 12px;
	padding: 10px;
	background-color: moccasin;
}
li {
	list-style-position: inside;
	padding-left: 10px;
}
.cleaner {
	clear: both;
	visibility: hidden;
}
#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");
	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 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: #2f4f4f;
}
}
@media print {
#top {
	display: none;
} 
#vlajky {
	display: none;
}  
#menu {
	display: none;
} 
#obsah {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#pata {
  width: 100%;
	height: 4%;
	position: absolute;
	top: 1200px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
  text-decoration: none;
}
}
