body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	background: url("../img/pan.jpg") top left repeat-x;
	font-size: small;
}
* {
	padding: 0;
	margin: 0;
}

a, a:active, a:visited {
	color: #7c3500;
}
a:hover {
	color: #4f9adb;
}
#page {
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.italic {
	font-style: italic;
}

#bg1 {
	background: url("../img/prechod.png") top left repeat-x;
	height: 12px;
	margin-top: 80px;
}
#bg2 {
	background: url("../img/prechod2.png") top left repeat-x;
	padding: 10px;
}
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	margin-right: 20px;
	color: #466f01;
	float: left;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 125%;
	color: #999;
}
h3 {
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}

#content ul {
	list-style-type: none;
}
#content, #footer {
	padding-top: 20px;
}
#content h2 {
	padding: 1ex;
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
}
ul li {
	padding-left: 3ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	background: url("../img/dotlist.gif") center left no-repeat;
}
ul li.level2 {
	background: none;
}
#content p {
	padding-bottom: 1ex;
}
#footer {
	position: relative;
	text-align: center;
}

/* Panorama specific */
.checkpoint img:hover {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
div.point:hover div {
	display: block;
}
div.point div {
	z-index: 10;
	display: none;
	background-color: #fff;
	padding: 5px;
	width: 18em;
	border: 1px solid #ccc;
	background: #fff url("../img/sign.gif") top right no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#exif {
	display: none;
}