/* inCMS */
/* (c)2007 Inexes */

* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	line-height: 1.3;
	font-size: 67.8%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: White url('BodyBG.gif') repeat-x;
	color: #2B2B2B;
}
table {
	line-height: 1.3;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	color: #2B2B2B;	background: White;
}
input.text, textarea {
	padding: 2px;
	width: 250px;
	border: solid #C9C9C9 1px;
}
textarea {
	height: 92px;
	overflow: auto;
}
input.submit {
	border: solid #C9C9C9 1px;
	font-weight: bold;
	color: #444444;	
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
	font-style: normal;
}
h1 {
	padding: 14px 0 14px 65px;
	/*min-height: 38px;*/
	font-size: 20px; /*20px*/
	line-height: 1.1;
	font-weight: normal;
	color: #DB911A;
	background: url(H1BG.gif) no-repeat 0 50%;
}
h2,h3 {
	padding: 5px 0 3px 0;
	font-size: 14px; /*20px*/
	line-height: 1.1;
}
h4 {
	padding: 7px 0 4px 0;
	font-size: 12px; /*12px*/
	line-height: 1.1;	
	color: #DB911A;
}
p.dateAuthor {
	color: #DB911A;
	font-size: 11px;
	line-height: 1.1;
}
.noScreen, #description, #navigation {
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}
.aBold {
	font-weight: bold;
}

/*     zakladni obsah                        */
/*********************************************/

#page {
	position: relative;
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
	background: url(InfoContentBG.gif) 588px 305px no-repeat;
}
#headerBox {
	margin: 0 0 0 88px;
	width: 100%;
	height: 290px;
	background: url(Header.jpg) no-repeat;
}
#headerBox .logo {
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 20;
	overflow: hidden;
}
#headerBox #languages {
	position: absolute;
	top: 81px;
	left: 827px;
	z-index: 10;
}
#headerBox #languages a {
	color: black;
	text-decoration: none;
}

#mainMenuBox {
	position: absolute;
	top: 50px;
	left: 0;
	width: 155px;
	padding: 50px 10px 10px 10px;
	background: #DFDFDF url(MenuBG.jpg) repeat-x;
	z-index: 15;
	overflow: visible;
}

#footerBox {
	clear: both;
	margin: 0 0 0 46px;
	padding: 20px 0 0 0;
	width: 853px;
	height: 47px;
	overflow: hidden;
	background: white url(FooterBG.gif) 0 20px no-repeat;
}
#footerBox-copy {
	margin: 0 0 0 368px;
	font-size: 10px;
}
#footerBox a {
	color: #2B2B2B;
}

#mainBox {
	float: left;
}
#mainContentBox {
	float: left;
	margin: 0 0 0 90px;
	padding: 0 17px 10px 0;
	width: 480px;
	background: white;
	overflow: hidden;
}
#mainBox.noInfoContent #mainContentBox {
	float: left;
	margin: 0 0 0 90px;
	width: 766px;
	overflow: hidden;
}

#infoContentBox {
	float: right;
	margin: 15px 46px 0 0;
	padding: 0 0 10px 17px;
	width: 250px;
	overflow: hidden;
}

#footerContentBox {
	float: left;
	clear: both;
	margin: 0 0 0 90px;
	padding: 15px 0 10px 0;
	width: 766px;
	background: white;
	overflow: hidden;
}

.fixBodyBG {
	display: block;
	position: absolute;
	top: 277px;
	left: 0;
	height: 11px;
	width: 695px;
	background: white;
	z-index: 5;
}
.headerBG {
	position: absolute;
	top: 0;
	left: 66px;
	height: 177px;
	width: 836px;
	background: url(HeaderCube.gif);
	z-index: 5;
}
#appendMenuBG {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 175px;
	background: url(MenuGray.png);
	z-index: 10;
	display: none;
}

.contactMap {
	padding: 5px 5px 93px 5px; 
	background: #3E3E3E url('Mapa-dolni-okraj.gif') bottom left no-repeat; 
	width: 459px;
}


/*     menu                                  */
/*********************************************/

/* 1. uroven menu */
ul#menuList-2 {
	float: left;
	list-style: none;
}
ul#menuList-2 li {
	position: relative;
	float: left;
	clear: left;
	width: 155px;
}
ul#menuList-2 a {
	display: block;
	padding: 4px 5px;
	width: 145px;
	line-height: 1.1;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	color: #2E2E2E;
}
ul#menuList-2 a:hover {
	background: #1B1B1B;
	color: white;
}
/* 2. uroven menu */
ul#menuList-2 ul {
	position: absolute;
	top: -10px; left: 155px;
	padding: 10px 10px 10px 25px;
	width: 155px;
	list-style: none;
	background: url(MenuBG2.jpg) 15px 0 no-repeat;
}
ul#menuList-2 ul li {
	position: relative;
	float: left;
	clear: left;
	width: 155px;
}
ul#menuList-2 ul a {
	display: block;
	padding: 4px 5px;
	width: 145px;
	line-height: 1.1;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	color: #2E2E2E;
}
/* 3. uroven menu */
ul#menuList-2 ul ul {
	position: absolute;
	top: -10px; left: 155px;
	padding: 10px 10px 10px 25px;
	width: 155px;
	list-style: none;
	background: url(MenuBG2.jpg) 15px 0 no-repeat;
}
ul#menuList-2 ul ul li {
	position: relative;
	float: left;
	clear: left;
	width: 155px;
}
ul#menuList-2 ul ul a {
	display: block;
	padding: 4px 5px;
	width: 145px;
	line-height: 1.1;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	color: #2E2E2E;
}
/* ovladani menu */
ul#menuList-2 ul {
	display: none;
}
ul#menuList-2 li:hover ul, ul#menuList-2 li.hover ul {
	display: block;
}
ul#menuList-2 li:hover ul ul, ul#menuList-2 li.hover ul ul {
	display: none;
}
ul#menuList-2 li:hover li:hover ul, ul#menuList-2 li.hover li.hover ul {
	display: block;
}
/* Wysiwyg - obecne */
.htmlEditorContent {
	clear: both;
	padding: 0;
}
.htmlEditorContent ul {
	padding: 5px 5px 5px 0px;
	list-style-type: none;
}
.htmlEditorContent p {
	line-height: 1.4;
}
.htmlEditorContent .hl1 {
	color: black;
}
.htmlEditorContent .hl2 {
	color: #DB911A;
}
.htmlEditorContent ul li {
	padding: 1px 0 1px 30px;
	background: url(ulStyle.gif) 0 3px no-repeat;
}
.htmlEditorContent ol {
	padding: 5px 5px 5px 25px;
}
.htmlEditorContent ol li {
	padding: 1px 0 1px 5px;
}
.htmlEditorContent table.styled th, .htmlEditorContent table.styled td {
	padding: 2px 15px;
	background: #DFDFDF;
	border-top: 1px solid white;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	padding: 3px 15px;
}
.htmlEditorContent img.bordered {
	border: solid #3E3E3E 5px;
}
.htmlEditorContent table.styled thead th, .htmlEditorContent table.styled thead td {
	color: White;
	background-color: #3E3E3E;
}
.htmlEditorContent table.styled tr.hl th, .htmlEditorContent table.styled tr.hl td {
	background-color: white;
}
.htmlEditorContent a {
	color: #DB911A;
}
/* Wysiwyg - infozona */
#infoContentBox h2, #infoContentBox h3 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 11px 13px 11px 13px;
	font-size: 14px; /*20px*/
	line-height: 1.1;
	background: #D0D0D0 url(H2BG.gif) bottom left no-repeat;
}
#infoContentBox h2 span, #infoContentBox h3 span {
	position: absolute;
	top: 0;
	left: 119px;
	display: block;
	width: 131px;
	height: 4px;
	background: white;
}

.form1 {
	margin: 10px 0 0 0;
}
.form1 td, .form1 th {
	padding: 2px 10px 2px 0;
	font-weight: normal;
	text-align: left;
}
.form1 input.radio {
	margin: 0 5px 0 0;
}
.form1 .errorBox {
	border: 5px solid #CA3544;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 94%;
}
.form1 .okBox {
	border: 5px solid #888888;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 94%;
	color: #888888;
}

#upBack {
	margin: 20px 0 10px 0;
}
.buttonUp, .buttonBack {
	float: right;
	padding: 0 0 0 25px;
	margin: 0 0 0 30px;
	height: 19px;
	line-height: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #DB911A;
	text-decoration: none;
	background: url(UpBack.jpg) no-repeat;
}

.centerMap ul li a.aBold {
	color: #B76EA5;
}
