/* General */
body {
	background-color: black; color: white;
	font-family: Arial, sans-serif; text-align: center;
}
h1 {
	font: normal small-caps bold 2em Arial;
}
h2 {
	font: normal small-caps bold 1.8em Arial;
}
hr {
	width: 50%;
	border: solid white 1px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: yellow;
}
.hidden {
	position: absolute;
	top: -1000px; left: -1000px;
}

/* Layout */
#menu {
	background-color: #000; border: none; border-collapse: collapse;
	z-index: 100;
	width: 100%;
	position: relative;
}
#menu td {
	width: 25%; padding-top: 3px;
	text-align: center;
	border-top: solid white 1pt; border-right: solid white 2pt;
}
#menu td.right {
	border-right: none;
}
#wrap {
	width: 500px; height: 100%;
	display: table;
	margin:  125px auto 0;
}
#welcome {
	border: solid white 5mm;
	display: table-cell; vertical-align: middle; height: 365px;
	font-variant: small-caps;
}
a.next {
	display: block; height: 30px;
	margin: 3em 0; padding: 2px 20px;
	position: absolute; right: 3em;
	background: transparent url(../images/next.gif) no-repeat right bottom;
}
a.next:hover, a.next:focus {
	background: transparent url(../images/next2.gif) no-repeat right bottom;
}
a.previous {
	display: block; height: 30px;
	margin: 3em 0; padding: 2px 0 0 20px;
	position: absolute; left: 3em;
	background: transparent url(../images/previous.gif) no-repeat left bottom;
}
a.previous:hover, a.previous:focus {
	background: transparent url(../images/previous2.gif) no-repeat left bottom;
}
img.photo {
	border: 1px solid white;
	margin: 0px;
}

div.popis {
	margin: 0 auto 10px;
	border: 2pt rgb(255,255,255) solid;
	padding: 5px;
	width: 50%;
}
div.n {
	height: 16px;
	visibility: hidden;
}

/* Slider */
#openCloseIdentifier {
	position: absolute; top: -1000px; left: -1000px;
}
#slider {
	position: absolute; top: 0px; left: 50%;
	width: 25%; margin-top: -141px; z-index: 10;
	text-align: center; outline: none;
}
#slider ul {
	z-index: 10;
}
#slider ul li {
	padding: 3px;
	z-index: 20;
}
#slider li a {
	padding: 3px;
	z-index: 30;
}
a.topMenuAction {
	display: block; width: 100px;
	margin: 0 auto;
	position: relative;
}
a.topMenuAction img{
	position: absolute; top: 4px; right: 10px;
}