@font-face {
  font-family: "museo_100";
  src: url('fonts/museosansrounded-100-wf.eot');
  src: url('fonts/museosansrounded-100-wf.eot?#iefix') format('embedded-opentype'),
       url('fonts/museosansrounded-100-wf.woff') format('woff'),
       url('fonts/museosansrounded-100-wf.ttf') format('truetype'),
       url('fonts/museosansrounded-100-wf.svg#museo_sans_rounded100') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_300";
  src: url('fonts/museosansrounded-300-wf.eot');
  src: url('fonts/museosansrounded-300-wf.eot?#iefix') format('embedded-opentype'),
       url('fonts/museosansrounded-300-wf.woff') format('woff'),
       url('fonts/museosansrounded-300-wf.ttf') format('truetype'),
       url('fonts/museosansrounded-300-wf.svg#museo_sans_rounded300') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_700";
  src: url('fonts/museosansrounded-700-wf.eot');
  src: url('fonts/museosansrounded-700-wf.eot?#iefix') format('embedded-opentype'),
       url('fonts/museosansrounded-700-wf.woff') format('woff'),
       url('fonts/museosansrounded-700-wf.ttf') format('truetype'),
       url('fonts/museosansrounded-700-wf.svg#museo_sans_rounded700') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_900";
  src: url('fonts/museosansrounded-900-wf.eot');
  src: url('fonts/museosansrounded-900-wf.eot?#iefix') format('embedded-opentype'),
       url('fonts/museosansrounded-900-wf.woff') format('woff'),
       url('fonts/museosansrounded-900-wf.ttf') format('truetype'),
       url('fonts/museosansrounded-900-wf.svg#museo_sans_rounded900') format('svg');
  font-weight: normal;
  font-style: normal;
}
	
	
		
body {
	font-family: Arial, Tahoma;
	background: #FFF url('images/body-bg.png') repeat-x top left;
	color: #4D4846;
	font-size: 12px;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

#background-images {
    background: none repeat scroll 0 0;
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
}
#background-images img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
#body-inner {
	position:relative;
	width:auto;
	height:auto;
	margin:0 auto;
}

#body-inner-2 {
}


/* HEADER */

#page-box--header-- {
	float: none;
	font-size: 12px;
	color: #FFF;
	padding: 0;
	z-index: 40;
	background: url('images/header-menu-bg.png') repeat-x 0 80px;
	
}

	#page-box-inner--header--,
	#page-box-inner--footer-- {
		width: 1000px;
		margin: 0 auto;
	}

	#page-box--header-- #header-title {
		margin: 0px 0 0 0;			
		padding: 0;
		width: 244px;
		height: 80px;
		float: left;
	}
	
		#page-box--header-- #header-title a {
			display: block;
			width: 244px;
			height: 80px;
			background: url('images/header-logo.png') no-repeat;
			text-decoration: none;
		}
		
			#page-box--header-- #header-title a span {
				visibility: hidden;
			}
			
	#header-slogan {
		position: absolute;
		height: 80px;
		width: 680px;
		top: 15px;
		margin: 0 0 0 325px; 
		color: #333;
		font-size: 20px;
		font-family: 'museo_300';
	}
	
		#header-slogan strong {
			font-family: 'museo_900';
		}
		
		#header-slogan p {
			margin: 0;
			padding: 0;
		}
		
		#header-slogan p.orange {
			margin: 15px 0;
			padding: 6px 2px 14px 12px;
			background: url('images/header-btn-orange.png') no-repeat;
			color: #FFF;
			text-shadow: 1px 1px 1px #d09100;
			font-size: 17px;
		}

			#header-slogan p.orange strong {
				font-family: 'museo_700';
			}


	#header-menu-ul-sub .smOW {
		display: none;
	}
	
	#page-box--header-- #header-menu {
		clear: both;
		height: 35px;
		overflow: hidden;
		padding: 0;
		margin: 0px 0 0 0;
		position: relative;
		font-family: 'museo_900';
		font-size: 14px;
		border-left: 1px solid #047330;
	}
	
		#page-box--header-- #header-menu ul,
		#page-box--header-- #header-menu ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

					
			#page-box--header-- #header-menu ul li {
				margin: 0;
				float: left;
			}
			
				#page-box--header-- #header-menu ul li a {
					color: #FFF;
					text-shadow: 1px 1px 1px #047531;
					text-transform: uppercase;
					text-decoration: none;
					font-size: 14px;
					display: block;
					height: 33px;
					border: 1px solid #047330;
					border-left: 0;
					padding: 0 26px;
				}
				
				#page-box--header-- #header-menu ul li a span {
				}
					#page-box--header-- #header-menu ul li.hover,
					#page-box--header-- #header-menu ul li.active_exact_match  {
						background: #05a343;
					}
					
					#page-box--header-- #header-menu ul li.hover a.menu-sub {
						color: #FFF;
						border-top: 1px solid #038e3a;
						border-bottom: 1px solid #038e3a;

					}		
				
				#page-box--header-- #header-menu ul li a span.menu_item_label {
					display: block;
					padding: 11px 0 0 0;
				}
				
					#page-box--header-- #header-menu ul li.hover a.menu-sub span.menu_item_label {
						
					}
					
					
				#page-box--header-- #header-menu ul ul li a,
				#page-box--header-- #header-menu ul ul ul li a {
					height: auto;
				}
				
				#page-box--header-- #header-menu ul ul li a span,
				#page-box--header-- #header-menu ul ul li span.menu_item_label,
				#page-box--header-- #header-menu ul ul ul li a span,
				#page-box--header-- #header-menu ul ul ul li span.menu_item_label {
					display: inline;
					background: none;
					padding: 0;
					height: auto;
				}
				
				
				#page-box--header-- #header-menu ul ul {
					display: none;
					margin: -4px 0;
					width: 210px;
					padding: 3px 0 0 0;
					position: fixed;
					z-index: 500;
				}
				
				#page-box--header-- #header-menu ul ul ul {
					display: none;
					position: absolute;
					z-index: 500;
					margin: -38px 0 0 288px;
				}
				
					#page-box--header-- #header-menu ul ul li {
						float: none;
						display: block;
						padding: 0;
						margin: 0;
						height: auto;
						background: #08a443;
					}
					
					#page-box--header-- #header-menu ul ul li a {
						color: #FFF;
						display: block;
						border-bottom: 1px solid #008d36;
						border-left: 0;
						padding: 13px 25px 10px 25px;
						line-height: 1.5;

					}


					
					#page-box--header-- #header-menu ul ul li.menu a {
					}
					
					#page-box--header-- #header-menu ul ul li.hover a {
						color: #FFF;
					}

					
						#page-box--header-- #header-menu ul ul li a:hover {
							color: #f3fdfe;
						}
						
						#page-box--header-- #header-menu ul li.hover ul,
						#page-box--header-- #header-menu ul li.hover ul ul {
							display: block !important;
						}	
						#page-box--header-- #header-menu ul ul ul {
							padding: 0px 0 10px 0;
							background: none;
							float: none;
							margin: 0;
							position: relative;
							border-bottom: 1px solid #008D36;
							margin-top: -5px;
							background: #08a443;							
						}
						
						#page-box--header-- #header-menu ul ul ul li {

						}
						
							#page-box--header-- #header-menu ul ul ul li a,
							#page-box--header-- #header-menu ul ul li.hover ul li a {
								font-size: 13px;
								color: #8DF1B5;
								border: 0;
								padding: 6px 20px 6px 55px;
								background: url('images/header-menu-arrow.png') no-repeat 40px 9px; 
							}
							
							#page-box--header-- #header-menu ul ul ul li a:hover,
							#page-box--header-- #header-menu ul ul li.hover ul li a:hover {
								color: #f3fdfe;
							} 


/* FOOTER */
#page-box--footer-- {
	background: #452f21 url('images/footer-bg.png') repeat-x top center;
	clear: both;
	float: none;
	margin: 10px 0 0 0;
	color: #FFF;
}

.xhp-front #page-box--footer-- {
	margin: 0px 0 0 0;
}

	#page-box-inner--footer-- {
		width: 1010px; auto;
		padding: 40px 0 20px 0;
	}
	
	#footer-left {
		float: left;
		width: 180px;
		margin: 0 45px 0 0;
		color: #E0C9C0;
		line-height: 1.3;
	}
		
	  #footer-left p {
			margin: 0;
			padding: 0 0 12px 0;
		}
		
		#footer-left a {
			color: #E0C9C0;
			text-decoration: none;
		}
		
		#footer-left a:hover {
			text-decoration: underline;
		}
		
	#footer-menu,
	#footer-menu-right {
		float: left;
		width: 190px;
		margin: 0 45px 0 0; 
	}
	
		#footer-menu ul,
		#footer-menu ul li,
		#footer-menu-right ul,
		#footer-menu-right ul li {
			list-style-type: none;
			color: #E0C9C0;
			margin: 0;
			padding: 0;
			display: block;
		}
		
		#footer-menu ul li a,
		#footer-menu-right ul li a {
			display: block;
			text-transform: uppercase;
			padding: 12px 8px;
			text-decoration: none;
			color: #E0C9C0;
			border-bottom: 1px solid #563629;
		}
		
			#footer-menu ul li a:hover,
			#footer-menu-right ul li a:hover {
				text-decoration: underline;
			}
			
			#footer-menu-right ul li a {
				text-transform: none;
			}
			
		#bottom-right {
			float: left;
			background: #FFF;
			width: 290px;
			height: 240px;			
		}


	#footer-copy p,
	#footer-menu p {
		margin: 0;
		padding: 0;
	}
	
	#footer-copyright {
		display: none;
	}



/* HOMEPAGE */
#homepage-box--hp-top-- {
	background: url('images/header-teaser.jpg') no-repeat scroll center -28px transparent;
	float: none;
	height: 350px;
}

	#homepage-box-inner--hp-top-- {
		width: 1014px;
		margin: 0 auto;
		height: 609px;
		overflow: hidden;
	}
	
	#homepage-box-inner--hp-top-- p {
		margin: 0;
		padding: 0 0 20px 0;
		
	}
	
	#homepage a#home-more {
		width: 100%;
		position: absolute;
		display: block;
		height: 25px;
		padding: 9px 0 0 0;
		text-decoration: none;
		text-align: center;
		color: #686669;
		font-size: 14px;
		font-family: 'museo_900';
		text-transform: uppercase;
		background: url('images/home-teaser-bottom.png') repeat-x top center;
		top: 324px;
	}   
	    
		#homepage a#home-more span {
			/*visibility:hidden;*/
			display: inline-block;
			padding-right: 16px;
		}
		
	#homepage-box-inner--hp-top-- .text_text {
		float: left;
		clear: none;
		margin: 103px 3px 0 0;
		width: 236px;
		height: 130px;
		padding: 32px 0px 0 100px;
		background: url('images/home-box-all-white.png') no-repeat;
		color: #4D4846;
		font-family: Arial;
	}
	
	#homepage-box-inner--hp-top-- #homebox01.text_text {
		background-position: 0 0;
	}
	#homepage-box-inner--hp-top-- #homebox02.text_text {
		background-position: -340px 0;
	
	}
	#homepage-box-inner--hp-top-- #homebox03.text_text {
		background-position: -680px 0;
		margin-right: 0;
		width: 230px;
	}
	
	#homepage-box-inner--hp-top-- .text_text a {
		display: block;
		color: #04903B;
		font-family: 'museo_900';
		font-size: 20px;
		/*text-shadow: 1px 1px 1px #EEE;*/
		margin: 8px 0 -8px 0;
		padding: 12px 0;
		text-decoration: none;
	}
	
		#homepage-box-inner--hp-top-- .text_text a:hover {
			color: #04903B;
		}
		#homepage-box-inner--hp-top-- #homebox01.text_text a {
			padding-left: 7px;
		}
		#homepage-box-inner--hp-top-- #homebox02.text_text a {
			padding-left: 30px;
		}
		#homepage-box-inner--hp-top-- #homebox03.text_text a {
			margin-left: -3px;
		}

		#homepage-box-inner--hp-top-- #homebox02.text_text p.last {
			padding-left: 22px;
		}
		
#homepage-box--hp-bottom-- {
	width: 1010px;
	margin: 40px auto 0px auto;
	text-align: left;
	float: none;
	font-size: 14px; 
}

	#homepage-box--hp-bottom--hp-left-- {
		width: 450px;
		padding: 0 30px 0 0;
		border-right: 1px solid #e1e1e1;
		margin-right: 20px;
		float: left;
		line-height: 1.4;
	}
	
	#homepage-box--hp-bottom--hp-right-- {
		float: right;
		width: 505px;
		line-height: 1.4;
	}

  #homepage-box--hp-bottom-- h2 {
		font-size: 40px;
		line-height: 1.2;
		font-family: 'museo_100';
		margin: 0;
		padding: 0 0 10px 0;
	}
	
		#homepage-box--hp-bottom--hp-left-- h2 { color: #CC0000; }
		#homepage-box--hp-bottom--hp-right-- h2 { color: #04903B; }
		
		#homepage-box--hp-bottom--hp-left-- img { margin: 8px 20px 20px 0; }

	#homepage-box--hp-bottom--hp-right-- ul,
	#homepage-box--hp-bottom--hp-right-- ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#homepage-box--hp-bottom--hp-right-- ul li {
		display: block;
		color: #666666;
		padding: 4px 0;
	}
	
	#homepage-box--hp-bottom--hp-right-- ul li.li0,
	#homepage-box--hp-bottom--hp-right-- ul li.li1,
	#homepage-box--hp-bottom--hp-right-- ul li.li2 {
		width: 210px;
	}

	#homepage-box--hp-bottom--hp-right-- ul li.li3,
	#homepage-box--hp-bottom--hp-right-- ul li.li4,
	#homepage-box--hp-bottom--hp-right-- ul li.li5 {
		float: right;
		width: 300px;
		margin: -130px 0 130px 0;
	} 	
	
	#homepage-box--hp-bottom--hp-right-- ul li .right {
		display: inline-block;
		float: right;
		background: url('images/home-btn-grey.png') no-repeat top right;
		width: 12px;
		height: 35px;
		margin: -8px 0 0 0;
	}
	#homepage-box--hp-bottom--hp-right-- ul li .inner {
		display: inline-block;
		background: url('images/home-btn-grey.png') no-repeat top left;
		height: 27px;
		padding: 8px 0px 0 12px;
		margin: 0 10px 0 0;
	}



/* CONTENT */
#page-box--content-- {
	float: none;
	position: relative;
	z-index: 1;
}

#contentpage {
	float: none;
	position: relative;
}

	#contentpage-box--content-teaser-- {
		height: 70px;
		display: block;
		float: none;
		background: url('images/header-teaser.jpg') no-repeat center -309px;
	}
	
	#contentpage-box--content-top-- {
		width: 1000px;
		float: none;
		padding: 0;
		margin: 0 auto;
		/*background: url('images/content-line-dotted.png') no-repeat left bottom;*/
	}
	
		#penb-info { 
		background: url('images/content-h1-info.png') no-repeat left top;
		margin: 20px 0 0;
		}
		#pricelist { 
		background: url('images/content-h1-price.png') no-repeat left top; 
		margin: 20px 0 0;
		}
		#podklady { 
		background: url('images/content-h1-file.png') no-repeat left top; 
		margin: 20px 0 0;
		}
		#contact { 
		background: url('images/content-h1-contact.png') no-repeat left top; 
		margin: 20px 0 0;
		}
		#architect { 
		background: url('images/content-h1-architect.png') no-repeat left center; 
		margin: 15px 0 0;
		}
		#realestate { 
		margin: 15px 0 0;
		background: url('images/content-h1-real.png') no-repeat left center; 
		}
		
	
	#contentpage-box--content-top-- h2 {
		font-size: 40px;
		color: #CC0000;
		text-shadow: 1px 1px 1px #EEEEEE;
		font-family: 'museo_100';
		padding: 15px 0 30px 100px;
		margin: 0
	}
	
		#contentpage-box--content-top-- #pricelist h2,
		#contentpage-box--content-top-- #podklady h2 { 
		padding: 15px 0 30px 100px; 
		}
		#contentpage-box--content-top-- #architect h2,
		#contentpage-box--content-top-- #realestate h2 {
		line-height: 1.15;
		padding: 5px 0 15px 110px;
		}
		
		#contentpage-box--content-top-- #realestate h2 {
		padding-left: 150px;
		font-size: 38px;
		}
		
		#contentpage-box--content-top-- #architect h2 {
		font-size: 35px;
		}
	
	
	#contentpage-box--contentpage-- {
		font-size: 14px;
		line-height: 1.45;
		color: #666666;
		margin: 0 auto;
		width: 1000px;
		float: none;
		padding: 0 0 20px 0;
	}
	
	#contentpage-box-inner--contentpage-- h3,
	#contentpage-box-inner--contentpage-- h4 {
		font-size: 16px;
		margin: 0;
		padding: 12px 0 5px 0;	
	}
	
	#contentpage-box-inner--contentpage-- h4 {
		font-size: 14px;
	}
	
	#contentpage-box-inner--contentpage-- p {
		margin: 0;
		padding: 0 0 12px 0;
	}
	
	#contentpage-box-inner--contentpage-- a {
		text-decoration: underline;
		color: #009037;
		font-weight: bold;
	}
	
		#contentpage-box-inner--contentpage-- a:hover {
			text-decoration: none;
		}
	
	#contentpage-box-inner--contentpage-- ul {
		margin: -2px 0 12px 10px;
		padding: 0;
	}
	
		#contentpage-box-inner--contentpage-- ul li {
			list-style-type: none;                     
			background: url('images/content-ico-tick.png') no-repeat 0 8px;
			margin: 0;
			padding: 3px 0 3px 18px;
		}
		
	#contentpage-box-inner--contentpage-- table.energy td,
	#contentpage-box-inner--contentpage-- table.energy th {
		padding: 0px;
		line-height: 1;
	}
	
	#contentpage-box-inner--contentpage-- table.energy th {
		line-height: 1.4;
		padding-bottom: 10px;
	}
	

		
	
	
	/* CENIK */
	#price-table table {
		width: 100%;
		background: #FFF;		
	}
	
		#price-table table td,
		#price-table table th {
			vertical-align: middle;
			padding: 8px 20px;
			background: #e6e6e6;
		}
		
		#price-table table td.green {
			background: #009037;
			color: #FFF;
			font-weight: bold;
		}
		
		#price-table table td.red {
			color: #cc0000;
		}
		
		#price-table table td.small {
			font-size: 12px;
		}
		
		#price-table table p {
			margin: 0;
			padding: 0;
		}
		
	/* TABLE FIELDSET */
	.fieldset-headline {
		position: relative;
		top: 20px;
		height: 20px;
		margin: 0 auto;
		text-transform: uppercase;
		text-align: center;
		font-family: 'museo_900';
		color: #04903B;
		background: url('images/content-contact-header.png') no-repeat;
		padding: 10px 0 10px 32px;
		width: auto;
		display: inline-block; 	
	}
	
	.fieldset-headline .right {
		background: url('images/content-contact-header.png') no-repeat top right;
		width: 30px;
		height: 40px;
		display: block;
		margin: -10px 0 0 0;
		float: right;
	}
	
	table.fieldset {
		border: 1px solid #cccccc;
		border-collapse: none;
		margin: 0px 0 10px 0;
		width: 100%;
	}
	
		table.fieldset td {
			padding: 40px 20px 20px 20px;
			text-align: left;
			vertical-align: top;
		}
		
		table.fieldset td td {
			padding: 3px 5px;
		}





	

		#contenpage-box-inner--right-column-- ul.scrollbar {margin: 0; padding: 0; height: 6px; overflow: hidden; }
		#contenpage-box-inner--right-column-- ul.scrollbar li { background: none; }
		#contenpage-box-inner--right-column-- ul.scrollbar li.scroll.left { display: none !important; }
		#contenpage-box-inner--right-column-- ul.scrollbar li.scroll.right { display: none !important; }
		#contenpage-box-inner--right-column-- ul.scrollbar li.scroll.bar-wrapper { height: 6px; padding: 0; border: 1px solid #d5d5d5; background: #FFF; margin: 0 5px !important; }
		#contenpage-box-inner--right-column-- ul.scrollbar li.scroll.bar-wrapper div { background: #655f5f; height: 6px !important; cursor: pointer; } 
		#contenpage-box-inner--right-column-- .scrollbar-content {overflow: hidden !important; }
		#contenpage-box-inner--right-column-- ul.scrollbar.vertical { display: none !important; }
		#contenpage-box-inner--right-column-- ul.scrollbar.horizontal { height: 6px !important; }


	.gallery_show h2,
	#contentpage-box--right-column-- h2 {
		color: #004A9D;
		padding: 0 0 18px 0;
		margin: 0;
		font-size: 20px;
		text-transform: uppercase; 
		font-weight: normal;
	}
	
	#contentpage-box--right-column-- img.img_right {
		float: right;
		padding: 3px;
		white-space: nowrap;
		border: 1px solid #e6e6e6;
		margin: 0 0 15px 15px;
	}	 
	
	#contentpage-box--right-column-- img.img_left {
		float: left;
		padding: 3px;
		white-space: nowrap;
		border: 1px solid #e6e6e6;
		margin: 0 15px 15px 0;
	}
	
	

	
	#page-news .list_item,
	#content-onecolumn .text_perex {
		border-bottom: 1px solid #e6e6e6;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	
		#page-news .list_item.item-last {
			border: 0;
			margin: 0;
		}
	
		#page-news .list_item .info,
		#content-onecolumn .text_perex .info {
			font-size: 11px;
			color: #BBBBBB;
			float: right;
		}
		
		#page-news .list_item .icon,
		#content-onecolumn .text_perex .icon {
			float: left;
			width: 120px;
			height: 79px;
			padding: 3px;
			border: 1px solid #e6e6e6;
			margin: 0 20px 0 0;
		}
		
			#content-onecolumn .text_perex .icon {
				margin-top: -36px;
			}

			#page-news .list_item .icon-holder,
			#content-onecolumn .text_perex .icon-holder {
				width: 120px;
				height: 79px;
				overflow: hidden;
				text-align: center;
			}
		
				#page-news .list_item .icon-holder img,
				#content-onecolumn .text_perex .icon-holder img {
					margin: 0 auto;
				}
			
				#page-news .list_item h3 a,
				#content-onecolumn .text_perex h2 {
					text-decoration: none;
					color: #2299D7;
					line-height: 140%;
					text-transform: uppercase;
				}
				
					#content-onecolumn .text_perex h2 {
						margin-left: 148px;
					}
				
				#page-news .list_item h3 a:hover,
				#content-onecolumn .text_perex h2 a:hover {
					text-decoration: underline;
				}
			
			#page-news .list_item .perex-body,
			#content-onecolumn .text_perex .perex-body {
				color: #555555;
				font-size: 14px;
			}
			
				#page-news .list_item .perex-body p,
				#content-onecolumn .text_perex .perex-body p {
					padding: 0;
				}
				
					#page-news .list_item .perex-body a,
					#content-onecolumn .text_perex .perex-body a {
						color: #77B913;
						font-weight: bold;
						text-decoration: underline;
					}
			
			#page-news .list_item .perex_end,
			#content-onecolumn .text_perex .perex_end {
				clear: both;
			}
			

/* CONTACT FORM */
.tcolumn {
	float: left;
	width: 200px;
	margin: 0 15px 0 0;
}

	.tcolumn.column1 {
		width: 320px;
	}
	.tcolumn.column4 {
		margin-right: 0;
	}
	
.tcolumn .error {
	display: none;
}


table.Editor.not-active tbody,
table.Editor.not-active tr,
table.Editor.not-active td,
table.Editor.not-active th {
	display: none;
}

table.fieldset .box {
	margin: 0 -10px 0 0;
}

table.fieldset input.textentry {
	width: 167px;
	padding: 12px 10px;
	margin: 0;
	font-size: 14px;
	color: #666666;
	line-height: 1;
	background: url('images/content-input-w187.png') no-repeat;
	border: 0;
}

table.fieldset .trow .label {
	font-weight: bold;
	display: block;
	padding: 0 0 4px 4px;
	font-size: 12px;	
}

table.fieldset .trow .data {
	display: block;
	padding: 0 0 10px 0;
}

	
	table.fieldset .row-1 input.textentry {
		width: 298px;
		background: url('images/content-input-w318.png') no-repeat;
	}

	table.fieldset .row-2,
	table.fieldset .row-3 {
		float: left;
	}
	
	table.fieldset .row-2 {
		width: 150px; 
	}
	
	table.fieldset .row-2 input.textentry,
	table.fieldset .row-3 input.textentry {
		width: 107px;
		background: url('images/content-input-w127.png') no-repeat;
	}
	

	.Editor .editor_rq_field_note,
	.Editor .editor_rq_field_note small {
		margin-top: 0;
		font-size: 14px;
		font-style: italic;
	}
	
	
	table.fieldset .trow .data.data-14 {
		float: right;
		width: 118px;
		padding: 0;
		margin: -5px 18px -10px 0;
	}
	
	table.fieldset .trow .data.data-14 input.submit {
		background: url('images/content-form-submit.png') no-repeat;
		width: 118px;
		height: 37px;
		font-size: 1px;
		color: #cc0000;
		text-indent: 100;
		border: 0;
		cursor: pointer;	
	}
	




form.Editor {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#contact-form_real td,
#contact-form_real th {
	padding: 2px 4px;
}

#contact-form_real {
	padding-top: 20px;
}

#contact-form_real .note {
	font-size: 12px;
	padding: 2px 0 12px 5px; 
	margin. 0;
	font-style: italic;
}

#contact-form_real th,
#search-result_query_form th {
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #008D35;
}

	#contact-form_real th.tall {
		padding-top: 8px;
	}

#contact-form_real input.textentry,
#contact-form_real textarea,
#search-result_query_form .textentry {
	width: 280px;
	background: url('images/content-input.png') no-repeat;
	padding: 10px;
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #dddddd;
}

#contact-form_real select {
	width: 202px;
	padding: 8px;
	border: 1px solid #dddddd;
}

#contact-form_real textarea {
	height: 85px;
	padding: 10px;
	width: 450px;
	background: url('images/content-textarea.png') no-repeat;
	margin-bottom: 15px;
}

#contact-form_real .textarea-handle,
#contact-form_real td.separator,
#contact-form_real hr {
	display: none;
}

	#contact-form_real .editor_rq_field_note {
		text-align: left;
		margin: 0; 
		padding-right: 68px;
		float: none;
	}
	
	#contact-form_real .editor_rq_field_note small {
		font-size: 11px;
		color: #666;
	}


#contact-form_real .checkbox,				 			  
#contact-form_real label {
	vertical-align: middle;
	background: none;
}

#contact-form_real .submit,
#search-result_query_form .submit {
	background: url('images/content-submit-bg.png') no-repeat;
	width: 107px;
	height: 41px;
	color: #FFF;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: -10px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'PRX_Extrabold';
	letter-spacing: 0.02;
}

	
table.Editor .error {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	margin: 8px 0 0 0;
	display: block;
}


/* GALLERY */
.gallery_show_outside {
	margin-top: 25px;
}

.gallery_show {
	padding: 0;
	background: #eeeeee;
	height: 160px;
	overflow: hidden !important;
	white-space: nowrap;
	border: 10px solid #EEEEEE;
	border-top:15px solid #EEEEEE;
	border-bottom:10px solid #EEEEEE;
	width: 780px;
	position: relative;
}

	.gallery_latest a, 
	.gallery_show a {
		border: none;
		padding: 0;
		margin: 0 3px 10px 3px;
		font-size: 100%;
		white-space: nowrap;
		display: inline-table;
		vertical-align: middle;
		float: none;
	}
	
	.gallery_latest a:hover, 
	.gallery_show a:hover,
	.gallery_latest a:focus, 
	.gallery_show a:focus {
		border: none;
	}

	.gallery_latest a:hover .photobox, 
	.gallery_show a:hover .photobox,
	.gallery_latest a:focus .photobox, 
	.gallery_show a:focus .photobox {
		border: 1px solid #008D35;
	}
	

	.gallery_latest a .photobox, 
	.gallery_show a .photobox {
		padding: 0;
		border: 1px solid #dfdfdf;
		white-space: nowrap;
	}
	

	.gallery_latest a .photobox .photo, 
	.gallery_show a .photobox .photo {
		width: auto;
		height: auto;
		border: 5px solid #FFF;
		margin: 0;
		white-space: nowrap;
	}
	
	.gallery_latest a .photobox .photo .photo-inner, 
	.gallery_show a .photobox .photo .photo-inner {
		width: auto;
		height: auto;
		margin: 0;
		white-space: nowrap;
	}
	

	.gallery_latest a .photobox .photo img, 
	.gallery_show a .photobox .photo img {
		border: 0;
		white-space: nowrap;
		display: block;
	}
	
	


/* PAGE NAV */
.page_nav {
	margin: 20px auto;
}

.page_nav span {
	display: inline-block;
	margin: 0 auto;
}

.page_nav em, 
.page_nav a.page_nav_arrow {
	display: table-cell;
	height: 35px;
	vertical-align: middle;
	float: none;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
	
.page_nav em {
	border: 1px solid #e6e6e6;
	width: 35px;
	height: 33px
}

	.page_nav a.page_nav_number {
		display: none;
	}

	.page_nav a.page_nav_arrow {
		border: 8px solid #FFF;
		border-top: 0;
		border-bottom: 0;
		width: 35px;
		height: 35px;
		background-repeat: no-repeat;
		background-position: 0 -35px;
		font-size: 1px;
	}

		.page_nav a.page_nav_arrow:hover {
			background-position: 0 0;
		}
		.page_nav a.page_nav_arrow.not-active:hover {
			background-position: 0 -35px;
		}
		.page_nav a.page_nav_arrow.page_nav_arrow_n {
			background-image: url('images/content-pager-right.png');
		}
		.page_nav a.page_nav_arrow.page_nav_arrow_p {
			background-image: url('images/content-pager-left.png');
		}
		
.x-objednavka-- #contentpage-box--content-teaser-- {
display: none;
}

#souhlas-uoou {
position: relative;
top: -22px;
}

/********************* new HP ****************/

#homepage-box-inner--hp-top-- #new-hp-box.text_text {
    background: url("images/hp-new-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: none;
    color: #4D4846;
    font-family: Arial;
    height: 246px;
    margin: 46px auto;
    padding: 15px 30px;
    width: 1016px;
	line-height: 1;	
}


	#homepage-box-inner--hp-top-- #new-hp-box.text_text p {
    	margin: 0;
    	padding: 0 0 5px;
	}
	
	#homepage-box-inner--hp-top-- #new-hp-box.text_text a.red {
    	margin: 0;
    	padding: 0;
    	color: #ff0000;
    	display: inline;
    	font-family: 'Arial';
    	font-size: 9.667px;
    	text-decoration: none;
	}
	
	#homepage-box-inner--hp-top-- #new-hp-box.text_text img {
    	margin: 0 15px 0 0;
	}

#new-hp-box .left {
	width: 454px;
	padding: 0 16px 0 0;
	border-right: 1px solid #4D4846;
	float: left;
}

	#new-hp-box .left h2 {
		font-family: 'museo_900';
		font-size: 23px;
		color: #04903B;
		text-transform: uppercase;
		margin: 5px 0 10px;
	}

	#new-hp-box .left span.highlight {
		font-family: 'museo_100';
		font-size: 30px;
		line-height: 46px;
		margin: 0;
		padding: 0 0 10px;
		color: #04903B;
    }

	#new-hp-box .right h2 {
		font-family: 'museo_900';
		font-size: 23px;
		color: #EE7F06;
		text-transform: uppercase;
		margin: 5px 0 10px;
	}
	
#new-hp-box .right {
	width: 470px;
	padding: 0 0 0 16px;
	float: left;
}
	
#contact-form-hp_real {
	width: 470px;
	position: relative;
}

#new-hp-box .right #contact-form-hp_real input.textentry {
    background: url("images/hp-form.png") no-repeat scroll -3px 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    float: left;
    height: 16px;
    padding: 33px 15px 11px;
    margin: 0 0 4px;
    width: 189px;
}

#new-hp-box .right #contact-form-hp_real input#contact-form-hp_real_jmeno.textentry {
    background-position: -3px 0;
    margin-right: 32px;
}

#new-hp-box .right #contact-form-hp_real input#contact-form-hp_real_prijmeni.textentry {
    background-position: -259px 1px;
}

#new-hp-box .right #contact-form-hp_real input#contact-form-hp_real_telefon.textentry {
    background-position: -3px -65px;
    margin-right: 32px;
}

#new-hp-box .right #contact-form-hp_real input#contact-form-hp_real_e-mail.textentry {
    background-position: -257px -65px;
}

#new-hp-box .right #contact-form-hp_real input.submit {
    background: url("images/hp-form.png") no-repeat scroll -343px -142px rgba(0, 0, 0, 0);
    border: medium none;
    color: #04903B;
    display: block;
    float: right;
    font-family: 'museo_900';
    font-size: 19px;
    height: 37px;
    padding: 10px 15px;
    width: 132px;
    cursor: pointer;
}

#new-hp-box .right #contact-form-hp_real .label {
	display: none;
}

#new-hp-box .right #contact-form-hp_real hr {
	display: none;
}

#new-hp-box .editor_rq_field_note {
	display: none;
}

#hp-form-pozn {
    font-size: 10px;
    position: absolute;
    top: 246px;
    width: 300px;
}

#homepage a#home-more.new {
	width: 1016px;
}

#hpform .error_message,
#hpform .success_message,
#hpform .info_message {
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}