/* inCMS */
/* (c)2007 Inexes */

*
{
	margin: 0;
	padding: 0;
	border: none;
}
html
{
	height: 100%;
	overflow-y: scroll;
}
body
{
	height: 100%;
	line-height: 18px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #fff;
	position: relative;
}

/** LAYOUT STRANKY */
#page, #page2
{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
/** Obsahova stranka */
#page
{
	min-height: 650px;
}
.page-summer
{
	background: url('./ContentPageBg.jpg') #c6f0fb top center no-repeat;
}
.page-winter
{
	background: url('./ContentPageBg2.jpg') #fff top center no-repeat;
}
/** Uvodni stranka */
#page2
{
	min-height: 630px;
}
.page2-summer
{
	background: url('./HomePageBg.jpg') #c6f0fb top center no-repeat;
}
.page2-winter
{
	background: url('./HomePageBg2.jpg') #fff top center no-repeat;
}

/** HLAVICKA */
#page #headerBox, #page2 #headerBox
{
	position: absolute;
	left: 0;
	width: 100%;
}
#page #headerBox
{
	top: 48px;
}
.page2-summer #headerBox
{
	top: 77px;
}
.page2-winter #headerBox
{
	top: 80px;
}
/** Logo */
.logo
{
	float: left;
	margin: 2px 0 0 60px;
}
/** Jazykove verze */
.page-summer #languages, .page-winter #languages
{
	float: right;
	width: 80px;
	height: 20px;
	margin: 70px 70px 0 0;
	z-index: 12;
}
.page2-summer #languages, .page2-winter #languages
{
	position: absolute;
	display: block;
	width: 70px;
	margin: 70px 0 0 0;
	height: 20px;
	z-index: 12;
}
/*.page2-summer #languages { top: -370px; right: 60px; }*/
.page2-summer #languages
{
	top: -388px;
	right: 60px;
}
/*.page2-winter #languages { bottom: 80px; right: 15px; }*/
.page2-winter #languages
{
	top: -152px;
	right: 230px;
}
#languages a
{
	margin: 0 0 0 20px;
	padding: 0;
}
.page2-winter #languages a
{
	margin: 0 0 0 8px;
}

/** TELO STRANKY */
#mainBox
{
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 10;
}
#page #mainBox
{
	top: 171px;
	padding: 0 0 120px 0;
}
.page-summer #mainBox
{
	background: url('./ContentBg.jpg') #c6f0fb top center no-repeat;
}
.page-winter #mainBox
{
	background: url('./ContentBg2.jpg') #c6f0fb top center no-repeat;
}
.page2-summer #mainBox, .page2-winter #mainBox
{
	top: 454px;
	padding: 0 0 98px 0;
}
.page2-summer #mainBox
{
	background: #536569 top center no-repeat;
}
.page2-winter #mainBox
{
	background: url('./HomeBg2.jpg') #c6f0fb top center no-repeat;
	padding: 0 0 55px 0;
}
.page-summer #mainContentBox, .page2-summer #mainContentBox, .page-winter #mainContentBox, .page2-winter #mainContentBox
{
	position: relative;
	background: none;
	padding: 0 65px 0 65px;
	min-height: 100px;
	height: auto;
	_height: 100px;
}
/** PATICKA */
.page-summer #footerBox, .page2-summer #footerBox, .page-winter #footerBox, .page2-winter #footerBox
{
	position: absolute;
	left: 0;
	width: 100%;
	height: 180px;
	display: block;
	clear: both;
	z-index: 10;
}
.page-summer #footerBox, .page2-summer #footerBox
{
	background: url('./FooterBg.jpg') bottom center no-repeat;
}
#page.page-summer #footerBox, #page.page2-summer #footerBox 
{
	background: url('./FooterBg.gif') bottom center no-repeat;
	}
.page-winter #footerBox
{
	background: url('./FooterBg2.gif') bottom center no-repeat;
}
.page2-winter #footerBox
{
	background: url('./FooterBg2.gif') bottom center no-repeat;
	height: 120px;
}
#page #footerBox
{
	bottom: 0;
	_bottom: -1px;
}
#page2 #footerBox
{
	bottom: 0;
	_bottom: -1px;
}
#footerBox-copy
{
	_position: relative;
	_top: 26px;
	clear: both;
	width: 970px;
	height: 40px;
	color: #3e3e3e;
}
.page-summer #footerBox-copy, .page2-summer #footerBox-copy
{
	margin: 188px 65px 0 65px;
}
.page-winter #footerBox-copy, .page2-winter #footerBox-copy
{
	margin: 130px 65px 0 65px;
}
#footerBox-copy span
{
	float: left;
	padding-bottom: 20px;
}
#footerBox-copy .rightPosition
{
	float: right;
}
#footerBox a
{
	color: #3e3e3e;
}
.page2-summer #footerBox #footerBottom
{
	position: relative;
}
.page2-summer #footerBox #footerBottom #footerPeople
{
	position: absolute;
	bottom: 60px;
	right: 95px;
	display: block;
	width: 350px;
	height: 323px;
	background: url('./FooterBg-People.png') 0 0 no-repeat;
	_background: url('./FooterBg-People.gif') 0 0 no-repeat;
	z-index: 10;
}
.page2-winter #footerBox #footerBottom
{
	position: relative;
	_top: -136px;
}
.page2-winter #footerBox #footerBottom #footerPeople
{
	position: absolute;
	bottom: 140px;
	right: 24px;
	display: block;
	width: 410px;
	height: 257px;
	background: url('./FooterBg2-People.png') center center no-repeat;
	_background: url('./FooterBg2-People.gif') center center no-repeat;
	z-index: 10;
}

/* Zakladni entity */
table
{
	display: block;
	line-height: 1.3;
	font-size: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
input, select, textarea
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	background: #fff;
	color: #000;
	padding: 0 5px;
	border: 1px solid #328bc0;
}
strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
address
{
	font-style: normal;
}
/** Nadpisy */
#page h1, #page2 h1
{
	font-size: 18px;
}
#page h1
{
	padding: 1px 0 10px 0;
	color: #0174a0;
}
#page2 h1
{
	padding: 8px 0 3px 0;
	color: #fff;
}
#page2.page2-winter h1
{
	color:#444;
	}
h2, #reservationHeader
{
	padding: 9px 0 2px 0;
	font-size: 15px;
	font-weight: bold;
	color: #598a2d;
}
h2.resFormHeader
{
	margin-left: 10px;
}
h3
{
	padding: 1px 0 0 0;
	font-size: 14px;
	color: #000;
}
h4
{
	padding: 1px 0 0 0;
	font-size: 14px;
	color: #01729d;
}
/** Odkazy */
a, a:visited
{
	color: #699d35;
}
a:hover, a:active
{
	/*text-decoration: none;*/
}
.noScreen, #languages span, #description, #navigation
{
	display: none;
}
.cleaner
{
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

/** Hlavni menu */
#page #mainMenuBox, #page2 #mainMenuBox
{
	position: absolute;
	left: 0;
}
#page #mainMenuBox
{
	top: 112px;
	z-index: 12;
}
#page2 #mainMenuBox
{
	top: 393px;
}

/* 1. uroven menu */
#page ul#menuList-2
{
	width: 100%;
	margin-left: 65px;
	list-style: none;
}
#page2 ul#menuList-2
{
	width: 100%;
	margin-left: 65px;
	list-style: none;
}
#page ul#menuList-2 li
{
	float: left;
	padding-right: 15px; /*z-index: 11;*/
}
#page2 ul#menuList-2 li
{
	position: relative;
	float: left;
	padding-right: 15px;
	z-index: 11;
}
#mainMenuBox ul#menuList-2 a, ul#menuList-2 a:visited
{
	height: 34px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 9px;
	padding-bottom: 13px;
}
#mainMenuBox ul#menuList-2 a:hover, #mainMenuBox ul#menuList-2 a:active, #mainMenuBox ul#menuList-2 li:hover a, #mainMenuBox ul#menuList-2 li.hover a, #mainMenuBox ul#menuList-2 li.active a, #mainMenuBox ul#menuList-2 li:hover, #mainMenuBox ul#menuList-2 li.hover, #mainMenuBox ul#menuList-2 ul li.active a
{
	color: #000;
}
#mainMenuBox li a span, #subMenuBox li a span
{
	color: red;
}
#mainMenuBox li a span span, #subMenuBox li a span span
{
	color: white;
}
#page #mainMenuBox ul#menuList-2 li:hover.isParent a, #page #mainMenuBox ul#menuList-2 li.hover
{
	background: url('./MenuPointer.gif') center center no-repeat;
	padding-bottom: 16px;
}
#page #mainMenuBox ul#menuList-2 li:hover.isParent ul li a, #page #mainMenuBox ul#menuList-2 li.hover ul li.hover
{
	background: none;
	padding-bottom: 7px;
}
/* spesl pozadi pod 2. uroven menu */
#page #menu2LevelBox
{
	background: url('./Menu2LevelShortBg.gif') top left repeat-x;
	position: absolute;
	display: block;
	top: 141px;
	left: 0;
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0;
	z-index: 9;
}
/* 2. uroven menu - content stranka */
#page ul#menuList-2 ul
{
	position: absolute;
	top: 29px;
	left: 0;
	width: 1035px;
	height: 30px;
	list-style: none;
	display: inline-block;
	padding-left: 65px;
	background: none;
	z-index: 10;
}
#page ul#menuList-2 ul li
{
	padding-right: 0;
	margin-top: 2px;
	display: inline;
}
#page ul#menuList-2 ul li:hover a, #page ul#menuList-2 ul li.active a
{
	color: #000;
}
#page ul#menuList-2 ul a, #page ul#menuList-2 ul a:visited, #mainMenuBox ul#menuList-2 li.active li a
{
	line-height: 28px;
	margin-right: 15px;
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: none;
}
#page ul#menuList-2 li.isParent li a:hover, #mainMenuBox ul#menuList-2 li:hover li a
{
	background: none;
}
/* 2. uroven menu - uvodni stranka */
#page2 ul#menuList-2 ul
{
	position: absolute;
	bottom: 31px;
	left: -18px;
	list-style: none;
	margin: 0;
	background: url('./Menu2LevelBg.gif') #89c045 top left repeat-x;
	border-bottom: 1px solid #0b98ce;
}
#page2 ul#menuList-2 ul li
{
	clear: left;
	padding-right: 0;
}
#page2 ul#menuList-2 ul a, #page2 ul#menuList-2 ul a:visited, #page2 ul#menuList-2 li.active li a
{
	float: left;
	width: 137px;
	height: auto;
	line-height: 1.2;
	padding: 7px 18px 7px 18px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: none;
}
#page2 ul#menuList-2 ul a:hover, #page2 ul#menuList-2 ul a:active, #page ul#menuList-2 ul li.active a
{
	color: #000;
}
#page2 ul#menuList-2 ul li.isParent ul a
{
	background: none;
}
#mainMenuBox ul#menuList-2 li.hvr ul li a:hover, #mainMenuBox ul#menuList-2 li.active ul li a:hover
{
	background: none;
	padding-bottom: 7px;
}
#mainMenuBox ul#menuList-2 li:hover ul li a, #mainMenuBox ul#menuList-2 li.hover ul li a
{
	color: #fff;
}
#mainMenuBox ul#menuList-2 li:hover ul li:hover a:hover, #mainMenuBox ul#menuList-2 li.hover ul li.hover a:hover, #mainMenuBox ul#menuList-2 ul li.active a, #mainMenuBox ul#menuList-2 li.isParent ul li.active a
{
	color: #000;
}
/* ovladani menu */
#mainMenuBox ul#menuList-2 ul
{
	display: none;
}
#mainMenuBox ul#menuList-2 li:hover ul, #mainMenuBox ul#menuList-2 li.hover ul
{
	display: block;
}
/*#mainMenuBox ul#menuList-2 li:hover ul ul, #mainMenuBox ul#menuList-2 li.hover ul ul {
	display: none;
}
#mainMenuBox ul#menuList-2 li:hover li:hover ul, #mainMenuBox ul#menuList-2 li.hover li.hover ul {
	display: block;
}*/

/** Submenu */
#subMenuBox
{
	position: absolute;
	left: 0;
}
#subMenuBox
{
	top: 112px;
	z-index: 10;
}
#page2 #subMenuBox
{
	top: 350px;
}
#page2.page2-winter #subMenuBox
{
	top:392px;
	}

/* 1. uroven menu */
ul#menuList-1
{
	width: 100%;
	margin-left: 65px;
	list-style: none;
}
ul#menuList-1 li
{
	float: left;
	padding-right: 15px; /*z-index: 11;*/
}
ul#menuList-1 li
{
	float: left;
	padding-right: 15px;
	z-index: 11;
}
#subMenuBox ul#menuList-1 a, ul#menuList-1 a:visited
{
	height: 34px;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 13px;
}
#subMenuBox ul#menuList-1 a:hover, #subMenuBox ul#menuList-1 a:active, #subMenuBox ul#menuList-1 li.active a, #subMenuBox ul#menuList-1 li a.selected
{
	color: #000;
}
#subMenuBox ul#menuList-1 li.isParent a:hover, #subMenuBox ul#menuList-1 li.isParent a.selected, #subMenuBox ul#menuList-1 li.isParent a.active, #subMenuBox ul#menuList-1 li.active a
{
	background: url('./MenuPointer.gif') center center no-repeat;
	padding-bottom: 16px;
}
#subMenuBox ul#subList-1 li:hover.isParent ul li a, #subMenuBox ul#subList-1 li.hover ul li.hover
{
	background: none;
	padding-bottom: 7px;
}

/* 2. uroven menu - content stranka */
ul#menuList-1 ul
{
	position: absolute;
	top: 29px;
	left: 65px;
	width: 1000px;
	height: 30px;
	list-style: none;
	display: inline-block;
	background: none;
	z-index: 10;
}
ul#menuList-1 ul li
{
	padding-right: 0;
	margin-top: 2px;
	display: inline;
}
ul#menuList-1 ul li:hover a, ul#menuList-1 ul li.active a, ul#menuList-1 ul li.selected a, ul#menuList-1 li.active ul li a.selected, ul#menuList-1 li ul li a:hover
{
	color: #000;
}
ul#menuList-1 ul a, 
ul#menuList-1 ul a:visited, #subMenuBox ul#menuList-1 li.active li a, #subMenuBox ul#menuList-1 li.selected li a
{
	line-height: 28px;
	margin-right: 15px;	
	color: #fff;		
	/*text-transform: none;*/
}
ul#menuList-1 ul a:hover,
#subMenuBox ul#menuList-1 li.active li a:hover, 
#subMenuBox ul#menuList-1 li.selected li a:hover, 
#subMenuBox ul#menuList-1 li.selected li a,
#subMenuBox .selected{
  color: #000 !important;
}
.page-winter #subMenuBox ul#menuList-1 ul a, .page-winter #subMenuBox ul#menuList-1 ul a:visited, .page-winter #subMenuBox ul#menuList-1 li.active li a
{
	color: #156f91;
}
.page-winter ul#menuList-1 ul li:hover a, .page-winter ul#menuList-1 ul li.active a, .page-winter ul#menuList-1 ul li.selected a, .page-winter ul#menuList-1 li.active ul li a.selected, .page-winter #subMenuBox ul#menuList-1 ul a:hover
{
	color: #000;
}
#subMenuBox ul#menuList-1 li.isParent ul li a:hover, #subMenuBox ul#menuList-1 li.isParent ul a.selected, #subMenuBox ul#menuList-1 li.isParent ul li a.active, #subMenuBox ul#menuList-1 li.isParent ul li a, #subMenuBox ul#menuList-1 li.isParent ul li a:visited, #subMenuBox ul#menuList-1 li.active ul li a
{
	background: none;
}

/* WYSIYG - OBECNE */
.htmlEditorContent
{
	clear: both;
	padding: 0;
}

/* Text odstavce */
.htmlEditorContent p
{
	padding: 3px 0;
}

/* Seznamy */
.htmlEditorContent ul
{
	list-style-image: url('./ListItemImg.gif');
	padding: 5px 5px 5px 13px;
}
.htmlEditorContent ol
{
	padding: 5px 5px 5px 19px;
}
.htmlEditorContent li
{
	color: #01729d;
	font-weight: bold;
	line-height: 20px;
}
.htmlEditorContent ul li
{
	padding: 1px 0 1px 5px;
}
.htmlEditorContent ol li
{
	padding: 1px 0 1px 5px;
}

/* Wysiwyg - hlavni obsah */
#mainContentBox a
{
	color: #699d35;
}
#mainContentBox
{
	z-index: 11;
}
#page #mainContentBox
{
	width: 980px;
	min-height: 460px;
	margin-top: 26px;
	float: left;
	clear: left;
}
#page #mainContentBox.noInfoContent
{
	width: 700px;
}
#mainContentBox .article
{
	clear: both;
}
#page2 #mainContentBox
{
	margin-top: 1px;
	padding-bottom: 17px;
	top: -40px;
	position: relative;
}
#page2.page2-winter #mainContentBox
{
	top:0;
	padding-bottom:80px;
	padding-top:10px;
	}
#page2 #mainContentBox .article
{
	color: #fff;
}
#page2.page2-winter #mainContentBox .article
{
	color:Gray;
	}
#page2 #mainContentBox .bannerHome
{
	position: absolute;
	top: -344px;
	left: 825px;	
}
#page2 #mainContentBox p.bannerHome .htmlEditorContent
{
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#page2 #mainContentBox .bannerHome .htmlEditorContent object
{
	/*background: #73c8ed;*/
}
#page2 #mainContentBox .article .htmlEditorContent
{
	margin: 0;
	padding: 0;
	line-height: 18px;
}
#mainContentBox img.bordered
{
	border: 5px solid #139bce;
}

/* Tabulky */
#mainContentBox table.styled
{
	margin: 10px 0;
	padding: 0;
}
#mainContentBox table.styled thead th, #mainContentBox table.styled thead td
{
	color: #fefefe;
	background: #3bafdb;
	font-size: 15px;
	line-height: 24px;
	padding: 0 17px;
	text-align: left;
}
#mainContentBox table.styled tbody th, #mainContentBox table.styled tbody td
{
	color: #02506d;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	background: none;
	padding: 0 17px;
}
#mainContentBox table.styled tr.hl th, #mainContentBox table.styled tr.hl td
{
	background-color: #c1eefa;
}
#mainContentBox table#termTable
{
	clear: both;
	width: 100%;
}
#termTable span.old
{
	font-weight: normal;
	text-decoration: line-through;
}
h2#termH2
{
	float: left;
	margin-bottom: 7px;
}
#yearSel
{
	float: right;
	position: relative;
	top: 7px;
	margin-right: 4px;
}
#yearSel select
{
	height: auto;
	width: 80px !important;
	font-size: 12px;
	padding-right: 0;
	vertical-align: middle;
}

/* zvyrazneni */
#mainContentBox .hl, #mainContentBox .freeTerm, #mainContentBox .blockedTerm
{
	font-weight: bold;
}
#mainContentBox p .hl
{
	font-size: 12px;
}
#mainContentBox table.styled .freeTerm, #mainContentBox p .freeTerm
{
	color: #598a2d;
}
#mainContentBox table.styled .blockedTerm, #mainContentBox p .blockedTerm
{
	color: #f00;
}

/* rezervacni filtr - form */
.reservationFilter th, .reservationFilter td
{
	padding: 3px 0;
}
.reservationFilter th
{
	padding-right: 5px;
	text-align: left;
}
.reservationFilter td select
{
	width: 140px;
	padding: 0;
}
.reservationFilter td input.submit
{
	width: 98px;
	height: 36px;
	background: url('./InputSubmit2.gif') center center no-repeat;
	color: #fff;
	border: none;
	cursor: pointer;
}

/* vyber mesicu */
#monthSelector
{
	background: url('./MonthSelectorBg.gif') bottom left no-repeat;
	color: #fff;
	height: 81px;
	margin: 0 0 20px 0;
	padding: 4px 8px;
}
#monthSelector div.msCleaner
{
	line-height: 64px;
}
#monthSelector span
{
	height: 50px;
	color: #fff;
}
#monthSelector a
{
	height: 50px;
	color: #fff;
	text-decoration: none;
}
#monthSelector span, #monthSelector a
{
	margin: 0 5px 0 0;
	padding: 3px 8px;
}
#monthSelector.en span, #monthSelector.en a
{
	padding: 3px 6px;
}
#monthSelector a:hover
{
	color: #000000;
}
#monthSelector a.active
{
	background: url('./MonthSelectorPointer.gif') top center no-repeat;
	color: #000000;
	padding: 33px 8px 3px 8px;
}

/* rezervacni formular */
fieldset
{
	margin: 10px;
}
fieldset table th, fieldset table td
{
	padding: 2px 0;
	font-weight: normal;
}
fieldset table th
{
	text-align: left;
	padding-right: 10px;
}
fieldset .submitReset
{
	width: 98px;
	height: 36px;
	background: url('./InputSubmit.gif') center center no-repeat;
	color: #fff;
	border: none;
	cursor: pointer;
}
fieldset#contactForm
{
	margin: 7px 0;
	padding: 0;
}
fieldset#contactForm .text, fieldset#contactForm textarea
{
	width: 200px;
}
fieldset#contactForm .subResLeft input
{
	margin-left: -2px;
}
fieldset#contactForm .submitReset
{
	margin-top: 3px;
	height: 30px;
}
.radio
{
	margin-right: 4px;
}

/* Vyber bloku */
#imageMaps img#arealImg
{
	width: 668;
	height: 337;
}
#bubleBox
{
	position: absolute;
	width: 100px; /*height: 50px;*/
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
}
#bubleBox span
{
	font-size: 11px;
	font-weight: bold;
}
/* Vyber bytu */
#infoBuble
{
	position: absolute;
	width: 91px;
	height: 30px;
	line-height: 30px;
	background: url('./Buble.gif') center center no-repeat;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
}

/** API Mapa */
#map
{
	border: 2px solid #1fa1d2;
}

/* DISKUZNI FORUM */
#mainContentBox #forumContent
{
	/**/
}
/* Tabulka s prehledem temat */
#mainContentBox #forumContent table
{
	width: 100%;
	margin: 10px auto 20px auto;
	padding: 0;
}
#mainContentBox #forumContent table .col1
{
	width: 70%;
}
#mainContentBox #forumContent table .col2
{
	width: 10%;
}
#mainContentBox #forumContent table .col3
{
	width: 20%;
}
#mainContentBox #forumContent table thead th, #mainContentBox #forumContent table thead td
{
	color: #fefefe;
	background: #3bafdb;
	height: 25px;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 2px 7px 0 7px;
	border-bottom: 2px solid #b0e7f9;
}
#mainContentBox #forumContent table thead th a, #mainContentBox #forumContent table thead td a
{
	color: #404040;
}
#mainContentBox #forumContent table thead th.first, #mainContentBox #forumContent table thead td.first
{
	text-align: left;
}
#mainContentBox #forumContent table tbody th, #mainContentBox #forumContent table tbody td
{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	background: none;
	margin: 0;
	padding: 3px 7px;
}
#mainContentBox #forumContent table tbody th a, #mainContentBox #forumContent table tbody td a
{
	font-weight: bold;
	color: #598a2d;
}
#mainContentBox #forumContent table tbody th.first-folder, #mainContentBox #forumContent table tbody td.first-folder
{
	background: url('./ForumFolderIcon.gif') center left no-repeat;
	padding: 3px 7px 3px 50px;
}
#mainContentBox #forumContent table tbody th.first-theme, #mainContentBox #forumContent table tbody td.first-theme
{
	background: url('./ForumThemeIcon.gif') center left no-repeat;
	padding: 3px 7px 3px 50px;
}
#mainContentBox #forumContent table tbody th.second, #mainContentBox #forumContent table tbody td.second, #mainContentBox #forumContent table tbody th.third, #mainContentBox #forumContent table tbody td.third
{
	text-align: center;
}
#mainContentBox #forumContent table tbody th.second, #mainContentBox #forumContent table tbody td.second
{
	font-weight: bold;
}
#mainContentBox #forumContent table tbody th.third, #mainContentBox #forumContent table tbody td.third
{
	color: #2ca8d6;
}
#mainContentBox #forumContent table tr.hl th, #mainContentBox #forumContent table tr.hl td
{
	background-color: #e0f7fd;
}

/* Jednotlive diskuze k danemu tematu */
/* hlavicka diskuze */
#mainContentBox #forumContent .discussionHeader
{
	height: 27px;
	line-height: 27px;
	background: #36add9;
}
#mainContentBox #forumContent .discussionHeader span
{
	float: right;
	padding: 1px 6px 0 0;
	font-size: 12px;
}
#mainContentBox #forumContent .discussionHeader span a, #mainContentBox #forumContent .discussionHeader span a:visited
{
	color: #fff;
	font-weight: bold;
}
#mainContentBox #forumContent .discussionHeader h2
{
	font-size: 12px;
	color: #fff;
	padding: 1px 12px 0 12px;
}
#mainContentBox #forumContent .discussionHeader h2 a
{
	font-size: 12px;
	color: #404040;
}
#mainContentBox #forumContent .newCommentTitle
{
	padding: 10px;
}
#mainContentBox #forumContent .messageBox table
{
	width: 290px;
	margin: 10px 0 10px 43px;
}

#mainContentBox #forumContent .messageBox table th
{
	text-align: left;
}
/* telo diskuze */
#mainContentBox #forumContent .discussionBody
{
	font-size: 14px;
}
#mainContentBox #forumContent .discussionBody .discussionNode
{
	padding: 4px 0; /* 	border: 1px dotted #606060; 	*/
}
#mainContentBox #forumContent .discussionBody .discussionNode .discussionNode
{
	padding: 10px 0 4px 12px;
}
#mainContentBox #forumContent .discussionBody .discussionNode h3, #mainContentBox #forumContent .discussionBody .discussionNode h4
{
	background: #a3cfdf;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	padding: 0 5px;
}
#mainContentBox #forumContent .discussionBody .discussionNode h3
{
	color: #000;
}
#mainContentBox #forumContent .discussionBody .discussionNode h4
{
	color: #393939;
}
#mainContentBox #forumContent .discussionBody .discussionNode .dateAuthor, #mainContentBox #forumContent .discussionBody .discussionNode .text, #mainContentBox #forumContent .discussionBody .discussionNode a, #mainContentBox #forumContent .discussionBody .discussionNode a:visited
{
	font-size: 11px;
	padding: 0 4px;
}
#mainContentBox #forumContent .discussionBody .discussionNode .dateAuthor
{
	line-height: 18px;
}
#mainContentBox #forumContent .discussionBody .discussionNode .dateAuthor strong, #mainContentBox #forumContent .discussionBody .discussionNode .text
{
	color: #393939;
}
#mainContentBox #forumContent .discussionBody .discussionNode .dateAuthor em
{
	color: #87b311;
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
}
#mainContentBox #forumContent .discussionBody .discussionNode .text
{
	line-height: 15px;
	text-align: justify;
}
#mainContentBox #forumContent .discussionBody .discussionNode a, #mainContentBox #forumContent .discussionBody .discussionNode a:visited
{
	color: #23a3d3;
	font-weight: bold;
	padding: 2px 4px;
}

/* Wysiwyg - infozona, klientska zona */
#infoContentBox, #clientZoneBox
{
	float: left;
	right: 60px;
	width: 236px;
	min-height: 340px;
	background: url('./InfoZoneBg.png') top left repeat-y;
	margin: 0;
	padding: 12px;
	z-index: 11;
}
#infoContentBox *, #clientZoneBox *
{
	color: #fff;
}
#infoContentBox h2
{
	margin-bottom: 5px;
}
#clientZoneBox h2
{
	margin-bottom: 10px;
}
#infoContentBox p, #clientZoneBox p
{
	margin: 0;
	padding: 0;
}
#infoContentBox img.bordered, #clientZoneBox img.bordered
{
	border: 4px solid #fff;
}
#infoContentBox table.styled thead th, #infoContentBox table.styled thead td
{
	color: #fefefe;
	background: #3bafdb;
	font-size: 15px;
}
#infoContentBox table.styled tr.hl th, #infoContentBox table.styled tr.hl td
{
	background-color: #606060;
}
#infoContentBox .infoZoneSeparator, #clientZoneBox .clientZoneSeparator
{
	display: block;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: url('./InfoZoneSeparator.gif') #74cdf0 top left no-repeat;
	margin: 5px 0;
	border: none;
}
#clientZoneBox hr.clientZoneSeparator
{
	margin: 8px 0;
}
#clientZoneBox .docPlace
{
	margin: 8px 0;
}
#clientZoneBox .docPlace a
{
	text-decoration: none;
}
#clientZoneBox .docPlace a img
{
	vertical-align: middle;
}
#clientZoneBox .docPlace a span
{
	text-decoration: underline;
	font-size: 11px;
	line-height: 24px;
	margin: 0 10px;
}

/* Prihlasovaci okno do klientske zony */
#clientLogin
{
	/*background: url('./InfoZoneBg.png') top left repeat-y;*/
	width: 250px;
	margin: 10px 0;
	padding: 20px 15px;
	text-align: left;
}
#mainContentBox #clientLogin br
{
	line-height: 14px;
}
#mainContentBox #clientLogin div
{
	width: 220px;
	text-align: right;
}
#mainContentBox #clientLogin div.sub
{
	text-align: left;
	padding-left: 47px;
}
#mainContentBox #clientLogin input
{
	width: 160px;
	padding: 0 5px;
	color: #000;
}
#mainContentBox #clientLogin span
{
	line-height: 40px;
}
#mainContentBox #clientLogin div.sub
{
	margin-top: 5px;
}
#mainContentBox #clientLogin div.sub a.submitReset
{
	width: 98px;
	height: 36px;
	_line-height: 35px;
	background: url('./InputSubmit.gif') center center no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 7px 25px;
	border: none;
	cursor: pointer;
}
#loginStatus
{
	position: absolute;
	top: -23px; /*-55*/
	right: 68px; /*153*/
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	z-index: 14;
}
#loginStatus a, #loginStatus a:visited
{
	color: #fff;
}

/* Galerie */
#overlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: url('./BackgroundOverlay.png');
	cursor: pointer;
}
#lightbox
{
	display: none;
	z-index: 51;
	padding: 10px;
	position: absolute;
	background: White;
	cursor: pointer;
	color: #4f4f4f;
}
#lightbox h2
{
	height: 27px;
	padding: 0 30px 0 3px;
	font-size: 18px;
}
#lightbox img
{
	background: #c0c0c0;
}
#lightbox p.dateAuthor
{
	padding: 3px 3px 0 3px;
	font-weight: bold;
}
#lightbox p.fileName
{
	padding: 3px 3px 0 3px;
}
#lightbox p.description
{
	padding: 3px 3px 0 3px;
}
#lightbox #lightbox-closer
{
	visibility: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 21px;
	height: 21px;
	background: url('./BackgroundCloser.gif') no-repeat;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.gallery
{
}
.gallery .sortBy
{
	float: right;
}
.gallery .sortBy select
{
	vertical-align: middle;
	margin-left: 5px;
	padding-left: 0;
	padding-right: 0;
}
.gallery .sortBy select option
{
	padding-left: 5px;
}
.gallery .pages
{
	padding: 2px 0 5px 0;
	text-align: left;
}
.gallery span.leftControl, .gallery span.rightControl
{
	width: 30px;
	height: 110px;
}
.gallery span.leftControl
{
	background: url('./LeftControl.gif') center center no-repeat;
	float: left;
	margin-right: 5px;
}
.gallery span.leftControl-active
{
	background: url('./LeftControlHover.gif') center center no-repeat;
	cursor: pointer;
}
.gallery span.rightControl
{
	background: url('./RightControl.gif') center center no-repeat;
	float: right;
}
.gallery span.rightControl-active
{
	background: url('./RightControlHover.gif') center center no-repeat;
	cursor: pointer;
}
.gallery .content
{
	padding: 5px 0;
	overflow: hidden;
}
.gallery .inside1
{
	float: left;
	width: 92%;
	height: 110px;
	margin-left: 0;
	padding-left: 0;
}
#mainContentBox.noInfoContent .gallery .inside1
{
	width: 90%;
	padding: 0;
}
.gallery .inside2
{
	position: relative;
	height: 95px;
	overflow: hidden;
	margin: 15px 0;
	padding: 0;
}
#mainContentBox.noInfoContent .gallery .inside2
{
	width: 100%;
}
.gallery .inside3
{
	position: absolute;
	width: 97%;
	left: 0;
	top: 0;
}
.galleryItem
{
	float: left;
	margin: 0 10px 0 0;
}
.galleryItem h3, .galleryItem .fileName, .galleryItem .dateAuthor
{
	display: none;
}
.galleryItem .image
{
	display: table-cell;
	vertical-align: middle;
	height: 78px;
}
.galleryItem img
{
	/* 	-moz-opacity: 0.6; 	-khtml-opacity: 0.6; 	opacity: 0.6; 	*/
	cursor: pointer;
	width: 108px !important;
	height: 78px !important;
	border: 5px solid #139bce !important;
}
.galleryItem img.active, .galleryItem img:hover, .galleryItem img.hover
{
	/* 	-moz-opacity: 1; 	-khtml-opacity: 1; 	opacity: 1; 	*/
	border: 5px solid #fff !important;
}
#galleryDescription
{
	margin-bottom: 10px;
	padding: 0 47px;
	color: #0174a0;
}

/** Hlasky */
.error
{
	color: #d00;
}
.okBox, .resOkBox, .errorBox, .resErrorBox
{
	font-weight: bold;
	padding: 5px 0;
}
.resErrorBox, .resOkBox
{
	margin-left: 10px;
}
.okBox, .resOkBox
{
	color: #0a0;
}
.errorBox, .resErrorBox
{
	color: #ca3544;
}

#upBackPrint
{
	padding: 60px 0;
	text-align: center;
}
#upBackPrint span
{
	display: none;
}
#upBackPrint a
{
	display: block;
	float: left;
	width: 98px;
	height: 36px;
	background: url('./InputSubmit.gif') center center no-repeat;
	color: #fff;
	line-height: 34px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.hidden
{
	display: none;
}

/* languages & translator */
#page .translator, #page2 .translator
{
	position: absolute;
	right: 60px;
	display: block;
	z-index: 12;
}
#page .translator
{
	top: 114px;
}
#page2 .translator
{
	bottom: 10px;
}
#page2 .transEn
{
	bottom: -30px;
}
.translator a
{
	text-decoration: none;
	float: left;
	height: 24px;
	padding: 0 7px;
}
.translator span
{
	padding-right: 1px;
}
.translator input
{
	border: none !important;
	background: none;
}

/* Switch style */
#style-switch
{
	position: absolute;
	z-index: 30;
}
#style-switch p
{
	display: inline;
}
#page #style-switch
{
	right: 170px;
}
.page-summer #style-switch
{
	bottom: 8px;
}
.page-winter #style-switch
{
	bottom: 27px;
}
#page2 #style-switch
{
	right: 170px;
}
.page2-summer #style-switch
{
	bottom: -28px;
}
.page2-winter #style-switch
{
	bottom: -31px;
}
#style-switch select
{
	padding: 0;
	border-color: #ccc;
}
#style-switch select option
{
	padding: 0 5px;
}

/* E-Card */
#eCardForm, #eCardForm table
{
	margin: 0;
	padding: 0;
}
#eCardForm img
{
	border: 1px solid #328bc0;
}
#eCardForm table th
{
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	text-align: left;
}
#eCardForm label
{
	padding-right: 6px;
}
#eCardForm td.field input
{
	width: 263px;
}
#eCardForm input.longer
{
	width: 318px !important;
	padding-right: 0;
}
#eCardForm textarea
{
	width: 672px !important;
	padding-right: 0;
}
#eCardForm .agree
{
	padding: 8px 0 2px 2px;
	font-size: 9px;
	text-align: left;
}
#eCardForm .agree label
{
	padding-left: 3px;
	color: #666;
}
#eCardForm .buttons
{
	padding-top: 8px;
	text-align: left;
}
#eCardForm .buttons .disabled
{
	color: #666;
	cursor: auto;
}
.imageTableCell{
	width:480px;
	overflow:hidden;
	text-align:right;
}
.imageTableCell img{
	max-width:440px;
	height:auto !important;
	width:auto !important;
}


/* Lists */

#page2 .list
{
	position:absolute;
	top:-420px;
	right:20px;
	}
.list
{
	width:400px;
	height:331px;
	overflow:hidden;
}
.list .wrap
{
	position:relative;
	width:2000px;
	height:331px;	
	}
.listItem
{
	position: relative;
	display: block;		
	float:left;	
	margin-bottom:10px;
	margin-right:100px;
	width:400px;
	height:331px;
	overflow:hidden;
}
.listItem h3
{
	font-size: 18px;
	line-height:1;
	height:20px;
	overflow:hidden;
	width:100%;
	color: white;
	margin:26px 0 16px 0;
}
.listItem h3 a
{
	color: White;
	text-decoration: none;
}
#page2 .listItem h3 a
{
	color: White;
	}
.listItem .image
{	
	position:relative;	
	z-index:5;	
	width:390px;
	height:260px;
	overflow:hidden;
}
.listItem .introText
{
	position:absolute;
	bottom:-10px; right:-10px;
	z-index:10;
	width:190px; /* 226px */
	height:128px; /* 164px */
	background:url("HPListBackground.png") no-repeat top left;
	color:White;
	/*font-size:16px;
	font-weight:bold;*/
	padding:16px;
}
.listItem .introText .wrap
{
	overflow:hidden;
	width:180px;
	height:92px;
	}
.listItem a.moreLink
{
	display: block;
	position: absolute;
	width: 60px;
	height: 24px;
	line-height:24px;
	bottom: 2px;
	right: 2px;
	z-index:15;
	text-align:center;
	color:White !important;
	text-decoration:none;
	
}

