/*------------------------------------------------------------------------	
	main elements
*/
body
{
	background-color: #fde7c4;
	background-image: url('../../img/web/main_bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;

	margin: 0;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
h1
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #ed882b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
h1 span
{
	color: #00a8ec;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #336699;
	margin: 10px 0 6px 0;
	padding: 0;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #336699;
	margin: 10px 0 6px 0;
	padding: 0;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #ff3300;
	margin: 10px 0 6px 0;
	padding: 0;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
pre {
	background-color: #ffffff;
	color: #000000;
}
/*------------------------------------------------------------------------	
	global stuff
*/
#global_container
{
	width: 900px;
	margin: 0 auto;
}
.no-display { display: none; }
.not-visible { display: none; }
.no-border { border: 0px solid #fff; }
.slim { font-weight: normal; }
.bold {	font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.no_underline { text-decoration: none; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.blue { color: #006699; }
.orange { color: #ff6600; }
.cleaner { clear: both; }
/*------------------------------------------------------------------------	
	header
*/
#header_container
{
	width: 900px;
	height: 450px;
}
#header_container div
{
	background-repeat: no-repeat;
	background-position: top left;
}
#header_container ul
{
	list-style: none;
	padding: 0;
	float: right;
}
#header_container ul li
{
	float: left;
	font-weight: bold;
	padding: 0 2px 0 2px;
}
#header_content
{
	width: 100%;
	height: 355px;
	background-color: #fff;
	background-image: url('../../img/web/top_header.jpg');
}
/*------------------------------------------------------------------------	
	top menu
*/
#top_menu
{
	height: 40px;
	background-color: #ed892e;
	background-image: url('../../img/web/top_strip.gif');
	color: #fff;
}
#top_menu ul
{
	margin: 20px 0 0 0;
}
#top_menu a
{
	color: #fff;
	text-decoration: none;
}
#top_menu a:hover
{
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------------------------------------	
	main menu
*/
#main_menu
{
	height: 63px;
	background-color: #fff;
	background-image: url('../../img/web/top_logo.gif');
}
#main_menu ul
{
	margin: 25px 8px 0 0;
	font-size: 12px;
}
#main_menu a
{
	color: #000;
	text-decoration: none;
}
#main_menu a:hover
{
	color: #00a8ec;
	text-decoration: underline;
}
#main_menu a.selected
{
	color: #ed882b;
}
/*------------------------------------------------------------------------	
	content stuff
*/
#content_container
{
	width: 890px;
	float: left;
	border: 5px solid #fff;
	background-color: #fff;
	background-image: url('../../img/web/content_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
/*------------------------------------------------------------------------	
	add-on menu (left)
*/
#addon_menu
{
	background-color: #dff0fc;
	width: 230px;
	float: left;
}
#addon_menu ul
{
	list-style: none;
	padding: 0;
	width: 230px;
	margin: 0;
}
#addon_menu ul li
{
	background-color: #f1a43e;
	border-bottom: 1px solid #fff;
}
#addon_menu ul li a
{
	display: block;
	color: #222;
	padding: 10px 6px 10px 6px;
	text-decoration: none;
	font-weight: bold;
}
#addon_menu ul li a:hover
{
	color: #333;
	text-decoration: underline;
	background-color: #f8c485;	
}
#addon_menu ul li a.selected
{
	background-color: #f8c485;
}
/*------------------------------------------------------------------------	
	misc box (right)
*/
#misc_box
{
	background-color: #ed882b;
	width: 200px;
	min-height: 310px;
	float: left;
}
#misc_box .title
{
	display: block;
	font-size: 14px;
	font-weight: bold;
/*	font-style: italic;	*/
	margin: 5px 0 5px 5px;
	color: #fff;
	text-decoration: underline;
	text-align: center;
}
#misc_box p
{
	width: 180px;
	margin: 0 auto;
	color: #000;
	font-size: 12px;
}
#misc_box p.small
{
	font-size: 10px;
	text-align: center;
}
#img_voucher
{
	border: 0;
	width: 160px;
	margin: 50px auto 10px auto;
}
#img_special
{
	border: 0;
	text-align: center;
	margin: 1px auto 0px auto;
}
#img_special img
{
	border: 1px solid #069;
	margin: 0 0 3px 0;
}
/*------------------------------------------------------------------------	
	misc box (right) - travel form
*/
#travel_form
{
	margin: 0 5px 0 5px;
	font-weight: bold;
}
#travel_form label
{
	display: block;
	margin: 6px 0 3px 0;
}
#travel_form input
{
	background-color: #fff;
	border: 1px solid #000;
	font-size: 12px;
	padding: 4px;
	width: 180px;
	color: #069;
}
#travel_form input:hover
{
	background-color: #fde9c8;
}
#travel_form input.travel_submit
{
	background-color: #fde9c8;
	color: #000;
	border: 1px solid #f8c485;
	margin: 5px 0 0 0;
	padding: 2px;
	width: 75px;
	cursor: pointer;
}
#travel_form input.travel_submit:hover
{
	background-color: #f8c485;
	text-decoration: underline;
}
/*------------------------------------------------------------------------	
	bottom content
*/
#bottom_content
{
	width: 890px;
	float: left;
	background-color: #fff;
	background-image: url('../../img/web/content_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	display: none;
}
/*------------------------------------------------------------------------	
	search box (left)
*/
#search_box
{
	background-color: #dff0fc;
	width: 230px;
	float: left;
	visibility: hidden;
}
#search_box .title
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 7px;
	color: #000;
}
/*------------------------------------------------------------------------	
	bottom content - search form
*/
#search_form
{
	margin: 0 5px 15px 5px;
	font-weight: bold;
}
#search_form input
{
	background-color: #fff;
	border: 1px solid #000;
	font-size: 12px;
	padding: 4px;
	width: 150px;
	color: #069;
}
#search_form input:hover
{
	background-color: #fde9c8;
}
#search_form input.search_submit
{
	background-color: #fde9c8;
	color: #000;
	border: 1px solid #f8c485;
	margin: 5px 0 0 0;
	padding: 2px;
	width: 50px;
	cursor: pointer;
}
#search_form input.search_submit:hover
{
	background-color: #f8c485;
	text-decoration: underline;
}
/*------------------------------------------------------------------------	
	divisions box (left)
*/
#divisions_box
{
	background-color: #fff;
	width: 640px;
	float: left;
	padding: 0 10px 5px 10px;
	color: #222;
}
#divisions_box .title
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 7px;
	color: #000;
}
/*------------------------------------------------------------------------	
	footer stuff
*/
#footer_container
{
	width: 890px;
	float: left;
	padding: 5px 5px 10px 5px;
	color: #000;
	font-weight: bold;
}
#footer_container ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer_container ul li
{
	padding: 0 2px 0 2px;
	float: left;
	font-weight: bold;
}
#footer_container a
{
	color: #000;
	text-decoration: none;
}
#footer_container a:hover
{
	color: #fff;
	text-decoration: underline;
}
#footer_left
{
	width: 550px;
	float: left;
}
#footer_left span
{
	font-style: italic;
	font-weight: normal;
}
#footer_right
{
	width: 340px;
	float: left;
	text-align: right;
}
#footer_right ul
{
	float: right;
}
/*------------------------------------------------------------------------	
	content (center)
*/
#content
{
	background-color: #fff;
	width: 440px;
	float: left;
	padding: 5px 10px 15px 10px;
	color: #333;
	font-size: 12px;
}
#content img
{
	border: 0px solid #fff;
	margin: 5px;
}
#content b
{
	color: #336699;
	font-weight: normal;
}
#content div
{
	margin: 0 0 8px 0;
}
#content .def-div {
	margin: 6px;
}
#content .def-table {
	margin: auto;
	border: 1px solid #ccc;
	background-color: #eff9ff;
}
#content .def-table td {
	padding: 2px 3px 2px 3px;
	vertical-align: top;
}

#intro-content
{
	line-height: 1.4em;
}

/*------------------------------------------------------------------------	
	IFRAMES
*/
#kralovna
{
	width: 100%;
	height: 690px;
}

#cnb-listek
{
	width: 100%;
	height: 500px;
/*	height: 1050px;	*/
}

















/*------------------------------------------------------------------------	
	TEMP index, perly katalog
*/
#perly-katalog {
	float: left;
	padding: 3px 10px 10px 10px;
	color: #069;
}
#perly-katalog div {
	margin: 10px 0 15px 0;
}
#perly-katalog form {
	margin: 0;
}
#perly-katalog form input, #perly-katalog form select {
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#perly-katalog form .submit {
	border: 0px solid #fff;
	background-color: #e7f1fc;	
	color: #f60;	
	cursor: pointer;
}
