/* inCMS common css */
/* (c)2008 Spika David, Drkula Ondrej, Inexes */

* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	overflow-y: scroll;
}
body {
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002a49;
	background: #fff;
}
table {
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	border-collapse: collapse;
}
table caption {
	padding: 7px 0 4px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #e85e3f;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	background: #fff;
	color: #002a49;
	border: 1px solid #e85e3f;
}
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: none;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #002a49;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

/* basic layout */
#page {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: none;
}
#headerBox {
	position: relative;
	width: 100%; height: 284px;
	background: url('HeaderBg.jpg') bottom right no-repeat;
}
#mainBox {
	float: left; clear: both;
	width: 100%;
	background: url('MainBoxBg.gif') top right repeat-y;
}
#mainBox.noInfoContent {
	background: none;
}
#mainBox #mainContentBox {
	float: left;
	width: 723px;
	min-height: 250px;
	height: auto;
	_height: 250px;
	padding: 30px 18px;
}
#mainBox.noInfoContent #mainContentBox {
	width: 954px;
}
#infoContentBox {
	float: left;
	width: 231px;
}
#footerBox {
	clear: both;
	width: 100%; height: 23px;/*21px;*/
	color: #fff;
	background: #002a4a;
}

/* header */
#headerBox a {
	position: absolute;
	display: block;
	top: 20px; left: 18px;
	width: 171px; height: 56px;
}
#headerBox p.description {
	display: none;
} 
#headerBox p.navigation {
	display: none;
} 
#headerBox #languages {
	position: absolute;
	top: 40px;
	right: 25px;
	font-weight: bold;
	text-align: right;
}
#headerBox #languages a {
	line-height: 1.4;
}
#headerBox #languages a:hover {
	color: black;
}

/* common: main content + infozone */
h2 {
	position: relative;
	left: -1px;
	padding: 5px 0 3px 0;
	font-size: 17px;
	color: #002a49;
}
p.dateAuthor {
	text-align: left;
}
p.dateAuthor span {
	color: #e85e3f;
}
.article {
	margin: 0 0 15px 0;
}
.htmlEditorContent h3, .htmlEditorContent h4 {
	color: #e85e3f;
}
.htmlEditorContent h3 {
	padding: 7px 0 4px 0;
	font-size: 15px;
}
.htmlEditorContent h4 {
	padding: 7px 0 4px 0;
	font-size: 12px;
}
.htmlEditorContent img.bordered {
	border: 4px solid #e85e3f;
}
.htmlEditorContent .hl1 {
	color: #e85e3f;
}
.htmlEditorContent ul {
	padding: 5px 5px 5px 9px;
	list-style-type: none;/*square;*/
}
.htmlEditorContent ul li {
	padding: 0 0 0 14px;/*5px;*/
	line-height: 1.5;
	background: url('ListItem.gif') 2px 8px no-repeat;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 23px;
}
.htmlEditorContent ol li {
	padding: 0 0 0 0;
	line-height: 1.5;
}
.htmlEditorContent table.styled {
	margin: 5px 0 15px 0;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	padding: 4px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	text-align: left;
	color: #0a0a0a;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 5px 15px;
	background: #e85e3f;
	color: #fff;
}
.htmlEditorContent table.styled tbody tr.hl th, .htmlEditorContent table.styled tbody tr.hl td {
	background-color: #e5e9ec;
}
.htmlEditorContent table.styled tbody tr th, .htmlEditorContent table.styled tbody tr td.hl {
	color: #e85e3f;
	font-weight: bold;
}
.htmlEditorContent table.styled tbody tr td.hl1 {
	color: #e85e3f;
}
.htmlEditorContent h3.listOfLinksHeader {
	margin: 8px 0 0 0;
	font-size: 12px;
	color: #e85e3f;
}
.htmlEditorContent ul.listOfLinks {
}
.htmlEditorContent ul.listOfLinks li {
}

/* main content */
#mainContentBox h1 {
	position: absolute;
	top: 131px; left: 0;
	display: block;
	width: 690px;
	padding: 59px 0 59px 68px;
	font-size: 27px;
	font-weight: normal;
	color: #fff;
	z-index: 20 !important;
}
#mainContentBox p#dateAuthor {
	padding-bottom: 10px;
	text-align: right;
}
#mainContentBox p#dateAuthor span {
	color: #e85e3f;
}
#mainContentBox #upBack {
	position: absolute;
	height: 25px;
	bottom: 23px; right: 248px;
	text-align: right;
}
#mainBox.noInfoContent #mainContentBox #upBack {
	right: 18px;
}
#mainContentBox #upBack a {
	float: left;
	width: 100px; height: 23px;
	margin-left: 2px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	background: url('UpBackBg.gif') center left repeat-x;
	color: #fff;
}
#mainContentBox #upBack span {
	display: none;
}
#mainContentBox #upBack a#buttonUp {
}
#mainContentBox #upBack a#ctl00_MainContent_hlBack {
}
#mainContentBox #upBack a#ctl00_MainContent_hlPrint {
}
#mainContentBox #upBack a:hover {
	color: #e85e3f;
}

/* Infozone */
#infoContentBox .inside {
	padding: 29px 18px 10px 18px;
	overflow-x: hidden;
}
#infoContentBox h2 {
}
#infoContentBox p.dateAuthor {
}
#infoContentBox .htmlEditorContent h3 {
}
#infoContentBox .htmlEditorContent h4 {
}
#infoContentBox .htmlEditorContent img.bordered {
}
#infoContentBox .htmlEditorContent .hl1 {
}
#infoContentBox .htmlEditorContent ul {
}
#infoContentBox .htmlEditorContent ul li {
}
#infoContentBox .htmlEditorContent ol {
}
#infoContentBox .htmlEditorContent ol li {
}
#infoContentBox .htmlEditorContent table.styled {
}
#infoContentBox .htmlEditorContent table.styled th, #infoContentBox .htmlEditorContent table.styled td {
	padding: 5px;
}
#infoContentBox .htmlEditorContent table.styled thead th, #infoContentBox .htmlEditorContent table.styled thead td {
	padding: 5px;
}
#infoContentBox .htmlEditorContent table.styled tbody th {
	padding: 5px 0;
}
#infoContentBox .htmlEditorContent table.styled tbody tr.hl th, #infoContentBox .htmlEditorContent table.styled tbody tr.hl td {
	background: #cedbe5;
}
#infoContentBox .htmlEditorContent h3.listOfLinksHeader {
}
#infoContentBox .htmlEditorContent ul.listOfLinks {
}
#infoContentBox .htmlEditorContent ul.listOfLinks li {
}

/* footer */
#footerBox p.navigation {
	display: none;
}
#footerBox #footerBox-copy {
	padding: 0 18px;
	line-height: 23px;/*21px;*/
	font-size: 9px;
}
#footerBox a {
	color: #e85e3f;
	text-decoration: none;
}
#footerBox a:hover {
	text-decoration: underline;
}

/* other */
.error {
	color: #d00;
}
/* inCMS module: menu_v1 */

#mainBox #subMenuBox {
	float: left;
	width: 180px;
	overflow-x: hidden; 
	padding: 80px 10px 0 10px;
}
ul#menuList-v1 {
	margin-top: 4px;
	list-style: none;
}
ul#menuList-v1 li {
	padding: 1px 0 2px 0; 
}
ul#menuList-v1 a {
	font-weight: bold;
	text-decoration: none;
	color: #1e1e1e;
}
ul#menuList-v1 ul {
	margin: 2px 0 0 15px;
	list-style: none;
}
ul#menuList-v1 ul a {
	color: #565656;
}
ul#menuList-v1 ul ul a {
	font-weight: normal;
}
ul#menuList-v1 a:hover, ul#menuList-v1 a.selected {
	color: #6495ed;
}
/* inCMS module: menu_h1 */

#mainMenuBox {
	position: absolute;
	top: 93px; left: 0;
	display: block;
	width: 100%; height: 32px;
	background: #e5e9ec;
	z-index: 10;
}
/* 1. uroven menu */
ul#menuList-h1 {
	width: 100%;
	position: relative;
	list-style: none;
	z-index: 10;
}
ul#menuList-h1 li {
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #002a49;
}
ul#menuList-h1 a {
	display: block;
	float: left;
	padding: 5px 18px;
	line-height: 22px;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #002a49;
}
ul#menuList-h1 li:hover a, ul#menuList-h1 li a:hover, ul#menuList-h1 li.active a {
	color: #e85e3f;
	border-bottom: 6px solid #e85e3f;
}
/* 2. uroven menu */
ul#menuList-h1 ul {
	position: absolute;
	top: 38px; left: 0;
	list-style: none;
	border-bottom: 6px solid #e85e3f;
	z-index: 11;
}
ul#menuList-h1 ul li {
	clear: left;
	background: #002A4A;
}
ul#menuList-h1 ul a {
	float: left;
	/*width: 137px; /* sirka pripadne pomoci JS */
	height: auto;
	line-height: 1.3;
	padding: 5px 18px;
	color: #002a49;
	border-bottom: none !important;
}
/* ovladani menu */
ul#menuList-h1 ul {
	display: none;
}
ul#menuList-h1 li:hover ul, ul#menuList-h1 li.hover ul {
	display: block;
}
