

html, body {

	font-family: Arial;

	font-size: 12px;
	color: white;

	background-color:#000000;
}

#center {
	position: absolute;

	left: 50%;
	top: 2px;

	bottom: 2px;

}


#survivor-cz {
	position: absolute;
	left: -450px;

	top: 0px;
	width: 900px;
}

#menu {
	width: 860px;
	height: 45px;

	padding-top: 115px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: top;

	font-family: Arial;

	font-size: 13px;
	color: #FFFFFF;

	background-color: #000000;
	background: url("../_theme/head-bg.jpg") no-repeat;
}

#menu a {

	color: #FFFFFF;

	text-decoration: none;

}


#menu a:hover {
	color: #FD7202;
	text-decoration: underline;

}

#content {
	width: 900px;
	text-align: left;

	vertical-align: top;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Arial;

	font-size: 12px;
	color: #000000;

}

#content-menu {
	width: 170px;
	text-align: left;

	vertical-align: top;

	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #525151;
	font-family: Arial;

	font-size: 12px;
	color: #FFFFFF;

	background: url("../_theme/menu-bg.jpg") repeat-y;
}

#content-menu a {

	color: #FD7202;

	text-decoration: none;

}


#content-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

#content-content {
	width: 650px;
	text-align: justify;

	vertical-align: top;

	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	font-family: Arial;

	font-size: 12px;
	color: #000000;

}

td.uvodni-strana {
	vertical-align: top;

	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-family: Arial;

	font-size: 11px;
	color: #000000;

}

#copyright {
	position: absolute;
	width: 860px;
	height: 75px;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: right;

	vertical-align: top;
	font-family: Arial;

	font-size: 11px;
	color: #FFFFFF;

	background: url("../_theme/copyright-bg.jpg") no-repeat;
}

#copyrightm a {

	color: #FD7202;

	text-decoration: none;

}


#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

a {

	color: #FD7202;

	text-decoration: none;

}


a:hover {
	color: #565656;
	text-decoration: underline;

}


img {
	border: 0px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img.right {
	border: 0px;

	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1 {


	font-family: Arial;

	font-size: 18px;
	color: #000000;

	text-align: right;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	spacing-bottom: 0px;
}

.title {


	text-align: right;

	font-size: 11px;
}

.bo {

	color: #FD7202;

}

h2 {


	font-family: Arial;

	font-size: 16px;
	color: #6A6A6A;

	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	spacing-bottom: 0px;
}

h3 {


	font-family: Arial;

	font-size: 14px;
	color: #000000;

}

h4 {


	font-family: Arial;

	font-size: 12px;
	color: #FFFFFF;

}



table {
	border-collapse: collapse;
	padding: 0px;

}


td {

	padding: 0px;

}

input {
	font-family: verdana;

	font-size: 10px;

	border-width: 1px;
	border-color: #AFAFAF;
	border-style: solid solid solid solid;
}


select {


	font-family: verdana;
	font-size: 10px;

}


textarea {

	font-family: verdana;
	font-size: 10px;

}

ul {
	list-style-type: square;
	spacing-left: 0px;
}

#li-prvni {
	list-style-type: none;
}


/* lightbox */

#lightbox {

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}



#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: transparent url(../_theme/lightbox-blank.gif) no-repeat;
	/* Trick IE into showing hover */

	display: block;
}


#prevLink {
	left: 0;
	float: left;
}


#nextLink {
	right: 0;
	float: right;
}


#prevLink:hover, #prevLink:visited:hover {
	background: url(../_theme/lightbox-prevlabel.gif) left 15% no-repeat;
}


#nextLink:hover, #nextLink:visited:hover {
	background: url(../_theme/lightbox-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;
}


#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

}
