/* CSS global */
body
{
	background: #FEFEFC url('/img/body.gif') center 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#page
{
	width: 956px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
}

#head
{
	background: url('/img/hlavicka.jpg') 0 0 no-repeat;
	height: 282px;
	position: relative;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

#head-2
{
	background: url('/img/hlavicka-2.jpg') 0 0 no-repeat;
	height: 211px;
	position: relative;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

#top-menu
{
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	position: absolute;
	width: 950px;
	top: 282px;
}

#top-menu-2
{
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	position: absolute;
	width: 950px;
	top: 211px;
}

#rozcestnik
{
	margin: 0px 3px;
	padding-top: 41px;
}

#rozcestnik-2
{
	margin: 0px 3px;
	padding-top: 41px;
}

#web
{
	background-color: #FFFFFF;
	margin: 0px 3px;
	padding-bottom: 110px;
}

#footer
{
	position: absolute;
	width: 950px;
	bottom: 0px;
	height: 77px;
	margin: 0px 3px;
	color: #FFFFFF;
}

a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
/* CSS global */

/* detailnenjsi styly pro #head */
#head-2 .links,
#langlinks
{
	position: absolute;
	right: 17px;
	bottom: 80px;
	color: #F0D88D;
	font-size: 1em;
	font-weight: bold;
}
	
	#head-2 a.logo
	{
		width: 100px;
		height: 90px;
		display: block;
		position: absolute;
		bottom: 7px;
		left: 17px;
	}

	#head-2 a,
	#langlinks a
	{
		color: #FFFFFF;
		
	}
	
	#head-2 .aktiv-lang
	{
		color: #FFFFFF;
	}
	
	#head-2 a.printer
	{
		background: url('/img/printer.gif') 0 0 no-repeat;
		padding-left: 20px;
		margin-left: 12px;
	}

/* detailnenjsi styly pro #top-menu */
/* prvni uroven */
#top-menu ul,
#top-menu-2 ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 36px;
	border-bottom: 4px solid #917649;
	background: #77541B url('/img/ul-podklad.gif') 0 center no-repeat;
}

	#top-menu ul li,
	#top-menu-2 ul li
	{
		display: block;
		margin: 0;
		padding: 0;
		float: left;
		overflow: hidden;
		height: 40px;
		margin-right: 1px;
		/*border-right: 1px solid #917649;*/
	}

		#top-menu ul li a,
		#top-menu-2 ul li a
		{
			background: #77541B url('/img/menu_uroven_1.gif') 11px 13px no-repeat;
			display: block;
			color: #FFFFFF;
			padding: 11px 20px 10px 35px;
			text-decoration: none;
			
		}
		
		#top-menu ul li a:hover,
		#top-menu-2 ul li a:hover
		{
			background: #BD8C38 url('/img/menu_uroven_1_h.gif') 11px 13px no-repeat;
		}

/* druha uroven */
#top-menu ul li ul,
#top-menu-2 ul li ul
{
	width: 195px;
	height: auto;
	position: absolute;
	background: url('/img/submenu-ul.gif') 0 0 repeat-y;
	margin-top: 0px;
	border: 0px;
}

	#top-menu ul li ul li,
	#top-menu-2 ul li ul li
	{
		border-right: 0px;
		display: block;
		float: none;
		padding-bottom: 1px;
		width: 191px;
		height: auto;
		background: url('/img/submenu-ul-li.gif') 0 bottom no-repeat;
	}
	
		#top-menu ul li ul li a,
		#top-menu-2 ul li ul li a
		{
			padding: 0px;
			background-image: none;
			background: #BD8C38;
			margin-bottom: 0px;
			display: block;
			margin-left: 10px;
		}
		
			#top-menu ul li ul li a span,
			#top-menu-2 ul li ul li a span
			{
				display: block;
				background: url('/img/submenu-ul-li-span.gif') 5px 11px no-repeat;
				padding: 10px 10px 10px 25px;
			}
		
		#top-menu ul li ul li a:hover,
		#top-menu-2 ul li ul li a:hover
		{
			background-image: none;
			background: url('/img/submenu-ul-li-h.gif') 0 0 repeat-y;
		}
		
			#top-menu ul li ul li a:hover span,
			#top-menu-2 ul li ul li a:hover span
			{
				background: url('/img/submenu-ul-li-span-h.gif') 5px 11px no-repeat;
			}


#top-menu ul li ul,
#top-menu-2 ul li ul
{
	visibility: hidden;
}

#top-menu ul li:hover ul,
#top-menu ul li.hover ul,
#top-menu-2 ul li:hover ul,
#top-menu-2 ul li.hover ul
{
	visibility: visible;
}

/* 3 a dalsi úroven zakazana */
#top-menu ul ul ul,
#top-menu ul ul ul ul,
#top-menu ul ul ul ul ul,
#top-menu ul ul ul ul ul ul,
#top-menu-2 ul ul ul,
#top-menu-2 ul ul ul ul,
#top-menu-2 ul ul ul ul ul,
#top-menu-2 ul ul ul ul ul ul
{
	visibility: hidden;
}
 

/* detailnenjsi styly pro #rozcestnik */
#rozcestnik .links-rozcestnik
{
	background: url('/img/rozcestnik.jpg') 0 0 no-repeat;
	height: 268px;
}

	#rozcestnik ul
	{
		list-style-type: none;
		height: 268px;
	}
	
		#rozcestnik ul li
		{
			float: left;
			width: 237px;
			
		}
		
			#rozcestnik ul li a
			{
				display: block;
				height: 267px;
			}
			
				#rozcestnik ul li a span
				{
					display: none;
				}
				
/* detailnenjsi styly pro #rozcestnik-2 */
#rozcestnik-2 .links-rozcestnik
{
	background: url('/img/rozcestnik-2.jpg') 0 0 no-repeat;
	height: 140px;
}

	#rozcestnik-2 ul
	{
		list-style-type: none;
		height: 135px;
	}
	
		#rozcestnik-2 ul li
		{
			float: left;
			width: 237px;
			
		}
		
			#rozcestnik-2 ul li a
			{
				display: block;
				height: 135px;
			}
			
				#rozcestnik-2 ul li a span
				{
					display: none;
				}
	
/* detailnenjsi styly pro #footer */
#footer a
{
	color: #BDB29F;
}

/* horni cast */
#footer .footer-top
{
	background: #846B41 url('/img/footer.gif') right top no-repeat;
	height: 50px;
}

	#footer .footer-top p
	{
		padding: 12px 0px 0px 29px;
		display: block;
		
	}
	
	#footer .footer-top p span
	{
		color: #BDB29F;
	}

/* dolni cast */
#footer .footer-bottom
{
	background: #644511;
	color: #B29A72;
	font-size: 0.92em;
}
	
	#footer .footer-bottom-left
	{
		float: left;
		padding: 7px 0px 0px 29px;
	}
	
		.footer-bottom-left ul
		{
			list-style-type: none;
		}
		
			.footer-bottom-left ul li
			{
				float: left;
				margin-right: 5px;
			}
	
	#footer .footer-bottom-right
	{
		float: right;
		padding: 7px 10px 0px 0px;
	}
	
		.footer-bottom-right ul
		{
			list-style-type: none;
		}
		
			.footer-bottom-right ul li
			{
				float: left;
				margin-right: 5px;
			}

/* detailnenjsi styly pro #web */
#web .web-obsah-left
{
	float: left;
}

#web .web-obsah-right
{
	float: right;
	width: 435px;
}

/* detailnenjsi styly pro #box-news */
#box-news
{
	width: 212px;
	float: right;
	margin-right: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 0.92em;
	padding-left: 0px;
}
	
	#box-news h3
	{
		display: none;
	}

	#box-news .news-heading
	{
		background: url('/img/news-heading.jpg') 0 0 no-repeat;
		height: 57px;
	}
	
	#box-news .news-basic
	{
		background: url('/img/news-basic.gif') 0 0 repeat-y;
	}
	
	#box-news .news-body
	{
		background:url('/img/news-body.gif') 0 0 no-repeat;
		min-height: 208px;		
	}
	
	#box-news .news-bottom
	{
		background:url('/img/news-bottom.gif') 0 0 no-repeat;
		height: 10px;
	}
	
	#box-news p
	{
		line-height: 16px;
		padding-left: 23px;
	}
	
	#box-news a
	{
		display: block;
		padding-bottom: 20px;
		padding-right: 10px;
		font-weight: bold;
		color: #614829;
	}

/* detailnenjsi styly pro #box-contact */
#box-contact
{
	width: 200px;
	float: right;	
	margin-right: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 18px;
}
	
	#box-contact h3
	{
		display: none;
	}

	#box-contact .contact-heading
	{
		background: url('/img/contact-heading.jpg') 0 0 no-repeat;
		height: 60px;
	}
	
	#box-contact .contact-basic
	{
		background: url('/img/contact-basic.gif') 0 0 repeat-y;
	}
	
	#box-contact .contact-body
	{
		background:url('/img/contact-body.gif') 0 0 no-repeat;
		min-height: 208px;
		padding-left: 10px;
	}
	
	#box-contact .contact-bottom
	{
		background:url('/img/contact-bottom.gif') 0 0 no-repeat;
		height: 10px;
	}
	
	#box-contact p
	{
		padding-right: 10px;
		line-height: 18px;
		font-size: 0.92em;
	}
	
	#box-contact a
	{
		font-size: 1em;
	}
	
/* detailnenjsi styly pro #box-company */
#box-company
{
	width: 500px;
	float: left;
	margin-left: 4px;
	font-size: 0.92em;
}

	#box-company h3
	{
		display: none;
	}

	#box-company .company-heading
	{
		background: url('/img/company-heading.jpg') 0 0 no-repeat;
		height: 60px;
	}
	
	#box-company .company-basic
	{
		background: url('/img/company-basic.gif') 0 0 repeat-y;
	}
	
	#box-company .company-body
	{
		background:url('/img/company-body.gif') 0 0 no-repeat;
		min-height: 208px;
	}
	
	#box-company .company-bottom
	{
		background:url('/img/company-bottom.gif') 0 0 no-repeat;
		position: relative;
		height: 60px;
	}
	
	#box-company img
	{
		border: 1px solid #F0E5D0;
		background-color: #FFFFFF;
		float: left;
		margin-right: 15px;
		margin-bottom: 5px;
		padding: 8px;
	}
	
	#box-company p
	{
		padding-left: 25px;
		line-height: 18px;
		width: 450px;
		overflow: hidden;
	}
	
	.company-bottom a
	{
		position: absolute;
		bottom: 25px;
		right: 30px;
		color: #BB792A;
		padding-left: 20px;
		font-weight: bold;
		background:url('/img/arrow-info.gif') 0 3px no-repeat;
	}


/* uvodni nastaveni pro wywiwyg */
.obsah-wysiwyg
{
	width: 675px;
	float: left;
	overflow: hidden;
}

.obsah-wysiwyg h1
{ 
	color: #765216;
	font-size: 1.5em;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
	background:url('/img/podklad-h1.gif') 0 0 no-repeat;
 }

	.obsah-wysiwyg .obsah
	{
		padding-left: 60px;
	}

#web .postranni-boxy
{
	width: 230px;
	float: right;
}

#web .obsah-wysiwyg
{
	margin-left: 10px;
}

/* fotogalerie */
.obsah-wysiwyg .fotogalerie
{
	margin-right: 17px;
	margin-bottom: 17px;
}

