
	body {
		margin: 0 ;
		padding: 0 ;
		background: #000000 url(_images/body_bg.jpg) no-repeat fixed center top;
		color: #ffffff;
		font-family: Trebuchet MS, sans-serif ;
		font-family:Candara,Trebuchet MS,Helvetica,Sans-Serif;
		font-size: 14px;
	}	
	#wrapper0 {
		width: 800px;
		margin: auto ;
		position: relative;
	}
	#header {
		height: 203px;
		margin: 0 ;
		background: transparent url(_images/header.png) no-repeat center top;
		border-top: 1px solid #000000;
	}
	#wrapper1 {
		margin: 0 ;
		background: transparent url(_images/wrapper1_bg.png) repeat-y center top;
	
	}
	#main {
		margin: 100px;
		margin-top: 0;
	}
	#footer {
		min-height: 50px;
		background: transparent url(_images/footer_bg.png) no-repeat center top;
	}
	a {
		color: #4D9ACB;
	}

	a img {
		border: none;
	}
	a:active {
		outline: none;
	}
	a:focus	{
		outline: none;
		-moz-outline-style: none;
	}	
	h1 {
		font-size: 3.1em;
		font-weight: normal;
		color: #DDC44D;
	}
	h1 span {
		color: #ffffff;
		font-size: 0.4em;
		display: block;
		margin-left: 50px;
	}
	h2 {
		font-size: 1.5em;
		color: #DDC44D;
	}
	#program span {
		width: 130px;
		display: inline-block;
		font-size: 1.2em;
	}
	#program2 span {
		width: 170px;
		display: inline-block;
		font-size: 1.1em;
	}
	#program2 div {
		padding-left: 172px;
	}
	#program2 div span {
		width: 169px;
		position: absolute;
		margin-left: -172px;
	}
	#logo_sananim {
		margin-left: 50px;
		margin-right: 30px;
	}
	#logo_sananim1 {
		position: absolute;
		top: 50px;
		left: 50px;
	}
	#logo_prazdroj1 {
		position: absolute;
		top: 50px;
		left: 500px;
		display: block;
	}
	#logo_prazdroj1 img {
		display: block;
	}
	
	#heslo_zaverem {
		text-align: center;
		font-size: 1.3em;
		font-weight: bold;		
	}
	#odkaz_promile {
		font-size: 1.3em;
		text-decoration: none;
	}
	.zvyraznit {
		font-size: 1.4em;
		font-weight: bold;
	}
	
	
/* .fotrogalerie 
--------------------------------------------------------------- */

.fotogalerie ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fotogalerie li {
	padding: 5px;
	margin: 0;
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	background: none;
}
.fotogalerie img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}
.fotogalerie li:hover img {
	border-color: #999;
}
.fotogalerie em {
	/*display: none;*/
	position: absolute;
	top: 13px;
	left: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	background: url(../_images/prusvitna-cerna.png) repeat;
	border: solid 1px #000000;
	
	color: #000000;
	background: #FFFFFF url(../../_images/.png) repeat;
	border: solid 1px #000000;
	
}
.fotogalerie a {
	text-decoration: none;
	color: #000;
}
.fotogalerie a:hover em {
	display: block;
}
.fotogalerie span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0px;
	left: 9px;
	/*background: url(../_images/paper-clip-mini.png) no-repeat;*/
	z-index: 3;
}
.fotogalerie li.slozka  {
	background: url(../_images/fotoslozka_modra_w100_h100.png) no-repeat;
}
.fotogalerie li.slozka a {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	z-index: 5;
}
