* {
	font-family: Arial, Helvetica, Sans-serif;
}
html {
	color: #000000;
	background: #FFFFFF;
}
body { font-size: 80%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
a { text-decoration: none; color: #0153a5; }
a:hover { text-decoration: underline; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h1:first-letter { text-transform:uppercase; }
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: 1px solid #aaaaaa;
}
legend {
	color: #000000;
}
strong { font-weight: bold; }
.clear { clear: both; height: 0; }
.left-align { text-align: left }
.center-align { text-align: center; }
.right-align { text-align: right; }
.left-float { float: left; }
.right-float { float: right; }
.none-float { float: none; }
.display_block { display: block; }
.display_none { display: none; }
.right { float: right; }
.button { cursor: pointer; }
.font-small { font-size: 0.9em; }
.font-smaller { font-size: 0.8em; }
.comp { color: #bc0a06; }
.comp:before { content: '* '; }
.extra-big { font-size: 3em; }
.uc-first::first-letter { text-transform: uppercase; }
.alert { font-weight: bold; color: #0153a5; font-size: 1.3em; }
.paar { background: #f0f0f0; }

input[type="submit"] {
	cursor: pointer;
	padding: 0 10px;
}
input.not-table {
	display: block;
	margin: 10px 0 10px 350px;
}

body {
	background: url('/img/background.gif') 0 0 repeat-x;
}

#container {
	width: 1000px;
	margin: 0 auto;
	border: 0;
	position: relative;
}
#header {
	position: relative;
	height: 155px;
}
#header #homepage-head-link {
	position: absolute;
	left: 0;
	top: 30px;
	width: 190px;
	height: 50px;
	display: block;
	text-decoration: none;
}
#header #header-text {
	position: relative;
	padding-top: 10px;
}
#header h1 {
	position: absolute;
	bottom: 0;
	left: 280px;
	font-size: 1.5em;
	color: #ffffff;
	padding: 0 0 7px 0;
	display: none;
}
#header #header-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 25px;
	background: #f0f0f0;
}
#header #header-info span {
	margin: 0 25px;
	line-height: 25px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #77AF20;
	padding: 10px 0;
	text-align: center;
}
#page-0 h1 {
	display: none;
}
h2 {
	font-size: 1.5em;
	color: #0153a5;
	padding: 5px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 1.3em;
	color: #0153a5;
	padding: 5px 0;
	margin-bottom: 7px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}
p {
	margin-bottom: 10px;
	padding: 0;
	width: auto;
}

#main {
	background: #ffffff;
	min-height: 250px;
	border: 1px solid #cccccc
}
#left-column {
	display: none;
}
#main-column {
	min-height: 250px;
	line-height: 160%;
}
body.default.des-2 #main-column {
	background: url('/img/temp/design-02.jpg') 0 0 no-repeat;
}
body.default.des-3 #main-column {
	background: url('/img/temp/design-03.jpg') 0 0 no-repeat;
}
#main-column .column-padder {
	padding: 15px;
}
#footer {
	padding: 10px 25px;
	clear: both;
}
#footer p {
	margin: 0;
}
#footer img {
	margin-bottom: -3px;
}
#main:after,
#left-column:after,
#main-column:after {
	content: '';
	display: block;
	clear: both;
}

/* ----------------------------- menu --------------------------------------- */
#header .menu-envelope {
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 90px;
	padding: 0;
	width: 100%;
}
#header ul#left-menu {
	display: block;
	list-style-type: none;
	width: 650px;
	margin: 0 auto;
}
#header ul#left-menu li {
	display: block;
	float: left;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}
#header ul#left-menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 10px 0 2px;
}
#header ul#left-menu li a:hover {
	border-bottom: 1px solid #ffffff;
}
#header ul#left-menu li.base-level {
	
}
#header ul#left-menu li.base-level:hover {
	
}
#header ul#left-menu li.base-level ul {
	margin-left: 15px;
}
#header ul#left-menu li.base-level ul.closed {
	display: none;
}
#header ul#left-menu li.base-level ul.opened {
	display: block;
}
#header ul#left-menu li.with-under {
	
}
#header ul#left-menu li.with-under.opened {
	
}
#header ul#left-menu li.current {
	
}
#header ul#left-menu li li.current {
	background-image: none;
}
#header ul#left-menu li.current a {
	/*background: url('/img/head-menu-back.png') 50% 100% no-repeat*/
	border-bottom: 1px solid #ffffff;
}
#header ul#left-menu li.current li a {
	color: #000000;
}

#left-column ul#left-menu {
	display: block;
}
#left-column ul#left-menu li.base-level {
	display: block;
	width: 50%;
	height: 150px;
	float: left;
}
#left-column ul#left-menu li.base-level a {
	display: block;
	padding: 50px 25px 0 25px;
	font-size: 1.5em;
}

#left-column ul#left-menu li.base-level.ord-0,
#left-column ul#left-menu li.base-level.ord-5,
#left-column ul#left-menu li.base-level.ord-10,
#left-column ul#left-menu li.base-level.ord-15,
#left-column ul#left-menu li.base-level.ord-20 {
	background: #0153a5;
}
#left-column ul#left-menu li.base-level.ord-0 a,
#left-column ul#left-menu li.base-level.ord-5 a,
#left-column ul#left-menu li.base-level.ord-10 a,
#left-column ul#left-menu li.base-level.ord-15 a,
#left-column ul#left-menu li.base-level.ord-20 a {
	color: #ffffff;
}
#left-column ul#left-menu li.base-level.ord-1,
#left-column ul#left-menu li.base-level.ord-6,
#left-column ul#left-menu li.base-level.ord-11,
#left-column ul#left-menu li.base-level.ord-16,
#left-column ul#left-menu li.base-level.ord-21 {
	background: #00adef;
}
#left-column ul#left-menu li.base-level.ord-1 a,
#left-column ul#left-menu li.base-level.ord-6 a,
#left-column ul#left-menu li.base-level.ord-11 a,
#left-column ul#left-menu li.base-level.ord-16 a,
#left-column ul#left-menu li.base-level.ord-21 a {
	color: #ffffff;
}
#left-column ul#left-menu li.base-level.ord-2,
#left-column ul#left-menu li.base-level.ord-7,
#left-column ul#left-menu li.base-level.ord-12,
#left-column ul#left-menu li.base-level.ord-17,
#left-column ul#left-menu li.base-level.ord-22 {
	background: #d6be5e;
}
#left-column ul#left-menu li.base-level.ord-2 a,
#left-column ul#left-menu li.base-level.ord-7 a,
#left-column ul#left-menu li.base-level.ord-12 a,
#left-column ul#left-menu li.base-level.ord-17 a,
#left-column ul#left-menu li.base-level.ord-22 a {
	color: #000000;
}
#left-column ul#left-menu li.base-level.ord-3,
#left-column ul#left-menu li.base-level.ord-8,
#left-column ul#left-menu li.base-level.ord-13,
#left-column ul#left-menu li.base-level.ord-18,
#left-column ul#left-menu li.base-level.ord-23 {
	background: #50b849;
}
#left-column ul#left-menu li.base-level.ord-3 a,
#left-column ul#left-menu li.base-level.ord-8 a,
#left-column ul#left-menu li.base-level.ord-13 a,
#left-column ul#left-menu li.base-level.ord-18 a,
#left-column ul#left-menu li.base-level.ord-23 a {
	color: #000000;
}
#left-column ul#left-menu li.base-level.ord-4,
#left-column ul#left-menu li.base-level.ord-9,
#left-column ul#left-menu li.base-level.ord-14,
#left-column ul#left-menu li.base-level.ord-19,
#left-column ul#left-menu li.base-level.ord-24 {
	background: #743da5;
}
#left-column ul#left-menu li.base-level.ord-4 a,
#left-column ul#left-menu li.base-level.ord-9 a,
#left-column ul#left-menu li.base-level.ord-14 a,
#left-column ul#left-menu li.base-level.ord-19 a,
#left-column ul#left-menu li.base-level.ord-24 a {
	color: #ffffff;
}
#left-column ul#left-menu li.base-level.current a {
	color: #cccccc;
}
/* -------------------------------------------------------------------------- */

/* --------------------------- overlays ------------------------------------- */
.content-wrap{
	padding: 15px;
	overflow: auto;
}
#system-message {
	width: 450px;
	height: auto;
	border: 1px solid #badff7;
	display: none;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px #cccccc;
	z-index: 52000;
}
#system-message h2 {
	background: #badff7;
	color: #0153a5;
	padding: 10px 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	border-radius: 10px 10px 0 0;
}
#system-message p {
	padding: 15px;
	margin-bottom: 10px;
}
#system-message .close { 
	text-align: right;
	padding: 0 25px;
	margin-bottom: 15px;
}
#system-message .close #message-close {
	display: inline-block;
	border: 1px solid #cccccc;
	line-height: 25px;
	text-decoration: none;
	padding: 0 25px;
	cursor: pointer;
}

#overlay {
	width: 450px;
	height: auto;
	border: 1px solid #666666;
	display: none;
}
#overlay.map-common { 
	width: 750px;
	min-height: 350px;
	max-height: 750px;
	display: block;
	background: #ffffff;
	border: 1px solid #0153a5;
	box-shadow: 0 0 5px 5px #aaaaaa;
}
#overlay.map-common .content-wrap {
	padding: 0;
}

div.overlay .close {
	background: url('/img/common-edit-close.png') 50% 50% no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	display: block;
}

#overlay h2 {
	position: relative;
	width: 410px;
/*	color:#E23D00;*/
	font-size: 1.3em;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px solid #E23D00;	
}
#overlay h2.google-map-common-head {
	color: #000000;;
	background: #badff7;
	width: auto;
	border: 0;
	padding: 10px 15px;
	margin: 0;
}
#overlay p { height: 170px; margin-bottom: 50px; overflow: auto; }
#overlay p.diff { height: auto; margin-bottom: 50px; }
#overlay div.link-inner-control { padding-left: 35px; background: url('images/link-control-inner.png') 0 0 no-repeat; }
#overlay5 div.alert { margin: 0; }
#overlay div.link-control-inner-result { margin-top: 10px; }
#overlay div.file-info div { margin: 0 0 5px 0; }

#overlay span.alert { font-weight: bold; }

#overlay.big-image {
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid #0153a5;
}
#overlay.big-image .content-wrap {
	padding: 0;
}
#overlay.big-image img {
	max-width: 100%;
	max-height: 100%;
}
#overlay.big-image .close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 26px;
	height: 26px;
	background: url('/img/close.png') 50% 50% no-repeat;
}
#overlay.big-image a.prev {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/img/gallery-prev.png') 0 50% no-repeat;
}
#overlay.big-image a.next {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url('/img/gallery-next.png') 100% 50% no-repeat;
}
/* -------------------------------------------------------------------------- */

/* --------------------------- maps ----------------------------------------- */
#google-map-common-abs {
	position: relative;
	width: 100%;
	height: 80vh;
}
a.map-common {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/img/google-map.png') 50% 50% no-repeat;
}
/* -------------------------------------------------------------------------- */

/* -------------------- modules --------------------------------------------- */
.module-output-envelope {
	position: relative;
	padding: 15px;
}
#left-column .module-output-envelope {
	padding: 30px;
}
/* -------------------------------------------------------------------------- */

table.streets td {
	padding: 0 10px;
	border-bottom: 1px solid #cccccc;
}

/* ------------------------- temporary iframe ------------------------------- */
div.module-output-envelope.iframe {
	overflow: hidden;
	padding: 0;
}
div.iframe-stolen-envelope {
	height: 1800px;
	overflow: hidden;
	/*
	margin-top: -120px;
	margin-left: -220px;
	margin-bottom: -50px;
	*/
	padding: 0;
}
iframe.stolen-data-iframe {
	width: 100%;
	height: 1800px;
	overflow: hidden;
	border: 0;
}
div.iframe-stolen-envelope-pure {
	height: 1800px;
	overflow: hidden;
	padding: 0;
}
iframe.stolen-data-iframe-pure {
	width: 100%;
	height: 1800px;
	overflow: hidden;
	border: 0;
}
/* -------------------------------------------------------------------------- */

/* --------------------- structure ------------------------------------------ */
.module-output-envelope.structure form {
	display: block;
	margin-bottom: 25px;
}
/* -------------------------------------------------------------------------- */

/* ------------------------- pagination ------------------------------------- */
.paging-envelope {
	margin-top: 15px;
	background: #f5f5f5;
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
}

.paging-results{
	float: right;
	margin: 1px 4px 0px 10px;
	padding: 4px 0;
	font-size: 0.9em;
}

.paging {
	float:left;
	font-size: 0.9em;
	padding: 0;
	margin: 0 0 4px 0;
}

.paging:after {
	display: block;
	content: '';
	font-size: 0;
}

.paging li {
	float: left;
	margin: 1px 3px 1px 0;
	height: 20px;
	line-height: 20px;
	padding: 0 2px;
	list-style-type: none;
}

.paging li a,
.paging li b,
.paging li span.paging-current,
.paging li span.paging-hellip,
.paging li span.paging-disabled {
	display: block;
	background: #FFFFFF;
	border: 1px solid #EDEBEA;
	padding: 0;
	min-width: 14px;
	text-align: center;
	text-decoration: none;
}

.paging li a:hover {
	background-color: #DDDDDD;
	color: #000000;
}

.paging li.paging-prev {
	margin-right: 10px;
}

.paging li.paging-next {
	margin-left: 5px;
}

.paging li.paging-prev a,
.paging li.paging-next a,
.paging li span.paging-disabled {
	border-width: 1px;
	padding: 0 2px;
}

.paging li span.paging-current,
.paging li span.paging-hellip {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #383435;
	font-weight: bold;
}

.paging li span.paging-current {
	background: #dddddd;
}

.paging li span.paging-hellip {
	padding: 0;
	background: transparent;
}

.paging li span.paging-disabled {
	color: #CDCBCA;
}

.paging li span.em {
	font-family: Arial;
	font-weight: bold;
	line-height: 10px;
}

.paging li.search-info {
	float: right;
	display: block;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 10px 0 5px 0;
	padding: 4px;	
	text-align: right;
	white-space: nowrap;
}

.paging li.search-info span {
	font-weight: bold;
}
.paging-settings {
	float: left;
	margin-left: 15px;
	font-size: 0.9em;
	margin-top: 3px;
}
.paging-settings label {
	
}
input#paging_number_change {
	width: 20px;
	text-align: right;
	margin: 0 10px;
	padding: 0 5px;
}
/* ---------------------------------------------------------------------------- */

/* ------------------ common articles ----------------------------- */
.common-list-envelope {
	background: #f5f5f5;
	padding: 15px;
}
.common-list-envelope h2 {
	line-height: 32px;
}
.common-list-item-envelope {
	display: block;
	float: left;
	position: relative;
	height: 320px;
	width: 200px;
	margin-bottom: 10px;
	overflow: hidden;
	margin: 0 10px 25px 0;
	background: #f0f0f0;
	padding: 15px;
}

.common-list-item-envelope h3 {
	margin-top: 150px;
	margin-bottom: 15px;
	height: 35px;
	color: #0153a5;
	font-weight: bold;
}
.common-list-item-envelope .perex {
	line-height: 18px;
	max-height: 112px;
	overflow: hidden;
}
.common-list-item-envelope .image-envelope {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px
	height: 150px;
	overflow: hidden;
	border: 1px solid #aaaaaa;
	line-height: 10px;
}
.common-list-item-envelope .image-envelope img {
	width: 100%;
	min-width: 200px;
	min-height: 150px;
}

.list-last {
	display: block;
	float: none;
	clear: both;
	width: 1px;
	height: 1px;
}

/* ---------------------------------------------------------------- */

/* -------- osetrenie marginov obrazkov v editor ------------------ */
.editor img[style*="float: left"] { margin-right: 10px; }
.editor img[style*="float: right"] { margin-left: 10px; }

img.editor-left-align { float: left; margin-right: 10px; }
img.editor-right-align { float: right; margin-left: 10px; }
/* ---------------------------------------------------------------- */

/* ------------------------ editor --------------------------------- */
.module-output-envelope.text-formated ul {
	list-style-type: disc;
}
.module-output-envelope.text-formated ul li {
	list-style-type: disc;
	margin-left: 30px;
}
.module-output-envelope.text-formated ol {
	list-style-type: decimal;
}
.module-output-envelope.text-formated ol li {
	list-style-type: decimal;
	margin-left: 30px;
}
/* ----------------------------------------------------------------- */

/* ---------------------- photogallery ----------------------------- */
li.gallery-item {
	display: inline-block;
	width: 250px;
	height: 180px;
	margin: 0 0 10px 10px;
	text-align: center;
}
li.gallery-item .image-envelope {
	width: 250px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #aaaaaa;
}
.gallery-item .image-envelope img {
	width: 100%;
	min-width: 250px;
	min-height: 180px;
}
/* ----------------------------------------------------------------- */

form#rulogin-form {
	display: inlne-block;
	max-width: 350px;
	margin: 50px 0 0 100px;
	border: 1px solid #0153a5;
}
form#rulogin-form h3 {
	background: #0153a5;
	color: #ffffff;
	padding: 5px 15px;
	margin-bottom: 15px;
}
/* ------------------ common forms --------------------------------- */
.data-part-envelope {
	height: auto;
}
.data-name {
	display: inline-block;
	text-align: right;
	width: 30%;
	min-width: 50px;
	max-width: 100px;
}
.data-value {
	display: inline-block;
	width: 70%;
}
.data-value:after {
	display: block;
	clear: both;
	content: '';
	height: 10px;
}
.data-value input, .data-value input.button {
	padding: 5px 10px;
}
/* ----------------------------------------------------------------- */

/* ---------------- eforms ----------------------------------------- */
ul.eform {
	display: block;
}
ul.eform li {
	display: block;
	min-height: 26px;
	background: url('/img/eform.png') 0 50% no-repeat;
	background-size: 24px;
	padding: 0 0 0 30px;
}
ul.eform li a {
	display: block;
	padding: 5px 0;
}
/* ----------------------------------------------------------------- */

/* --------------------- files ------------------------------------- */
ul.filelist {
	display: block;
}
ul.filelist li {
	display: block;
	min-height: 30px;
}
ul.filelist img.fileicon {
	/*display: inline-block;*/
	height: 24px;
	margin-bottom: -5px;
}
ul.filelist a {
	margin: 0 0 0 10px;	
}
/* ----------------------------------------------------------------- */

/* ------------------------ uni items ------------------------------ */
.item-row {
	display: block;
}
.item-row div {
	margin: 3px 0;
}
.item-row .item-name {
	float: left;
	margin-right: 10px;
}
.item-value {
	float: left;
}
.item-name.with-image {
	max-width: 75%;
}
/* ----------------------------------------------------------------- */

/* ------------------------ structure ------------------------------ */
.structure-add-info {
	margin-bottom: 15px;
}
.item-row.person {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.item-row.person .item-function:first-letter {
	text-transform: uppercase;
}
.item-row.person .editor {
	clear: both;
}
.possible-info {
	margin-right: 5px;
	/*display: none;*/
}
.possible-info.tel {
	display: inline;
}
.item-image-envelope {
	width: 110px;
	height: 150px;
	float: right;
	overflow: hidden;
	border: 1px solid #aaaaaa;
}
.item-image-envelope img {
	height: 100%;
	min-width: 110px;
	min-height: 150px;
}
/* ----------------------------------------------------------------- */