/* inCMS common css */
/* (c)2008 Spika David, Inexes */

* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	line-height: 1.3;
	font-size: 75%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	background: url('BodyBg.gif') #fff top left repeat-x;
}
table {
	line-height: 1.3;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table caption {
}
table th, table td {
	font-size: 12px;
	padding-right: 10px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	color: black;
	background: White;
	border: solid #666666 1px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
}
blockquote {
	font-style: italic;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 1.5;
}
cite {
	font-style: normal;
	float: right;
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #555555;
}
img {
	background: white url('Progress.gif') no-repeat center center;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #008dd8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {

}
.noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

/* basic layout */
#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 15px;
}
#headerBox {
	position: relative;
	width: 668px;
	height: 300px;
	margin-left: 231px;
	background: url('HeaderBg.jpg') bottom left no-repeat;
}
#headerBox-flash {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 480px;
	width: 300px;
	height: 100px;
}
#mainBox {
	position: relative;
	float: left;
	width: 900px;
}
#mainBox.noInfoContent {
	width: 900px;
}
#mainBox #mainContentBox {
	float: right;
	width: 668px;
	overflow-x: hidden; 
	min-height: 250px;
	height: auto;
	_height: 250px;
	padding: 10px 0 55px 0;
}
#mainBox.noInfoContent #mainContentBox {
	width: 668px;
}
#leftContentBox {
	float: left;
	width: 221px;
	padding-left: 8px;
}
#infoContentBox {
	float: left;
	margin-left: 10px;
}
#searchBox {
	display: none;
	position: absolute;
	top: 150px;
	left: 10px;
	width: 180px;
}
#footerBox {
	clear: both;
	width: 653px;
	height: 44px;
	margin-left: 231px;
	padding: 0px 8px;
	text-align: left;
	color: #fff;
	background: #060e16;
	border-top: 10px solid #909090;
}

/* header */
#headerBox img {
	position: absolute;
	top: 151px;
	left: -218px;
	padding: 5px;
	background: none;
}
#headerBox p.description {
	display: none;
} 
#headerBox p.navigation {
	display: none;
} 
#headerBox #languages {
	position: absolute;
	top: 272px;
	right: 30px;
	font-family: Verdana;
	font-size: 11px;
	color: #91d542;
}
#headerBox #languages a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#headerBox #languages a:hover, #headerBox #languages a.active {
	color: #000;
}

/* common: main content + infozone */
h2 {
	padding: 5px 0 3px 0;
	font-size: 15px;
	font-weight: bold;/*normal;*/
	color: #59a400;
/**/	text-transform: uppercase;
}
p.dateAuthor {
	font-size: 11px;
	color: #63aa10;
	line-height: 16px;
	padding-bottom: 5px;
}
.article {
	clear: both;
	margin: 0 0 15px 0;
}
.htmlEditorContent h3, .htmlEditorContent table caption {
	padding: 7px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.htmlEditorContent h4 {
	padding: 7px 0 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.htmlEditorContent p {
	font-size: 12px;
	line-height: 18px;
}
.htmlEditorContent img.bordered {
	border: 6px solid #8ec054;
}
.htmlEditorContent img.bordered2 {
	border: 2px solid #8ec054;
}
.htmlEditorContent a:hover img.bordered {
	/*border: 6px solid #01aeed;*/
}
.htmlEditorContent .hl1 {
	color: #008dd8;
	font-style: italic;
}
.htmlEditorContent ul {
	padding: 5px 0 8px 1px;
	list-style: none;
}
.htmlEditorContent ul li {
	padding-left: 23px;
	padding-bottom: 3px;
	background: url('ListOfLinks.gif') no-repeat 2px 4px;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 23px;
}
.htmlEditorContent ol li {
	padding: 0 0 0 0px;
	line-height: 1.5;
}
.htmlEditorContent ul li, .htmlEditorContent ol li {
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #303030;
}
.htmlEditorContent table.styled {
	margin: 3px 0 15px 0;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	color: #303030;
	margin-bottom: 2px;
	padding: 5px 15px 5px 8px;
	/*text-align: left;*/
}
.htmlEditorContent table.styled tbody tr:hover th, .htmlEditorContent table.styled tbody tr:hover td, 
.htmlEditorContent table.styled tbody tr.hover th, .htmlEditorContent table.styled tbody tr.hover td {
	background-color: #e6e6e6;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	color: #fff;
	background: url('TableHeaderBg.gif') #a8e461 bottom left repeat-x !important;
}
.htmlEditorContent table.styled tr.hl th, .htmlEditorContent table.styled tr.hl td {
	background-color: #f3f3f3;
}
.htmlEditorContent h3.listOfLinksHeader {
}
.htmlEditorContent ul.listOfLinks {
}
.htmlEditorContent ul.listOfLinks li {
}

/* main content */
#mainContentBox h1 {
	padding: 0;
	font-size: 26px;
	font-weight: normal;
	color: #008dd8;
}
#mainContentBox p#dateAuthor {
	font-size: 11px;
	color: #63aa10;
	line-height: 10px;
	padding-bottom: 5px;
}
#mainContentBox #upBack {
	position: absolute;
	height: 30px;
	bottom: 20px;
	right: 0;
	text-align: right;
}
#mainContentBox #upBack span {
	display: none;
}
#mainContentBox #upBack a {
	float: left;
	width: 112px;
	height: 26px;
	margin-left: 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-indent: 18px;
	color: #fff;
}
#mainContentBox #upBack a:hover {
	color: #f0f0f0;
}
#mainContentBox #upBack a#ctl00_MainContent_hlUp {
	background: url('ButtonUp.gif') center left no-repeat;
}
#mainContentBox #upBack a#ctl00_MainContent_hlBack {
	background: url('ButtonBack.gif') center left no-repeat;
}
#mainContentBox #upBack a#ctl00_MainContent_hlPrint {
	background: url('ButtonPrint.gif') center left no-repeat;
}
#mainContentBox #upBack a:hover {
}

/* Infozone */
#infoContentBox .inside {
	width: 178px;
	margin-top: 16px;
	overflow-x: hidden;
}
#infoContentBox h2, #infoContentBox h2 a {
	color: #59a400;
	text-align: right;
}
#infoContentBox p.dateAuthor {
}
#infoContentBox .htmlEditorContent h3 {
	/*text-align: right;*/
}
#infoContentBox .htmlEditorContent h4 {
	/*text-align: right;*/
}
#infoContentBox .htmlEditorContent img.bordered {
}
#infoContentBox .htmlEditorContent .hl1 {
}
#infoContentBox .htmlEditorContent  {
	padding-right: 2px;
}
#infoContentBox .htmlEditorContent ul {
}
#infoContentBox .htmlEditorContent ul li {
}
#infoContentBox .htmlEditorContent ol {
}
#infoContentBox .htmlEditorContent ol li {
}
#infoContentBox .htmlEditorContent table {
	padding: 0;
}
#infoContentBox .htmlEditorContent table th, #infoContentBox .htmlEditorContent table td {
	padding-right: 0;
	padding-bottom: 3px;
}
#infoContentBox .htmlEditorContent table th strong, #infoContentBox .htmlEditorContent table td strong {
	padding-left: 10px;
}
#infoContentBox .htmlEditorContent table.styled {
}
#infoContentBox .htmlEditorContent table.styled th, #infoContentBox .htmlEditorContent table.styled td {
}
#infoContentBox .htmlEditorContent table.styled thead th, #infoContentBox .htmlEditorContent table.styled thead td {
}
#infoContentBox .htmlEditorContent table.styled tr.hl th, #infoContentBox .htmlEditorContent table.styled tr.hl td {
}
#infoContentBox .htmlEditorContent h3.listOfLinksHeader {
}
#infoContentBox .htmlEditorContent ul.listOfLinks {
}
#infoContentBox .htmlEditorContent ul.listOfLinks li {
}

/* footer */
#footerBox p.navigation {
	display: none;
}
#footerBox #footerBox-copy {
	height: 44px;
	line-height: 44px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#footerBox a {
	color: #fff;
	text-decoration: underline;
}
#footerBox a:hover {
	text-decoration: none;
}

/* search */
#searchBox input#ctl00_TbxSearch {
	width: 95px;
	padding: 2px 5px 2px 5px;
	border: solid #808080 1px;
	background: White;
}
#searchBox input#ctl00_BtnSearch {
	line-height: 1;
	padding: 1px 5px;
	background: #dfdfdf;
	color: Black;
	border: solid #808080 1px;
}

/* other styles */
.error {
	color: #d00;
}

area {
	cursor: pointer;
	display: block;
	background: #d00;
}
#transLayer {
	background: none;
}

/* calculator */
table#calculatorCS {
	border: none;
	background: url('CalcBg.gif') no-repeat;
	width: 188px;
	height: 70px;
	padding: 2px 0;
}
table#calculatorCS img {
	background: none;
}
table#calculatorCS th, table#calculatorCS td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: none;
}
table#calculatorCS th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	color: #069;
	text-align: right;
}
table#calculatorCS input {
	width: 48px;
	height: 15px;
	padding: 0;
	text-indent: 5px;
	line-height: 18px;
	font-size: 11px;
}
table#calculatorCS select {
	width: 50px;
	height: 18px;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
}

/* languages & translator */
.translator {
	position: absolute;
	display: block;
	text-align: center;
	z-index: 12;
	top: 222px; left: 22px;
}
.translator input {
	border: none !important;
	background: none;
}
.translator span {
	font-size: 10px;
}
/* inCMS module: menu_v1 */

#mainBox #subMenuBox {
	float: left;
	width: 178px;
	padding: 17px 10px 0 10px;
}
#mainBox #subMenuBox h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	color: #fff;
	background: #01aeed;
}
ul#menuList-v1 {
	list-style: none;
}
ul#menuList-v1 li {
	text-align: right;
	padding: 2px 0 0 0;
}
ul#menuList-v1 a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
	color: #0089bc;
	background: #dcf2fc;
}
ul#menuList-v1 a:hover {
	background: #f6fcff;
}
ul#menuList-v1 a.selected {
	text-decoration: underline;
}
ul#menuList-v1 li ul {
	display: none;/* !important;*/
	list-style: none;
}
ul#menuList-v1 ul li a {
	color: #000;
	background: #edf3fd;
	font-weight: normal;
}
/* inCMS module: menu_h1 */

#mainMenuBox {
	z-index: 10;
	position: absolute;
	top: 45px;
	right: 1px;
	float: left;
	width: 668px;
	height: 27px;
	background: none;
	border-bottom: 8px solid #060e16;
}
/* 1. uroven menu */
ul#menuList-h1 {
	width: 608px;
	position: relative;
	margin: 0 auto;
	list-style: none;
	z-index: 10;
}
ul#menuList-h1 li {
	position: relative;
	float: left;
}
ul#menuList-h1 a {
	position: relative;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background: url('../Modules/Menu/Menu_h1/Design/MenuItemLevel1Bg.gif') top left repeat-x;
}
ul#menuList-h1 a span.leftBorder, ul#menuList-h1 a span.rightBorder {
	position: absolute;
	bottom: 0;
	display: block;
	height: 27px;
}
ul#menuList-h1 a span.leftBorder {
	left: 0;
	width: 8px;
	background: url('../Modules/Menu/Menu_h1/Design/MenuItemLevel1BgLeft.gif') top left no-repeat;
}
ul#menuList-h1 a span.rightBorder {
	right: 0;
	width: 9px;
	background: url('../Modules/Menu/Menu_h1/Design/MenuItemLevel1BgRight.gif') top right no-repeat;
}
/**/
ul#menuList-h1 a:hover, ul#menuList-h1 li.active a {
	background: url('../Modules/Menu/Menu_h1/Design/MenuItemLevel1Bg.gif') bottom left repeat-x;
}
ul#menuList-h1 a:hover span.leftBorder, ul#menuList-h1 li.active a span.leftBorder {
	background: url('../Modules/Menu/Menu_h1/Design/MenuItemLevel1BgLeft.gif') bottom left no-repeat;
}
ul#menuList-h1 a:hover span.rightBorder, ul#menuList-h1 li.active a span.rightBorder {
	background: url('../Modules/Menu/Menu_h1/Design/MenuItemLevel1BgRight.gif') bottom right no-repeat;
}
/* 2. uroven menu */
ul#menuList-h1 ul {
	display: none !important;
	position: absolute;
	top: 30px; left: -18px;
	list-style: none;
	z-index: 11;
}
ul#menuList-h1 ul li {
	clear: left;
	padding-right: 0;
	background: #999999;
}
ul#menuList-h1 ul li:hover {
	background: #666666;
}
ul#menuList-h1 ul a {
	float: left;
	width: 137px;
	height: auto;
	line-height: 1.2;
	padding: 5px 18px 5px 18px;
	border: solid White 1px;
	margin-bottom: -1px;
	font-size: 12px;
	color: White;
}
ul#menuList-h1 ul li.isParent a {
	background: url('../Modules/Menu/Menu_h1/Design/MenuRight.gif') 161px center no-repeat;
}
ul#menuList-h1 ul li.isParent ul a {
	background: none;
}
/* 3. uroven menu */
ul#menuList-h1 ul ul {
	left: 174px;
	top: 0;
	border-bottom: none;
}
ul#menuList-h1 ul ul li {
}
ul#menuList-h1 ul ul a {
}
/* ovladani menu */
ul#menuList-h1 ul {
	display: none;
}
ul#menuList-h1 li:hover ul, ul#menuList-h1 li.hover ul {
	display: block;
}
ul#menuList-h1 li:hover ul ul, ul#menuList-h1 li.hover ul ul {
	display: none;
}
ul#menuList-h1 li:hover li:hover ul, ul#menuList-h1 li.hover li.hover ul {
	display: block;
}
