/* inCMS common css */
/* (c)2008 Ondrej Drkula, Inexes */

* { margin: 0; padding: 0; border: none; }
html {
	height: 100%;
	overflow-y: scroll;
	background: url('HtmlBg.png') #c1c1c1 top left repeat-x;
}
body {
	min-height: 100%;
	line-height: 1.3;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	background: url('BodyBg.png') top center no-repeat;
}
body.homePage {
	background: url('BodyBg2.png') top center no-repeat;
}
table {
	line-height: 18px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
table caption {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
	padding: 6px 0 3px 0;
	color: #ae0505;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	color: #000;
	background: #fff;
	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: #aa0202;
	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 */
#topLine {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%; height: 4px;
	line-height: 4px;
	font-size: 0;
	background: url('BodyTopLine.gif') #ffaf61 top left no-repeat;
}
#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#headerBox {
	position: relative;
	float: left;
	width: 100%; height: 153px;
	z-index: 5;
}
#mainBox {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#mainBox #mainContentBox {
	float: left;
	width: 575px; min-height: 350px; height: auto;
	padding: 19px 40px 35px 15px;
}
body.homePage #mainBox #mainContentBox, body.other #mainBox #mainContentBox {
	width: 100%; min-height: 150px; height: auto;
	padding: 328px 0 2px 0;
}
body.widePage #mainBox #mainContentBox {
	width: 100%; min-height: 150px; height: auto;
	padding: 20px 0;
}
body.homePage #mainBox #mainContentBox {
	background: url('HomeInfoBg.png') center 330px no-repeat;
}
body.other #mainBox #mainContentBox {
	background: url('ContactInfoBg.png') center 330px no-repeat;
}
#mainBox #rightZone {
	float: left;
	width: 270px;
	margin-top: 80px;
	clear: right;
}
#infoContentBox {
	display: none;
}
#searchBox {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 180px;
}
#footerBox {
	clear: both;
	width: 100%;
	margin-top: 2px;
	background: url('FooterTopLine.gif') top center no-repeat;
}

/* header */
#headerBox div#logo a {
	position: absolute;
	top: 60px; display: block;
	overflow: hidden;
}
#headerBox div#logo a.logo {
	left: 15px; width: 88px; height: 30px;
}
#headerBox div#logo a.icon {
	display: none;
	right: 5px; width: 102px; height: 43px;
	text-indent: 200px;
	background: url('Icon.png') 0 0 no-repeat;
}
#headerBox div#logo a img {
	background: none;
}
#headerBox p.description {
	display: none;
} 
#headerBox p.navigation {
	display: none;
} 
#headerBox #languages {
	display: none;
	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 */
/* Nadpisy */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS";
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #262626;
	line-height: 20px;
	padding: 5px 0 5px 0;
}
#rightZone h2 {
	width: 270px; height: 28px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	margin-bottom: 3px;
	padding: 0;
	color: #262626;
	background: url('RightZoneHeaderBg.gif') top center no-repeat;
	cursor: default;
}
#rightZone #subMenuBox:hover h2, #rightZone #subMenuBox.hover h2 {
	color: #fff;
	background: url('RightZoneHeaderBg.gif') bottom center no-repeat;
}
body.homePage h2, body.other h2 {
	font-family: Arial;
	color: #535353;
	line-height: 26px;
	padding: 8px 0 0 0;
}
.article {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica;
	line-height: 20px;
	font-size: 11px;
}
body.homePage .article, body.other .article {
	float: left;
	clear: none;
	width: 258px;
	padding: 22px 20px 5px 22px;
	line-height: 15px;
	border: none;
}
body.homePage #a_1 { text-align: right; }
body.homePage #a_2 { text-align: center; }
body.homePage #a_3 { text-align: left; }
body.homePage .article h2, body.other .article h2 {
	margin-left: -1px;
	padding: 5px 0 0 0;
}
.htmlEditorContent h3 {
	font-size: 15px;
	color: #ae0505;
	line-height: 16px;
	padding: 0 0 6px 0;
}
.htmlEditorContent h4 {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding: 0 0 4px 0;
}
/* Odstavce */
p.dateAuthor {
}
.htmlEditorContent .ref {
	margin-top: 0px;
	margin-left: 267px;
	margin-bottom: 10px;
	min-height: 221px;
	clear: right;
}
.htmlEditorContent .ref table th {
	text-align: left;
	padding-right: 10px;
}
.htmlEditorContent .perex {
	color: #333;
	font-size: 11px;
	font-style: italic;
	padding: 12px 0;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #ebebeb;
}
.htmlEditorContent p {
	padding-left: 1px;
}
.htmlEditorContent .hl1 {
	color: #aa0202;
	font-style: italic;
}
.htmlEditorContent img.bordered {
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
}
.htmlEditorContent a:hover img.bordered {
	background: #000;
}
/* Seznamy */
.htmlEditorContent ul {
	padding: 5px 5px 5px 20px;
	list-style-image: url('ListImage.gif');
}
.htmlEditorContent ul li {
	padding: 3px 0 3px 12px;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 21px;
}
.htmlEditorContent ol li {
	padding: 3px 0 3px 11px;
}
.htmlEditorContent ul li, .htmlEditorContent ol li {
	line-height: 16px;
}
/* Seznamy odkazu */
.htmlEditorContent h3.listOfLinksHeader {
}
.htmlEditorContent ul.listOfLinks {
}
.htmlEditorContent ul.listOfLinks li {
}
/* Tabulky */
.htmlEditorContent table.styled {
	margin: 5px 0 10px 0;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 4px 3px;
	border-bottom: 1px solid #b8b8b8;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 4px 3px;
	border-bottom: 2px solid #b8b8b8;
}
.htmlEditorContent table.styled tbody tr.hl th, .htmlEditorContent tbody table.styled tr.hl td {
	background-color: #c0c0c0;
}

/* main content */
#mainContentBox h1 {
	margin-left: -1px;
	padding: 18px 0 8px 0;
	font-size: 27px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 26px;
	color: #262626;
}
#mainContentBox h1.sup {
	padding-top: 0;
}
#mainContentBox h1 span {
	padding-left: 1px;
	line-height: 18px;
	font-size: 20px;
	display: block;
	clear: right;
}
#mainContentBox h1 del {
	display: none;
}
body.homePage #mainContentBox h1, body.other #mainContentBox h1 {
	display: none;
}
#mainContentBox p#dateAuthor {
}
#mainContentBox #upBack {
	position: absolute;
	height: 25px;
	bottom: 0;
	right: 15px;
	text-align: right;
}
#mainContentBox #upBack a {
}
#mainContentBox #upBack a#buttonUp {
}
#mainContentBox #upBack a#ctl00_MainContent_hlBack {
}
#mainContentBox #upBack a#ctl00_MainContent_hlPrint {
}
#mainContentBox #upBack a:hover {
}

/* footer */
#footerBox p.navigation {
	display: none;
}
#footerBox p#footerBox-copy {
	padding: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
}
#footerBox, #footerBox a {
	color: #575757;
}
#footerBox a {
	text-decoration: undrline;
}
#footerBox a:hover {
	text-decoration: none;
}
#footerBox .seo, #footerBox .seo a {
	color: #999;
}
#footerBox .seo a {
	text-decoration: none;
}
#footerBox .seo a:hover {
	text-decoration: underline;
	color: #575757;
}

/* search */
#searchBox input#ctl00_TbxSearch {
	width: 95px;
	padding: 2px 5px 2px 5px;
	border: solid #808080 1px;
	background: #fff;
}
#searchBox input#ctl00_BtnSearch {
	line-height: 1;
	padding: 1px 5px;
	background: #dfdfdf;
	color: Black;
	border: solid #808080 1px;
}

/* other styles */
h2.error {
	margin-left: -1px;
	color: #c90000;
}

/* Kontakt */
#contactMaps {
	position: absolute;
	top: 265px;
	left: 10px;
}
#contactMaps p {
	padding-bottom: 4px;
}
#contactMaps strong {
	padding-left: 7px;
}
/* inCMS module: banner_type1 */

.banner {
	overflow: hidden;
	clear: both;
	margin: 15px 0 15px 0;
}
.banner img {
	background: url('Loader.gif') no-repeat center center;
}
#mainContentBox .banner {
	width: 534px;
	height: 90px;
}
#infoContentBox .banner {
	width: 230px;
	height: 75px;
}
body.homePage #mainBox #mainContentBox .banner, body.other #mainBox #mainContentBox .banner {
	position: absolute;
	top: 0; right: 0;
	width: 100%; height: 328px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	text-align: center;
}
/* inCMS module: menu_h1 */

#mainMenuBox {
	position: absolute;
	top: 30px;
	left: 310px;
	display: block;
	clear: left;
	z-index: 10;
}
/* 1. uroven menu */
ul#menuList-h1 {
	position: relative;
	width: 140px;
	list-style: none;
	padding-top: 10px;
	background: url('../Modules/Menu/Menu_h1/Design/MenuBgTop.gif') #e2e0e0 top center no-repeat;
}
ul#menuList-h1 li {
	position: relative;
}
ul#menuList-h1 li.borderBottom {
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	background: url('../Modules/Menu/Menu_h1/Design/MenuBgBottom.gif') top center no-repeat;
}
ul#menuList-h1 a {
	display: block;
	line-height: 14px;
	text-decoration: none;
	padding: 3px 15px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #393939;
}
ul#menuList-h1 a:hover, ul#menuList-h1 li.active a {
	color: #c90000;
}
/* inCMS module: menu_h3 */

#serviceMenuBox {
	position: absolute;
	top: 40px;
	left: 450px;
	display: block;
	clear: left;
	z-index: 10;
}
/* 1. uroven menu */
ul#menuList-h3 {
	position: relative;
	width: 140px;
	list-style: none;
	padding: 6px 0 0 0;
	background: url('../Modules/Menu/Menu_h3/Design/MenuBgTop.gif') top center no-repeat;
}
ul#menuList-h3 li.borderBottom {
	height: 6px;
	line-height: 6px;
	font-size: 1px;
	background: url('../Modules/Menu/Menu_h3/Design/MenuBgBottom.gif') bottom center no-repeat;
}
ul#menuList-h3 a {
	display: block;
	padding: 2px 10px;
	color: #fff;
	line-height: 14px;
	text-decoration: none;
}
ul#menuList-h3 li a:hover, ul#menuList-h3	 li.active a {
	color: #000;
}
/* inCMS module: menu_h2 */

#topMenuBox {
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	z-index: 11;
}
/* 1. uroven menu */
ul#menuList-h2 {
	position: relative;
	list-style: none;
}
ul#menuList-h2 li {
	position: relative;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
ul#menuList-h2 li.last {
	padding-right: 0;
	border-right: none;
}
ul#menuList-h2 a {
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #fff;
}
ul#menuList-h2 a:hover, ul#menuList-h2 li.active a {
	text-decoration: underline;
}
/* 2. uroven menu */
ul#menuList-h2 ul {
	display: none;
}
