﻿/***********************************************************************************************************/
/* AGalerie, 2008 */
/***********************************************************************************************************/

* {margin: 0; padding: 0;}

body {
	height: 100%;
	font-family: 'Arial', sans-serif;
}
html {
	height: 100%;
	background: #fff;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***********************************************************************************************************/
/* Layout */
/***********************************************************************************************************/

div#main {
	width: 979px;
}

div#content-left {
	float: left;
	width: 198px;
}

div#logo {
	position: relative;
	overflow: hidden;
	width: 198px;
	height: 140px;
	cursor: pointer;	

	background: url('/images/logo-trans.png');
	behavior: url("/stylesheets/iepngfix.htc");
}

	div#logo h1, div#logo p {
		display: none;
	}

p.vystavy {
	padding: 0px 8px 7px 8px;
	font-size: 0.75em;	
}

p.vystavy a:hover .text, p.vystavy a:hover span {
	font-weight: normal !important;
	color: #000 !important;
}

	.close {
		margin: 0 10px 32px 12px !important;
	}
	
	.zoom {
		font-weight: normal !important;
		text-decoration: none !important;
	}
	
	.open {
		margin: 0 15px 32px 12px !important;
	}

a {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000 !important;
}

.zoom {
	font-family: 'Verdana';
	font-size: 17px !important;
	cursor: pointer;
}
	
	.content-middle .zoom {
		line-height: 10px;
	}
	
	span.zoom:hover, span.hover {
		color: #000;
	}
	
	/* IE:hover */ 
	span.zoom {
		background-color: expression(
			this.onmouseover = new Function("this.className += ' hover';"),
			this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
		);
	}

	.info .zoom {
		position: absolute;
		top: -1px;
	}

	.open {
		background: #d3d3d3;
	}
	
div#content-left ul {
	margin: 0 0 0 20px;
	list-style: none;
	font-size: 0.75em;
}

div#content-left ul li {
	line-height: 1.4em;
}

div#content-right {
	float: right;
	width: 780px;
}

div#content-right-top {
  min-height: 74px;
}

div#content-right-top h1#large {
  font-size: 37px;
  line-height: 44px;
}

	div#leftIn {
		float: left;
		width: 122px;
		margin-right: 2px;
	}
	
	div#leftIn img {
		display: block;
		width: 60px;
		margin-bottom: 2px;
	}
	
		.img-hover {
			opacity: .65;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    	filter: alpha(opacity=65);
		}
	
	div#fotky-left {
		float: left;
		width: 60px;
		margin-right: 2px;
	}
	
	div#fotky-right {
		float: right;
	}
	
	.imgCont {
		display: block;
	}
	
	div.content {
		position: relative;
		float: right;
		width: 656px;
		min-height: 464px;
		height: expression(this.scrollHeight < 464 ? "464px" : "auto" );		
		background: #e3e3e3;
	}
	
	div.content a {
		font-weight: bold !important;
	}
	
	div.content a:hover {
		color: #000 !important;
	}
	
	div.content-top {
		padding: 29px 26px 0 26px !important;
	}
	
		div.kurator {
			float: left;
			xxxwidth: 120px;
			margin-right: 15px;
			font-size: 0.75em;
		}
		
		div.kurator img {
			display: block;
			margin-bottom: 12px;
		}

	div.content-middle p {
		font-size: 0.75em;
		line-height: 1.4em;
	}
	
	div.content-middle ul, div.content-middle ol {
		list-style: square;
		margin-left: 13px;
		margin-bottom: 16px;
	}
	
	div.content-middle li {
		font-size: 0.75em;
		line-height: 1.4em;
	}
	
	div.content-middle table {
		border-collapse: collapse;
	}
	
	div.content-middle td, div.content-middle th {
		padding: 5px;
		border: 1px solid #fff;
		font-size: 0.75em;
		line-height: 1.4em;
	}
	
	div.vystava-info {
		padding: 2px 26px 10px 10px;
		margin: 10px 20px 16px 16px;
		_margin-right: 0;
	}
	
	div.vystava-info p {
		width: 586px;
		margin-bottom: 0 !important;
		padding-bottom: 5px !important;
		font-size: 0.7em !important;
	}
		
	div.vystava-info p a {
		font-weight: normal !important;
	}
	
	div.vystava-info div {
		width: 584px;
		margin-top: 10px !important;
		padding: 0 !important;
	}
	
	div.vystava-info div img {
		display: block;
		margin-bottom: 5px;
	}
	
	div.vystava-info div p {
		padding: 0 !important;
		_margin-right: 0 !important;
	}
	
	div.content-anotace {
		padding: 0 26px 10px 10px;
		margin: 0 20px 19px 16px;
		_margin-right: 0;
	}

	div.content-anotace p {
    margin-bottom: 16px;
	}

	div.content-anotace h2 {
    font-size: 1em;
	}	
	
	div.content-anotace h3 {
    font-size: .8em;
	}		
	
	div.content-anotace div p {
		margin-top: 20px;
	}
	
.titulka {
	height: 464px;
}

#titulka-in {
	position: relative;
	width: 462px;
	height: 318px;
	margin: 73px auto;
}
#titulka-in div {
	opacity: .45;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter: alpha(opacity=45);					
	width: 100%;
	height: 100%;
	z-index: 99;
	
	cursor: pointer;
}

	.titulka-hover {
		opacity: .9 !important; 
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
  	filter: alpha(opacity=90) !important;
	}

#titulka-in h2 {
	position: absolute;
	display: block;
	color: #000;
	width: 400px;
	z-index: 100;
	margin: 24px 24px 0 24px;
}

#titulka-in p {
	position: absolute;
	bottom: 29px;
	left: 24px;
	display: block;
	color: #fff;
	font-size: 0.75em;
	z-index: 100;
}

/***********************************************************************************************************/
/* Layout - titulka */
/***********************************************************************************************************/

/***********************************************************************************************************/
/* Layout - overlayer */
/***********************************************************************************************************/	

div#overlayer {
	position: absolute !important;
	top: 165px;
	left: 12px;
	right: 28px;
	/*
	min-width: 978px;	
	max-width: 1435px;
	width: expression(document.body.clientWidth > 1435 ? "1435px" : "auto" );
	*/
	width: 332px;
	
	background: #d3d3d3;
	z-index: 100;
}

div#overlayer-in {
	/* margin: 28px 16px 16px 16px; */
	margin: 18px 16px 16px 16px;
	/* height: 317px; */

	background: white;
}

div#overlayer-navigace {
	height: 25px;

	background: #d3d3d3;
}

div#overlayer-navigace ul {
	list-style: none;
}

div#overlayer-navigace ul li {
	float: left;
	font-size: 0.75em;
	margin-right: 1px;
}

div#overlayer-navigace ul li a {
	display: block;
	_display: inline-block;
	height: 25px;
	_margin-top: 7px;
	padding: 0 16px 0 16px;
	line-height: 25px;
	font-weight: bold;
	background: #e9e9e9;
}

div#overlayer-navigace ul li a:hover {
	text-decoration: none;
	background: #fff;
}

div#overlayer-navigace ul li.navigace-vybrano a {
	font-weight: normal;
	background: #fff;
}

div#hledani {
	float: right;
	_width: 177px;
	height: 15px;
	_height: 24px;
	margin: -10px 0 0 0;
	padding: 10px;
	_padding-top: 18px;
	_padding-bottom: 0;
}

	.hledani-vybrano {
		background: #fff;
	}

div#hledani input {
	width: 169px; /* original: 177px  */
	padding: 1px 4px 1px 4px;
	border: 1px solid #ccc;
}

div#overlayer-content {
	overflow: auto;
	min-height: 272px;
	/* height: 610px; */ /* uvadet na zaklade vypoctu v JS */
	height: 340px;
	padding: 10px 0 8px 8px;
}

	div.item {
		float: left;
		overflow: hidden;
		/*
		width: 205px;
		*/
		width: 245px;
		/*
		height: 71px;
		*/
		
		height: 61px;
		padding: 11px 10px 11px 10px;

		background: #fff;
		cursor: pointer;
	}
	
	div.item img {
		float: left;
		display: block;
		width: 59px;
		height: 43px;
	}
	
	div.item-text {
		float: right;
		/*
		width: 136px;
		*/
		width: 176px;
	}
		
		div.item-text a {
			font-weight: normal !important;
		}
		
		div.item-text h3 {
			margin: 0;
			font-size: 0.7em;
			font-weight: normal;
		}
		
		div.item-text p {
			font-size: 0.7em;
			line-height: 1.4em;
		}
	
		div.item-vybrano {
			background: #e3e3e3;
		}

/***********************************************************************************************************/
/* Layout - detail galerie */
/***********************************************************************************************************/

div#detail {
	display:table-cell;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;	
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: none;
}

div#detail-big {
	display:table-cell;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	bottom: 0;
}

div#detail-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99;
}

	div#detail .info {
		overflow: hidden;
		position: absolute;
		top: 24px;
		left: 22px;
		height: 25px;
		padding-left: 6px;
		line-height: 25px;
		background: #fff;
		z-index: 100;
	}
		.info-zavreno {
			width: 19px;
		}
	
	div#detail .info p {
		_display: inline;
		padding-right: 10px;
		padding-left: 20px;
		font-size: 0.7em;
	}
	
		div#detail .info p.zavreno {
			visibility: hidden;
			padding: 0;
		}
	
	div#detail div#image {
		text-align: center;
    	display: table-cell;
	    vertical-align: middle;
	}
	
	div#detail div#image img {
		position: relative;
		z-index: 99;
		display: block;
		margin: auto;
		vertical-align: middle;
	}
	
	div#detail-big div#image img {
		position: relative;
		z-index: 99;
		display: block;
		vertical-align: middle;
		cursor: pointer;
	}
	
	div#zoom {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 35%;
		width: 30%;
		height: 100%;
		z-index: 100;
		cursor: pointer !important;
	}
	
	div.zoom-hover {
		background: url('/images/zoom.png') no-repeat center center !important;
		/* behavior: url("/stylesheets/iepngfix.htc"); */ /* spatny repeat v MSIE6/7 */
	}

	div#sipka-zpet {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 35%;
		width: 35%;
		height: 100%;
		z-index: 90;
		cursor: pointer !important;
	}
	
	div#sipka-zpet:hover, div.sipka-zpet-hover {
		background: url('/images/sipka-zpet.gif') no-repeat left center;
	}
	
	div#sipka-dalsi {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 65%;
		right: 0;
		width: 35%;
		height: 100%;
		z-index: 90;
		cursor: pointer !important;
	}
	
	div#sipka-dalsi:hover, div.sipka-dalsi-hover {
		background: url('/images/sipka-dalsi.gif') no-repeat right center;
	}
	
	div#close {
		position: absolute;
		top: 24px;
		right: 22px;
		
		width: 25px;
		height: 25px;
		cursor: pointer;
		z-index: 100;
		background: url('/images/close.png') no-repeat;
	}
	
		.close-hover {
			background: url('/images/close-hover.png') no-repeat !important;
		}

div.hover p {
	color: #fff;
}

div#detail .close {
	background: url('/images/plus.gif') #fff no-repeat center center;
	cursor: pointer;
}

div#detail .close p {
	display: none;
}

div#detail .open {
	padding-left: 10px;
}

div#detail .open p {
	padding-left: 23px;
	background: url('/images/minus.gif') #fff no-repeat left center;
	cursor: pointer;
}

/***********************************************************************************************************/
/* Staticke stranky */
/***********************************************************************************************************/

.static-page div.content {
  width: 100%;
}

.static-page div.content .text-box {
	float: left;
	margin: 32px 0 0 33px;
	_margin-left: 15px;
	width: 335px;
}

.static-page div.content p {
  font-size:0.75em;
  line-height:1.4em;
  margin-bottom: 1.5em;
}

.static-page .about-ag {
	background: url('/images/oag.png') #e3e3e3 no-repeat top center !important;
}

.static-page .text-box-right {
	float: right;
	margin: 35px 27px 0 0;
	_margin-right: 14px;
}

.static-page .text-box-right p {
	font-size: .7em !important;
	text-align: right;
}

.static-page .text-box-right a {
	font-weight: normal !important;
}

/***********************************************************************************************************/
/* Obecne tridy */
/***********************************************************************************************************/

.number {
	font-family: 'Georgia', 'New York CE' !important;
}

.no {
	display: none !important;
}

.cleaner {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	border: 0 !important;
	font-size: 1px;
}

.boxInfo {
	margin: 0 30px 15px 0 !important;
	padding: 15px 20px 15px 20px;
	border: 1px solid #ddd;
	background: #f2f2f2;
	font-size: 1em !important;
	font-weight: bold;
}

.bold {
	font-weight: bold !important;
}

