@import url("../../scripts/css/buttons.css");
@import url("../../scripts/css/menu.css");
@import url("../../scripts/css/pager.css");
@import url("../../scripts/css/alert_popup.css");
@import url("../../scripts/css/cke.css");
@import url("../../scripts/css/accordion_toggle.css");
@import url("../../scripts/js/scrollpane/jQuery.jScrollPane.css");
@import url("../../scripts/js/showwindow/show_window.css");
@import url("../../scripts/js/shadowbox/shadowbox.css");
@import url("../../scripts/js/boxpager/boxpager.css");


html {
	overflow-y: scroll;
}


body {
	color: #5E5E5E;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../../images/bg_body.jpg) #EEEEEE repeat-x 0% 0% fixed;
}


a:link {
	color: #38600B; text-decoration: none;
}
a:visited {
	color: #38600B; text-decoration: none;
}
a:hover {
	color: #416a0c; text-decoration: underline;
}
a:active {
	color: #416a0c; text-decoration: underline;
}
a:focus {
	outline: 0;
}
a {
	cursor: pointer;
}
a img {
	border: 0px;
}


table {
	empty-cells: show;
}
object, embed {
	outline: 0;
}

img {
	border: 0;
	vertical-align: middle;
}
img:focus {
	outline: 0;
}

p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
}
ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 19px;
}

h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}


iframe {
	margin: 0;
	padding: 0;
	border: 0;
}


form {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	font-family: Verdana;
	color: #707070;
	font-size: 11px;
	padding: 4px 4px;
	margin: 0;
	vertical-align: middle;
	border: 1px solid #bfbfc1;
}
textarea {
	font-family: Verdana;
	color: #707070;
	font-size: 11px;
	border: 1px solid #bfbfc1;
	overflow: auto;
	resize: none;
	padding: 4px 4px;
}
option {
	margin-top: 3px;
	margin-bottom: 3px;
}
select {
	margin: 0;
	padding: 0;
}
input:focus { outline: 0; }
input::-moz-focus-inner { border: 0; }
textarea:focus { outline: 0; }
textarea::-moz-focus-inner { border: 0; }

.formAlert {
	display: none;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

.Bold, .bold {
	font-weight: bold;
}
.Left, .left {
	text-align: left;
}
.Center, .center {
	text-align: center;
}
.Right, .right {
	text-align: right;
}
.Justify, .justify {
	text-align: justify;
}


.pRelative {
	position: relative;
}
.pAbsolute {
	position: absolute;
}
.floatLeft {
	float: left;
}
.floatRight {
  float: right;
}
.Clear {
	clear: both;
}
.Cross {
	text-decoration: line-through !important;
}
.Underline {
	text-decoration: underline !important;
}
.Hidden {
	display: none;
}
.Small {
	font-size: 9px !important;
}
.Uppercase {
	text-transform: uppercase;
}


/* linie */
.horizontalLine {
	background: url(../../images/kreska_poziom.gif) repeat-x 0% 50%;
}
.verticalLine {
	background: url(../../images/kreska_pion.gif) repeat-y 50% 0%;
}


/* odstepy */
.Space4 { height: 4px; }
.Space5 { height: 5px; }
.Space6 { height: 6px; }
.Space7 { height: 7px; }
.Space8 { height: 8px; }
.Space9 { height: 9px; }
.Space10 { height: 10px; }
.Space12 { height: 12px; }
.Space13 { height: 13px; }
.Space14 { height: 14px; }
.Space15 { height: 15px; }
.Space17 { height: 17px; }
.Space20 { height: 20px; }
.Space25 { height: 25px; }
.Space30 { height: 30px; }
.Space35 { height: 35px; }
.Space40 { height: 40px; }


/* kolory */
.colorBody {
	color: #5E5E5E !important;
}
.colorOrange {
	color: #EC9F02 !important;
}
.colorGreen {
	color: #48750E !important;
}

.colorOrange a {
	color: #EC9F02 !important;
}


/* title, txt */
.pTitle-17 {
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
.pText {
	font-size: 11px;
}


/* tooltip */
#tooltip {
	position: absolute;
	border: 1px solid #929292;
	background: #fafafa;
	padding: 8px 10px;
	color: #232323;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 9999;
}


/* */
.pContainer {
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: #666666 0px 0px 6px;
  -moz-box-shadow: #666666 0px 0px 6px;
  box-shadow: #666666 0px 0px 6px;
}
.pContent {
	width: 760px;
	height: auto;
	margin: 0px auto;
}

.pHeader {
	font-size: 0px;
}
.pHeader .topLine {
	width: auto;
	height: 9px;
	background: url(../../images/pasek_top.jpg) repeat-x 0% 0%;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.pHeader .boxLogo {
	width: 534px;
	height: auto;
	float: left;
}
.pHeader .boxMenu {
	width: 206px;
	height: auto;
	float: right;
}

.pNawigation {
	margin: 0px 0px 20px 0px;
}
.pNawigation .boxBaner {
	width: 534px;
	height: 193px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: #666666 0px 0px 2px;
  -moz-box-shadow: #666666 0px 0px 2px;
  box-shadow: #666666 0px 0px 2px;
}
.pNawigation .boxBaner .banerItem {
	position: relative;
	width: 534px;
	height: 193px;
}
.pNawigation .boxBaner .banerItem .slogan {
	position: absolute;
	top: 12px;
	right: 12px;
}

.pNawigation .boxMenu {
	width: 206px;
	height: auto;
	float: right;
}

.pArticle {
	margin: 0px 0px 20px 0px;
}
.pArticle .boxText {
	width: 534px;
	height: auto;
	float: left;
	/*background-color: red;*/
}
.pArticle .boxOther {
	width: 206px;
	height: auto;
	float: right;
}

.pFooter {
	width: auto;
	height: auto;
	background: url(../../images/pasek_stopka.jpg) #45710d repeat-x 0% 50%;
	border: 1px solid #2b4601;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.pFooter .Items {
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.pFooter .Items a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
.pFooter .Items a:hover { color: #F6DF3B; }
.pFooter .Items a.Active { color: #F6DF3B; }


.pCopy {
	font-size: 10px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}


/* */
.errorTitle {
	color: #48750E;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 6px;
}
.errorText {
	font-size: 13px;
}


/* boxText */
.boxText img {
	border: 1px solid #bfbfc1;
	padding: 3px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-color: #FFFFFF;
}

.boxText ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.boxText ul li {
	padding: 0px 0px 0px 13px;
	background: url(../../images/print_left.gif) no-repeat 0% 4px;
}

.boxText .imgLeft {
	margin: 0px 12px 0px 0px;
}
.boxText .imgRight {
	margin: 0px 0px 0px 12px;
}


.boxText .MapCanvas {
	width: 100%;
	height: 450px;
	border: 1px solid #bfbfc1;
	overflow: hidden;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.boxText .MapCanvas img {
	background-color: transparent !important;
}


/* */
.rightListContainer {
	border: 1px solid #C0C0C0;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.rightListContainer .rightListTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 3px 0px;
	background: url(../../images/ico_01.gif) no-repeat 0% 50%;
}

.rightListContainer a.rightListLinkBig {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #48750E;
	padding: 0px 0px 0px 20px;
	background: url(../../images/1321102498_add.png) no-repeat 0% 50%;
}
.rightListContainer a.rightListLinkBig:hover {
	color: #416a0c;
	text-decoration: none !important;
}

.rightListContainer .listContent {
	padding: 10px 10px;
}
.rightListContainer .listContent .listItem {
	padding: 0px 0px 0px 0px;
}
.rightListContainer .listContent .listItem .moreBox {
	position: relative;
	padding: 6px 8px 6px 8px;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background: url(../../images/bg_info_item.png) #FFFFFF repeat-x 0% 100%;
	-moz-border-radius: 6px 0px 6px 0px;
	-webkit-border-radius: 6px 0px 6px 0px;
	border-radius: 6px 0px 6px 0px;
}
.rightListContainer .listContent .listItem .moreBox:hover {
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	color: #393939;
	cursor: help;
}

.rightListContainer .listContent .listItem .itemTitle {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.rightListContainer .listContent .listItem .itemContent {
	padding: 4px 0px 0px 0px;
}

.rightListContainer .listContent .itemContent ul {
	list-style-type: none;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
}
.rightListContainer .listContent .itemContent ul li {
	padding: 0px 0px 0px 13px !important;
	margin: 3px 0px 0px 0px !important;
	background: url(../../images/print_left.gif) no-repeat 0% 4px;
}

.rightListContainer .listContent .hSpace {
	width: 100%; height: 11px;
	margin: 0px auto;
	font-size: 0px;
	/* background: url(../../images/kreska_poziom.gif) repeat-x 0% 50%; */
}


/* */
.listNews {}
.listNews .newsItem {}
.listNews .newsItem .itemTitle {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
.listNews .newsItem .itemContent {}
.listNews .newsItem .itemMore {
	padding: 5px 0px 0px 0px;
}


/* */
.articleView {}
.articleView .Title {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
.articleView .itemContent {}
.articleView .itemBack {
	padding: 10px 0px 0px 0px;
}


/* */
.linksItem {}
.linksItem .Title {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
.linksItem ul li {
	margin: 1px 0px 0px 0px;
}


/* */
.GalleryContainer {}

.GalleryContainer .GalleryMenu {
	padding: 0px 0px 15px 0px;
}

.GalleryContainer .GalleryMenu a {
	display: inline-block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	margin: 0px 5px 0px 0px;
	background: url(../../images/ico_02.gif) no-repeat 0% 50%;
}
.GalleryContainer .GalleryMenu a.Active {
	color: #416a0c !important;
	text-decoration: underline;
	background: url(../../images/ico_03.gif) no-repeat 0% 50%;
}

.GalleryContainer .GalleryList {}
.GalleryContainer .GalleryList .Item {
	float: left;
}
.GalleryContainer .GalleryList .Item img {
  -webkit-box-shadow: #8e8e8e 1px 1px 2px;
  -moz-box-shadow: #8e8e8e 1px 1px 2px;
  box-shadow: #8e8e8e 1px 1px 2px;
}
.GalleryContainer .GalleryList .Item img:hover {
	border: 1px solid #555555;
}
.GalleryContainer .GalleryList .Item.withSpace {
	margin: 0px 14px 0px 0px;
}
.GalleryContainer .GalleryList .Item.noSpace {
	margin: 0px 0px 0px 0px;
}


/* scrBox-y */
.scrBox-1 {
	max-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
}

.scrBox-2 {
	max-height: 155px;
	height: auto !important;
	height: 155px;
	overflow: hidden;
}

