/*
CSS document
screen, presentation css
author: Ales Rubas - aria-studio.cz
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
}
html {
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Sans-Serif;
	background: url('images2/bg-body.png') repeat-x left top;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
}
#page {
	margin: 0 auto;
	width: 846px;
	background: #ffffff url(images/bg-page.png) repeat-y left top;
	text-align: left;
	position: relative;
}
#header {
	height: 338px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 -115px 0;
	background: url('images2/bg-header.png') no-repeat;
}
#current a {
	width: 0px;
	height: 98px;
	padding: 0 0 0 218px;
	overflow: hidden;
	position: absolute;
	left: 34px;
	top: 21px;
	background: transparent;
}
a#menujump {
  width: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
#content {
	float: left;
	left: 271px;
	padding: 0;
	position: relative;
	width: 560px;
	min-height: 200px;
}
#other {
	float: left;
	left: -549px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 260px;
}
#other2 {
}
#footer {
	clear: both;
	padding-top: 10px;
	height: 83px;
	background: url('images/bg-footer.png') no-repeat left top;
	color: #333333;
}
#footer p {
  padding: 0 20px;
  font-size: 100%;
  font-weight: bold;
}
#footer p strong {
  color: #000000;
  font-size: 120%;
  font-weight: normal;
}
#footer a {
  text-decoration: underline;
  color: #0a6d9e;
}
#footer a:hover {
  text-decoration: none;
}

p.editpost {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 1000;
}

/* menu */
#menu {
	position: absolute;
	left: 28px;
	top: 178px;
	width: 790px;
	height: 48px;
}
#menu h2 {
	display: none;
}
#menu ul {
	position: relative;
	margin: 0;
}
#menu ul li {
	display: inline;
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	display: block;
	float: left;
	color: #ffffff;
	padding: 6px 32px;
	font-weight: normal;
	font-size: 120%;
	line-height: 36px;
	text-decoration: none;
	background: url(images/menu-a.gif) no-repeat 1000px 1000px;
}
#menu ul li a:hover {
	padding: 0 30px;
	height: 44px;
	line-height: 44px;
	border: 2px solid #0092df;
	background: url(images/menu-a.gif) repeat-x left top;
}
/* menu */
#menu2 {
  position: absolute;
  top: 141px;
  left: 18px;
  width: 706px;
  height: 104px;
  background: #ffffff;
}
#menu2 h2 {
  display: none;
}
#menu2 ul {
  position: relative;
  margin: 0;
}
#menu2 ul li {
  display: inline;
  float: left;
  height: 128px;
  padding: 0;
  width: 234px;
  margin: 0 2px 0 0;
  background: #ffffff url('images/menu2.gif') repeat-x left top;
}
#menu2 ul li.voda {
  margin: 0;
}
#menu2 ul li:hover {
  background: #ffffff url('images/menu2.gif') repeat-x left bottom;
}
#menu2 ul li a {
  display: block;
  color: #ffffff;
  height: 128px;
  width: 0;
  padding: 0 0 0 234px;
  overflow: hidden;
}
#menu2 ul li.voda a {
	background: url('images/voda.jpg') no-repeat 8px 0px;
}
#menu2 ul li.topeni a {
	background: url('images/topeni.jpg') no-repeat 8px 0px;
}
#menu2 ul li.plyn a {
	background: url('images/plyn.jpg') no-repeat 8px 0px;
}
#menu2 ul li a:hover {
}

/* hlavni sematicke znacky html */
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	padding: 15px 30px 10px 40px;
	margin: 0;
	background: url('images/h1.gif') no-repeat 10px 17px;
	font-size: 200%;
	text-align: left;
	color: #305ea4;
	font-weight: normal;
}
h2 {
	font-size: 160%;
	margin: 30px 0 0 0;
	padding-left: 20px;
	background: url(images/h2.gif) no-repeat 10px 5px;
	color: #305ea4;
}
#other h2 {
	font-size: 120%;
}
h3 {
	font-size: 130%;
	padding: 0;
	margin: 30px 0 0;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #0a6d9e;
	text-decoration: none;
}
a:hover {
	color: #305ea4;
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered, 
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
#kontakt #content a img.right {
	padding: 0;
	margin: 4px 40px 20px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.right {
	float: right;
}
.left {
	float: left
}
.centered {
  text-align: center;
}
/* End Images */



/* Begin Lists */
#content ul, 
#content ol {
  margin: 5px 0;
}
#content ul li, 
#content ol li {
  list-style: disc url(images/li.gif);
  font-size: 130%;
  margin-left: 2em;
}
#content ol li {
  list-style: decimal;
}
#content li li {
  font-size: 100%;
}
/* End Entry Lists */

/* Start Table Elements */
#content table {
  width: 96%;
  margin: 10px auto 0 auto;
  font-size: 120%;
  border: 4px solid #eeeeee;
}
#content table caption {
  caption-side: bottom;
  font-style: italic;
  font-weight: bold;
  font-size: 110%;
  color: #eeeeee;
  text-align: right;
  padding: 5px 5px 0 15px;
}
#content table thead {
}
#content table tfoot {
  border-top: 2px solid #ffffff;
}
#content table thead th, 
#content table tfoot th {
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  background: #99aacc;
}
#content table thead th, 
#content table thead td {
  border-bottom: 2px solid #eeeeee;
}
#content table tfoot th, 
#content table tfoot td {
  border-top: 2px solid #444444;
}
#content table tfoot td {
  text-align: right;
  background: #99aacc;
}
#content table th {
  text-align: left;
  font-weight: bold;
}
#content table th, 
#content table td {
  padding: 5px;
}
#content table .lichy td, 
#content table .lichy th {
  background: #ccdded;
}
#content table .sudy td, 
#content table .sudy th {
  background: #aabbcd;
}
/* End Table Elements */

#content p {
  font-size: 130%;
  padding: 0 5px;
  margin: 1em 0;
  text-align: justify;
}
#content a img {
	border: none;
}
#content a {
	text-decoration: underline;	
	border: none;
}
#content a:hover {
	text-decoration: none;
}

#newsbox {
	width: 229px;
	position: relative;
	top: 30px;
	left: 15px;
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
	background: url('images/bg-news.png') repeat-y left top;
}
#newsbox h2 {
	width: 209px;
	height: 43px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	color: #000000;
	margin: 0 0 -35px 0;
	background: url('images/bg-news-h2.png') no-repeat left top;
}
#newsbox h3 {
	padding: 5px 10px 0px 10px;
	font-size: 1.2em;
	color: #0082c2;
	margin: 0 !important;
}
#newsbox h3 a {
	text-decoration: none;
	color: #0082c2;
}
#newsbox h3 a:hover {
	text-decoration: underline;
}
#newsbox p {
	padding: 0px 10px 3px 10px;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #000000;
}
#newsbox p a {
	color: #0082c2;
	font-weight: bold;
}
#newsbox p.morelink {
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 5px;
	background: url('images/bg-news-morelink.png') no-repeat left bottom;
}
#newsbox p.morelink a {
	display: block;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#newsbox p.morelink a:hover {
	text-decoration: underline;
}

#other .map {
	width: 226px;
	height: 138px;
	margin: 10px auto 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('images/bg-minimap.png') no-repeat left top;
}
#other .map a {
	display: block;
	width: 186px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 113px 20px 5px 20px;
}

#other p.write-us {
	text-align: center;
	padding: 5px 0;
	background: #cad4df;
	border-top: 2px solid #ffffff;
}
#other p.write-us a {
	display: block;
	width: 0;
	padding: 0 0 0 147px;
	height: 93px;
	overflow: hidden;
	margin: 0 auto;
	background: #ffffff url(images/obalka.png) no-repeat left top;
}

.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}

#footer .address {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 505px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #ffffff;
}
#footer .address h3 {
	font-size: 130%;
	font-weight: bold;
	padding: 6px 0;
	margin: 0;
	color: #0f68ad;
}
#footer .address address {
	color: #000000;
	font-size: 110%;
	text-align: left;
	padding: 6px 0;
	font-style: normal;
}
#footer .address p {
	color: #000000;
	font-size: 110%;
	font-weight: normal;
	padding: 6px 0;
	text-align: left;
}
#footer .address p a {
	text-decoration: underline;
	color: #0f68ad;
}
#footer .address p a:hover {
	text-decoration: none;
}

.hidden {
display: none;
}
#seo-links {
padding: 20px !important;
font-size: 110%;
color: #999999 !important;
font-weight: normal;
}
#seo-links a {
color: #999999;
font-weight: normal;
}
#seo-links img {
border: none;
}

#homepage #content .item {
	display: inline;
	float: left;
	width: 216px;
	margin: 10px 5px;
}
#homepage #content .item h2 {
	width: 0;
	height: 180px;
	padding: 0 0 0 216px;
	overflow: hidden;
	margin: 0;
	background: url('images/akce.jpg') no-repeat left top;
}
#homepage #content .item p {
	text-align: left;
	font-size: 110%;
}
#homepage #content .item h2.meridla-a-naradi {
	background: url('images/meridla-a-naradi.jpg') no-repeat left top;
}
#homepage #content .item h2.solarni-systemy {
	width: 216px;
	height: 180px;
	padding: 0;
	background: url('images/solarni-systemy.jpg') no-repeat left top;
}
#homepage #content .item h2.solarni-systemy a {
	display: block;
	width: 0;
	height: 180px;
	padding: 0 0 0 216px;
	overflow: hidden;
}
#homepage h1 {
	font-size: 250%;
	font-weight: normal;
	line-height: 1.5em;
	padding-top: 8px;
}

form.cform {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	font-size: 100%;
}
form.cform .cf_hidden {
	display: none !important;
}
form.cform fieldset {
	border: none;
}
form.cform fieldset legend {
	text-align: left;
	font-weight: bold;
	font-size: 140%;
	color: #000000;
	padding: 5px 0;
	margin: 0;
}
form.cform fieldset ol {
	margin: 0;
	padding: 0;
	position: relative;
}
form.cform fieldset ol li {
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
	clear: both;
	list-style-type: none !important;
	position: relative;
}
form.cform fieldset ol li label {
	display: block;
	padding: 2px 5px;
	width: 60px;
	height: 22px;
	line-height: 22px;
	float: left;
	text-align: right;
}
form.cform fieldset ol li input.single {
	display: block;
	float: left;
	width: 200px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 2px 4px 0 4px;
	font-size: 100%;
	border: 1px solid #b2dbed;
	background: #f7fbfd;
	color: #000000;
}
form.cform fieldset ol li textarea.area {
	display: block;
	float: left;
	width: 360px;
	height: 100px;
	line-height: 20px;
	margin: 0;
	padding: 2px 4px;
	font-size: 110%;
	font-family: sans-serif;
	border: 1px solid #b2dbed;
	background: #f7fbfd;
	color: #000000;
}
form.cform input.sendbutton {
	cursor: pointer;
	width: 100px;
	margin-left: 340px;
}
form.cform fieldset ol li .reqtxt,
form.cform fieldset ol li .emailreqtxt {
	display: block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	float: left;
	color: #b2dbed;
	font-size: 200%;
}
div#usermessagea {
	display: none;
}

div#usermessagea.failure {
	display: block !important;
	width: 80%;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size: 140%;
	color: #92abfd;
	padding: 20px 10px;
	border: 1px solid red;
}
div#usermessagea.success {
	display: block !important;
	width: 80%;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size: 140%;
	color: #92abfd;
	padding: 20px 10px;
	border: 1px solid #b2dbed;
}

.alignright {
	float: right;
	margin: 0 0 3px 5px;
}
.alignleft {
	float: left;
	margin: 0 5px 3px 0;
}

#content ul.nabidka {
	width: 560px;
	height: 146px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}
#content ul.nabidka li {
	list-style-type: none;
	display: inline;
	float: left;
	background: url('images/homepage-item.png') no-repeat 200px 0px;
	overflow: hidden;
	width: 172px;
	margin: 0 0 0 10px;
}
#content ul.nabidka li:hover {
	background-position: left top;
}
#content ul.nabidka li a {
	display: inline;
	float: left;
	width: 0;
	height: 146px;
	padding: 0 0 0 172px;
	overflow: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-position: 13px 14px;
}
#content ul.nabidka li.privesy a {
	background-image: url('images/item-privesy.png');
}
#content ul.nabidka li.karavany a {
	background-image: url('images/item-karavany.png');
}
#content ul.nabidka li.cisteni a {
	background-image: url('images/item-cisteni.png');
}
#content ul.nabidka li.mobilni-domy a {
	background-image: url('images2/item-mobilni-domy.png');
}
#content ul.nabidka li.privesy-skladem a {
	background-image: url('images/item-privesy-skladem.png');
}
.item-product {
	width: 384px;
	position: relative;
	overflow: hidden;
	padding: 0 0 0 170px;
	margin: 0 0 15px 0;
	background: url(images/bg-item.png) repeat-y 170px 0px;
}
.item-product h2 {
	width: 384px;
	font-size: 140%;
	color: #0081c0;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background: url(images/bg-item-h2.png) no-repeat left top;
}
.item-product h2 a {
	display: block;
	text-decoration: none;
	color: #0081c0;
	padding: 10px 20px 2px 15px;
}
.item-product h2 a:hover {
	text-decoration: underline;
}
.item-product img.previmg {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 120px;
}
#content .item-product table.details {
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}
.single #content .item-product table.details {
	width: 384px;
	margin: 0;
	padding: 10px 15px 5px 15px;
	background: url(images/bg-item-h2.png) no-repeat left top;
}
#content .item-product table.details td, 
#content .item-product table.details th {
	padding: 1px 5px;
}
#content .item-product p.odkazy {
	clear: both;
	width: 374px;
	height: 25px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
	margin: 0;
	overflow: hidden;
	background: url(images/bg-item-bottom.png) no-repeat left bottom;
}
#content .item-product p.odkazy a {
	display: inline;
	float: left;
	width: 118px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	margin: 0 2px;
	text-align: center;
	background: #0081c0 url(images/bg-odkazy-a.png) no-repeat left top;
}
#content .item-product p.odkazy a:hover {
	text-decoration: underline;
}

#other .essox {
	text-align: center;
	padding-top: 30px;
}
