.art-content .art-postcontent-0 .layout-item-0 { margin-bottom: 5px;  }
.art-content .art-postcontent-0 .layout-item-1 { color: #575757; background: #E5E5E5; border-spacing: 20px 10px; border-collapse: separate;  }
.art-content .art-postcontent-0 .layout-item-2 { border-right-style:Dotted;border-right-width:1px;border-right-color:#BABABA; color: #575757; padding-right: 10px;padding-left: 10px;  }
.art-content .art-postcontent-0 .layout-item-3 { border-right-style:dotted;border-right-width:1px;border-right-color:#BABABA; color: #575757; padding-top: 0px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;  }
.art-content .art-postcontent-0 .layout-item-4 { color: #575757; padding-right: 20px;padding-bottom: 20px;padding-left: 20px;  }
.art-content .art-postcontent-0 .layout-item-5 { margin-top: 5px;  }
.art-content .art-postcontent-0 .layout-item-6 { border-spacing: 20px 0px; border-collapse: separate;  }
.art-content .art-postcontent-0 .layout-item-7 { padding-right: 20px;padding-left: 20px;  }
.ie7 .post .layout-cell {border:none !important; padding:0 !important; }
.ie6 .post .layout-cell {border:none !important; padding:0 !important; }


/* moje */

.scrolltop {
  display: none;
  background: url(images/button-scroll-to-top.png) no-repeat;
  width: 48px;
  height: 48px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 1000;
}

.separator-line {
  display: block;
  text-align: center;
  width: 100%;
  clear: both;
  padding: 0px 0 10px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dedede;
}

/* Contact Form */
#contact_form {
  background: url(images/bg_contactform.png) top right no-repeat;
}
.error, .success {
	display: none;
	font-weight: bold;
}
p.error {
	margin: 5px;
	color: red;
}
p.success {
	margin: 5px;
	color: green;
}
#contact_form input#name, #contact_form input#email, #contact_form input#subject, #contact_form textarea {
	padding: 5px;
	border: 1px solid #dedede;
	background: #fff;
}
#contact_form input#name, #contact_form input#email, #contact_form input#subject {
	width: 250px;
}
#contact_form textarea {
	width: 400px;
	height: 150px;
	resize: none;
}

/*======= Gallery =======*/
.gallery ul > li {
  padding-left: 0px;
}
.ts-display-pf {
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0 0;
}
.ts-display-pf li {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 15px 15px 0 !important;
	float: left;
}
.ts-display-pf .ts-display-pf-img {
	width: 100px;	height: 100px;
	background-color: #2F2F2F;
	padding: 3px;
	position: relative;
	overflow: hidden;
}
.ts-display-pf .ts-display-pf-img a.image {
	display: block;
	position: relative;
  width: 100px;	height: 100px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.ts-display-pf .ts-display-pf-img a .rollover {
	display: none;
	position: absolute;
  background: url(images/hover-zoom.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.ts-display-pf .ts-display-clear {
	clear: both;
	height: 1px !important;
	line-height: 1px !important;
	float: none !important;
}




/* info boxy */
.info_box {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 60px;
  padding-right: 5px;
  background-position: 3px 3px;
  text-align: left;
  min-height: 43px;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-image: initial;
}
.info_box.info {
  background-color: #DFF0FF;
  background-image: url(images/info_48.png);
  border: 1px solid #65ADFE;
}
.info_box.ok {
  background-color: #E2F8DE;
  background-image: url(images/accepted_48.png);
  border: 1px solid #7AD975;
}
.info_box.warning {
  background-color: #FEFFD5;
  background-image: url(images/warning_48.png);
  border: 1px solid #FE9A05;
}
.info_box.failure {
  background-color: #FFE7E6;
  background-image: url(images/failure_48.png);
  border: 1px solid #FF4F4A;
}
.info_box.abort {
  background-color: #FFE7E6;
  background-image: url(images/abort_48.png);
  border: 1px solid #FF4F4A;
}
.info_box.help {
  background-color: #DFF0FF;
  background-image: url(images/help_48.png);
  border: 1px solid #65ADFE;
}
.info_box.tip {
  background-color: #FEFFD5;
  background-image: url(images/lightbulb_48.png);
  border: 1px solid #FE9A05;
}


.oramovani {
  padding: 5px;
  background-color: white;
  border: 1px solid #c0c0c0;
}
.datum {
  font-weight: bold;
  padding-left: 20px;
  background: url(images/calendar_16.png) left center no-repeat;
}
.plakat {
  line-height: 32px;
  padding: 7px 0px 7px 40px;
  background: url(images/ico_pdf.gif) left center no-repeat;
}







