﻿body{
	margin: 0;
	padding: 1em;
	text-align: center;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
a{
	color: #FFFFFF;
	font-weight: bold;
}
a:hover{
	color: #000000;  /* 5d5d5d - tmavá šedá;  cccccc - světlá šedá původní*/
	font-weight:bold;
}
#container{
	width: 900px;
	height: 100%;
	margin: auto;
	padding: 0.5em;
	/*border: 1px solid #333333; */
	background-color: #622423;
	text-align: left;
	background-image: url('images/vodoznak.png');
}
#header{
	height: 5px;  
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	background-color: #622423;
	/* border: 1px solid #333333; */
}
#nav{
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}
#content{
	float: left;
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	width: 705px;                    
	border: 1px solid #FFFFFF;  
	color: #FFFFFF;
}
#content p{
	margin: 2em 1em 1em 2em;
	padding: 0;
	text-indent: 2em;
	text-align: justify;
	line-height: 1.8;
	font-size: 14px;
	/*font-weight: bold;*/
}

#content_vystoupeni{
	float: left;
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
	width: 705px;                    
	border: 1px solid #FFFFFF;  
	color: #FFFFFF;
}
#content_vystoupeni p{
	margin: 2em 1em 1em 2em;
	padding: 0;
	text-indent: 0;
	text-align: justify;
	line-height: 1.2;
	font-size: 14px;
	/*font-weight: bold;*/
}

#content li{
	margin: 2em 1em 1em 1em;
	padding: 0;
	text-indent: 0;
	text-align: justify;
	line-height: 1.3;
	font-size: 14px;
	/*font-weight: bold;*/
}

#pocitadlo{
	display:none;
	float: left;
	/*background-color:#99AAFF;*/    
	height: 35px;    
	padding: 0;
	margin: 0.5em 0.5em 0 0.5em;
	margin-bottom: 1em; 
}
#footer{
	clear: both;
	text-align: center;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #622423;   
}
#footer p{
  color: #FFFFFF;
  font-weight: bold;
	margin: 1em;
	font-size:10px;
	padding: 0;
}

h3	{margin-left:2em;}










.item-detail .info
{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.item-detail .img
{
	border: 2px solid #939598;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}

.item-detail .details
{
	background: red;
}


span.black, td.black
{
	color: black;
}

.img-list .item
{
	float: left;
	width: 123px;
	margin-right: 10px;
	text-align: center;
}
.img-list .item.last
{
	margin-right: 0px;
}
.img-list .item img
{
	clear: both;
	border: 2px solid #939598;
}
.img-list .item a:hover img
{
	border: 2px solid black;
}
.img-list .item .lab
{
	font-weight: bold;
	color: #6d6d6d;
	display: block;
	margin-bottom: 5px;
}
.img-list .item .more
{
	margin-top: 5px;
}

.photo-label
{
	
	
}



.list01 .item
{
	border-bottom: 1px dotted black;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list01 .item .info
{
	margin-bottom: 2px;
	margin-top: 2px;
}
.list01 .item .info a
{
	color: #6d6d6d;
	font-weight: bold;
}
.list01 .item .info span
{
	color: black;
	font-weight: bold;
}




.thickbox-detail
{
	clear: both;
	padding: 0 1em;
}
.thickbox-bar
{
	margin-left: 15px;
	margin-right: 15px;
	
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	xfont-size: 10px;
}

.thickbox-bar .buttons
{
	width: 102px;
	margin-left: auto;
	margin-right: auto;
	height: 13px;
}

#TB_prev,
#TB_next
{
	display: block;
	width: 31px;
	height: 13px;
	text-decoration: none;
}
#TB_prev span,
#TB_next span
{
	visibility: hidden;
}
#TB_prev
{
	float: left;
	background: url(./images/ico-button-left.gif) no-repeat;
}
#TB_prev:hover
{
	background: url(./images/ico-button-left-hover.gif) no-repeat;
}
#TB_next
{
	float: right;
	background: url(./images/ico-button-right.gif) no-repeat;
}
#TB_next:hover
{
	background: url(./images/ico-button-right-hover.gif) no-repeat;
}

.thickbox-bar .item-count
{
	width: 40px;
	float: left;
	line-height: 13px;
}

