/*  VitezslavBumba.cz - Copyright (c) ALMEO s.r.o. - www.almeo.cz  */

body {
	text-align: center;
	background: url(images/page_background.jpg) left top repeat-x rgb(61,61,61);
	color: white;
	cursor: default;
	padding: 4px 0 4px 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
}

h1 {
	display: none;
}

img {
	border: 0;
	margin: 0;
}

textarea, select, .datovy_text_input, .datovy_form_submit {
	overflow: auto;
	padding: 1px;
	font-family: Arial, sans-serif;
	border: rgb(76, 76, 76) 1px solid;
}

#page_area {
	margin: 0 auto 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
}

#hlavicka {
	clear: both;
	padding: 15px 0 0 20px;
	margin: 0;
	text-align: left;
	height: 80px;
}

#content_area {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(images/sloupek_levy_background.jpg) left top no-repeat rgb(40, 40, 40);
}

#sloupek_levy {
	float: left;
	width: 236px;
	height: 574px;
}

UL#menu_leve {
	display: block;
	margin: 0 10px 0 30px;
	padding: 45px 0 10px 0;
}

UL#menu_leve LI {
	display: block;
	padding: 20px 0 0 5px;
	text-align: left;
	margin: 0;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

UL#menu_leve LI UL {
	display: block;
	margin: 0;
	padding: 3px 5px 5px 15px;
}

UL#menu_leve LI UL LI {
	text-align: left;
	display: block;
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
	font-size: 12px;
}

UL#menu_leve LI A {
	text-decoration: none;
}

UL#menu_leve LI A:hover {
	text-decoration: underline;
}

#sloupek_pravy {
	float: left;
	width: 564px;
	background: url(images/sloupek_pravy_background.jpg) left top no-repeat rgb(51, 51, 51);
}

#sloupek_pravy_obal {
	clear: both;
	height: 574px;
	width: 564px;
	padding: 0;
}

#paticka {
	clear: both;
	padding: 6px 15px 20px 0;
	text-align: right;
	color: white;
	font-size: 11px;
}

#nadpis_stranky {
	clear: both;
	padding: 10px 30px 10px 0;
	margin: 0;
	text-align: right;
}

#nadpis_stranky H2 {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#content_obsah {
	clear: both;
	float: left;
	text-align: left;
	padding: 10px 15px 20px 15px;
	width: 534px;
	margin: 0;
}


/*   Zobrazování a otevírání fotografií   */

#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(../images/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(images/prevlabel.gif) left 50% no-repeat;
}


#nextLink:hover, #nextLink:visited:hover { 
	background: url(images/nextlabel.gif) right 50% no-repeat; 
}




#imageDataContainer{
	
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;

	margin: 0 auto;
	
	line-height: 1.4em;

	overflow: hidden;

	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;

}

/*   Konec otevírání fotografií   */




