/* inCMS common css */
/* (c)2008 Spika David, Inexes */

* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
	overflow: visible;
}
body {
	height: 100%;
	line-height: 1.3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: #071f31;
}
th, td {
	line-height: 1.3;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
table caption {
	line-height: 1.3;
	padding: 3px 0 3px 0;
	font-weight: bold;
}
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;
}
sup {
	position: relative;
	bottom: 2px;
	vertical-align: text-top;
}
sub {
	position: relative;
	top: 2px;
	vertical-align: baseline;
}
a {
	color: #00b2fe;
}
a:hover {
}
a:visited {

}
.noScreen {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

/* basic layout */
#bgImage {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
}
#page {
	position: relative;
	background: url(Background.gif);
}
#headerBox {
	position: relative;
	width: 960px;
	height: 140px;
	margin: 0 15px;
}
body#mp1 #headerBox {
	height: 166px;
}
#mainBox {
	height: 250px;
	overflow-y: auto;
}
#mainContentBox {
	position: relative;
	width: 938px;
	margin: 0 auto;
	padding: 0 37px 20px 15px;
}
#footerBox {
	clear: both;
	width: 960px;
	height: 35px;
	padding: 30px 0 0px 0;
	margin: 0 0px;
	color: white;
	font-size: 10px;
}

/* header */
#headerBox img {
	position: absolute;
	top: 15px;
	left: -10px;
}
#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 {
	margin: 4px 0 6px 0px;
	font-size: 19px;
	color: #00b2fe;
}
body#mp1 h2 {
	display: none;
	margin: 17px 0 0 0;
	font-size: 38px;
	font-weight: normal;
}
p.dateAuthor {
}
.article {
	margin: 0 0 15px 0;
}
body#mp1 .article {
	width: 261px;
	float: right;
}
.htmlEditorContent h3 {
	padding: 4px 0 10px 0;
	font-size: 16px;
	color: #00b2fe;
}
body#mp1 .htmlEditorContent h3 {
	display: none;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: normal;
}
.htmlEditorContent img {
	background: black url('Progress.gif') no-repeat center center;
}
.htmlEditorContent img.bordered {
	border: solid #00b2fe 1px;
}
.htmlEditorContent .hl1 {
	color: #00b2fe;
}
.htmlEditorContent ul {
	padding: 5px 5px 5px 35px;
	list-style-type: square;
}
.htmlEditorContent ul li {
	padding: 0 0 0 5px;
	line-height: 1.5;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 40px;
}
.htmlEditorContent ol li {
	padding: 0 0 0 0px;
	line-height: 1.5;
}
.htmlEditorContent caption {
	padding: 7px 0 5px 0;
	font-size: 16px;
	color: #00b2fe;
	text-align: left;
}
.htmlEditorContent table.styled {
	margin: 5px 0 15px 0;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	color: white;
	padding: 3px 15px;
	text-align: left;
	background: url('TableRow.png');
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 5px 15px;
	color: white;
	font-weight: normal;
	background: url('TableHeader.png');
}
.htmlEditorContent table.styled tr.hl th, .htmlEditorContent table.styled tr.hl td {
	background: none;
}
.htmlEditorContent h3.listLinksHeader {
}
.htmlEditorContent ul.listLinks {
}
.htmlEditorContent ul.listLinks li {
}

body#mp1 #headerFont {
	margin: -5px 0 10px -5px;
}

body#mp2 #headerFont {
	margin: 2px 0 3px -6px;
}

/* main content */
#mainContentBox h1 {
	display: none;
	padding: 2px 0 3px 0;
	font-size: 38px;
	font-weight: normal;
	color: #00b2fe;
}
body#mp1 #mainContentBox h1 {
	display: none;
}
#mainContentBox p#dateAuthor {
}
#mainContentBox #upBack {
	position: absolute;
	height: 21px;
	bottom: 0;
	right: 37px;
	font-size: 14px;
	text-align: right;
}
#mainContentBox #upBack a {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding: 0 25px 0 20px;
	color: white;
	text-decoration: none;
}
#mainContentBox #upBack a.buttonUp {
	background: url(ButtonUp.png) no-repeat right center;
}
#mainContentBox #upBack a.buttonBack {
	background: url(ButtonBack.png) no-repeat right center;
}
#mainContentBox #upBack a.buttonPrint {
	background: url(ButtonPrint.png) no-repeat right center;
}
#mainContentBox #upBack a:hover {
	color: #00b2fe;
}
#mainContentBox #upBack a.buttonUp:hover {
	background-image: url(ButtonUpH.png);
}
#mainContentBox #upBack a.buttonBack:hover {
	background-image: url(ButtonBackH.png);
}
#mainContentBox #upBack a.buttonPrint:hover {
	background-image: url(ButtonPrintH.png);
}

/* footer */
#footerBox p.navigation {
	display: none;
}
#footerBox a {
}

/* inCMS module: menu_h1 */

#mainMenuBox {
	z-index: 10;
	position: absolute;
	top: 61px; left: 443px;
	width: 547px; height: 36px;
	background: #00b2fe;
}
#menuBorder {
	position: absolute;
	left: -7px;
	top: 0;
	width: 7px;
	height: 36px;
	overflow:hidden;
	background: url('../Modules/Menu/Menu_h1/Design/BorderLeft.png')
}
/* 1. uroven menu */
ul#menuList-h1 {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	list-style: none;
	margin-left: 15px;
	z-index: 10;
}
ul#menuList-h1 li {
	float: left;
	position: relative;
}
ul#menuList-h1 li a {
	display: block;
	padding: 0 10px 0 9px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	color: black;
}
ul#menuList-h1 li:hover a, ul#menuList-h1 li.hover a, ul#menuList-h1 li.active a {
	color: white;
}
/* 2. uroven menu */
ul#menuList-h1 ul {
	position: absolute;
	top: 39px;
	left: -9px;
	width: 151px;
	padding: 7px 0 3px 0;
	list-style: none;
	z-index: 11;
	text-align: left;
	background: url(../Modules/Menu/Menu_h1/Design/BackgroundItem.png);
}
ul#menuList-h1 ul li {
	float: none;
	display: block;
	width: 100%;
}
ul#menuList-h1 ul li.bottom {
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 7px;
	overflow: hidden;
	background: url(../Modules/Menu/Menu_h1/Design/BorderItemBottom.png) no-repeat;
}
ul#menuList-h1 ul li.top {
	position: absolute;
	left: 0;
	top: -7px;
	height: 7px;
	overflow: hidden;
}
ul#menuList-h1 li:hover li a, ul#menuList-h1 li.hover li a, ul#menuList-h1 li.active li a {
	display: block;
	width: 117px;
	height: auto;
	line-height: 1.1;
	padding: 4px 20px 5px 17px;
	margin: 0;
	color: black;
	background: none;
}
ul#menuList-h1 ul li:hover a, ul#menuList-h1 ul li.hover a, ul#menuList-h1 ul li.active a {
	color: white;
}
ul#menuList-h1 ul li.isParent a {
}
ul#menuList-h1 ul li.isParent:hover a, ul#menuList-h1 ul li.isParent-hover a {
}
/* 3. uroven menu */
ul#menuList-h1 ul ul {
	left: 154px;
	top: 7px;
	width: 151px;
	padding: 0px;
}
ul#menuList-h1 ul ul li {
}
ul#menuList-h1 ul ul li.top {
	background: url(../Modules/Menu/Menu_h1/Design/BorderItemTop.png) no-repeat;
}
ul#menuList-h1 ul ul li.bottom {
}
ul#menuList-h1 ul li:hover li a, ul#menuList-h1 ul li.hover li a {
	color: black;
}
ul#menuList-h1 ul ul li:hover a, ul#menuList-h1 ul ul li.hover a {
	color: white;
}
ul#menuList-h1 ul li.isParent li a, ul#menuList-h1 ul li.isParent:hover li a, ul#menuList-h1 ul li.isParent-hover li 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 ul li:hover ul, ul#menuList-h1 ul li.hover ul {
	display: block;
}
