body {
  margin: 0;
  padding: 0 0 12px;
  font-family: arial, sans-serif;
  text-align: center;
  color: #000;
  background: #fff url('../img/gradient.png') 0% 0% repeat-x;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

a {
   color: #9db635;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

#allbox {
  margin: 30px auto 0;
  width: 990px;
  background: #312f2f url('../img/gray.png') 0% 0% repeat;
  text-align: left;
  color: #fff;
  position: relative;
}

h2.toph2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0.8em;
}
  
#topbox {
  height: 83px;
  background: transparent url('../img/top.png') 50% 0% no-repeat;
  position: relative;
  z-index: 4;
}

#homelink {
  display: block;
  width: 160px;
  height: 65px;
  top: 10px;
  left: 30px;
  position: absolute;
  z-index: 5;
}

#menu {
  display: block;
  padding: 0;
  margin: 0 0 0 247px;
  height: 55px;
  position: relative;
  top: 15px;
}

#menu li {
  height: 55px;
  width: 105px;
  list-style: none outside;
  display: block;
  float: left;
}

#menu li a {
  display: block;
  text-align: center;
  width: 103px;
  height: 55px;
  font-size: 0.8em;
  line-height: 55px;
  color: #000;
  text-decoration: none;
  background: #ecebeb url('../img/menu-item.png') 0% 0% no-repeat;
}

#menu li a:hover {
  background-position: 0% -55px;
  background-color: #a5c345;
}

#menu li.active a {
  background-position: 0% -55px;
  background-color: #a5c345;
}

#headerbox {
  height: 270px;
  width: 970px;
  margin-left: 10px;
  position: relative;
}

.greenone {
  background: #68a234 url('../img/header-green.jpg') 50% 0% no-repeat;
}

.yellowone {
  background: #ecaf1e url('../img/header-yellow.jpg') 50% 0% no-repeat;
}

.greenone div.inheaderbox {
  width: 416px;
  height: 83px;
  position: absolute;
  top: 186px;
  left: 526px;
}

.yellowone div.inheaderbox {
  width: 270px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 673px;
}

.inheaderbox h2 {
  font-size: 1.5em;
  font-weight: normal;
}

.inheaderbox h2 a, .inheaderbox h3 a, .inheaderbox p a {
  color: #fff;
  text-decoration: none;
}

.inheaderbox h3 {
  font-size: 0.9em;
  padding-top: 2px;
}

.inheaderbox p {
  font-size: 0.8em;
}

#contentbox {
  margin-top: 12px;
  position: relative;
}

.content3col div#contenttop {
  background: transparent url('../img/content-3col-top.png') 50% 0% no-repeat;
}

.content3col div#bottombox {
  background: transparent url('../img/content-3col-bottom.png') 50% 100% no-repeat;
}

.content3col {
  background: #93b31b url('../img/content-3col-middle.png') 50% 0% repeat-y;
}

.content2col div#contenttop, .contentallgreen div#contenttop {
  background: transparent url('../img/content-2col-top.png') 50% 0% no-repeat;
}

.content2col div#bottombox {
  background: transparent url('../img/content-2col-bottom.png') 50% 100% no-repeat;
}

.content2col {
  background: #93b31b url('../img/content-2col-middle.png') 50% 0% repeat-y;
}

.content2green div#contenttop {
  background: transparent url('../img/content-2green-top.png') 50% 0% no-repeat;
}

.content2green div#bottombox {
  background: transparent url('../img/content-2green-bottom.png') 50% 100% no-repeat;
}

.content2green {
  background: #93b31b url('../img/content-2green-middle.png') 50% 0% repeat-y;
}

.contentallgreen {
  background: transparent url('../img/content-allgreen-middle.png') 50% 0% repeat-y;
}

.contentallgreen div#bottombox {
  background: transparent url('../img/content-allgreen-bottom.png') 50% 100% no-repeat;
}

#footerbox {
  height: 29px;
  background: #434140 url('../img/footer.png') 50% 0% no-repeat;
  font-size: 0.8em;
  line-height: 29px;
  padding: 0 30px;
}

#leftbox {
  width: 226px;
  float: left;
  position: relative;
}

#rightbox {
  margin-left: 230px;
  padding-bottom: 10px;
}

#searchform {
  margin: 0;
  padding: 0;
}

#searchform fieldset {
  border: 0;
  margin: 15px 0 0 15px;
  height: 40px;
  padding: 0;
  background: transparent url('../img/search.png') 0% 0% no-repeat;
  position: relative;
}

#searchform fieldset legend {
  display: none;
}

#search_string {
  width: 122px;
  height: 15px;
  line-height: 15px;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 0.8em;
  position: absolute;
  top: 18px;
  left: 35px;
}

#searchsubmit {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  height: 18px;
  width: 25px;
  text-align: left;
  top: 15px;
  left: 172px;
}

#submenu {
  width: 205px;
  margin: 14px 0 0 10px;
  padding: 0;
}

#submenu li {
  display: block;
  list-style: none outside;
  margin: 0;
  padding: 0;
  background: transparent url('../img/submenu-item.png') 0% -4px no-repeat;
}

#submenu li a {
  height: 28px;
  display: block;
  padding: 0 0 0 40px; 
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  line-height: 28px;
}

#submenu li ul {
  margin: 0;
  padding: 1px 0 7px;
}

#submenu li ul li {
  background-image: none;
  padding-top: 1px;
}

#submenu li ul li a {
  height: 17px;
  background: transparent url('../img/submenu-subitem.png') -249px -1px no-repeat;
  line-height: 17px;
}

#submenu li a:hover {
  color: #000;
}

#submenu li.active a {
  color: #000;
}

#submenu li ul li a:hover {
  color: #fff;
  background-position: 5px -1px;
}

#submenu li ul li.active a {
  color: #fff;
  background-position: 5px -1px;
}

#submenu li.active ul li a {
  color: #fff;
}

.newsbox {
  background: transparent url('../img/icon-news.png') 17px 0% no-repeat;
  margin-top: 20px;
  padding: 9px 20px 10px 27px;
}

.newsbox h3 {
  font-weight: normal;
  font-size: 1em;
  padding: 0 0 10px 61px;
}

.newsbox a {
  text-decoration: none;
  color: #fff;
}

.newsbox p {
  font-size: 0.8em;
  padding-bottom: 5px;
}

.newsbox hr {
  height: 1px;
  width: 135px;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.footerleft {
  width: 600px;
  float: left;
}

.footerright {
  margin-left: 610px;
  text-align: right;
}

#leftrightbox {
  width: 280px;
  float: left;
  position: relative;
}

#rightrightbox {
  margin-left: 290px;
  color: #676461;
}

#leftrightbox h3 {
  color: #676461;
  height: 53px;
  line-height: 51px;
  background: transparent url('../img/icon-folder.png') 10px 0px no-repeat;
  font-size: 1em;
  font-weight: normal;
  padding-left: 58px;
  margin-top: 16px;
}

.imagebox {
  width: 116px;
  height: 116px;
  text-align: center;
  display: block;
  position: relative;
}

.imagebox span {
  display: table-cell;
  width: 116px;
  height: 116px;
  vertical-align: middle;
}

.imagebox img {
  margin: 13px 12px 11px;
  position: relative;
}

.invert {
  background: #fff url('../img/pic-frame-invert.png') 0% 0% no-repeat;
}

.invert span img {
  left: -1px;
}

.left {
  float: left;
  margin: 0 20px 19px 0;
  position: relative;
  left: -5px;
}

.newrefbox {
  width: 255px;
  margin: 0 0 0 8px;
  font-size: 0.8em;
  color: #676461;
}

.newrefbox a {
  color: #676461;
  text-decoration: none;
}

.newrefbox a.imagebox {
  float: left;
}

.newrefbox p {
  margin: 0 0 3px 119px;
  border-bottom: 1px solid #676461;
  padding-bottom: 3px;
}

.newrefbox h4 {
  margin: 0 0 2px 119px;
  padding-top: 13px;
  font-size: 0.85em;
}

a.bullet {
  height: 12px;
  margin-left: 119px;
  display: block;
  background: transparent url('../img/bullet.png') 0% 50% no-repeat;
}

.padding30 {
  padding: 28px 40px 0 30px;
}

#rightrightbox h1 {
  font-size: 1.2em;
  color: #676461;
  font-weight: normal;
  padding-bottom: 12px;
}

#rightrightbox h1 span {
  display: block;
  font-size: 0.9em;
  color: #96b51a;
  position: relative;
  top: -4px;
  font-weight: bold;
}

#rightrightbox p {
  font-size: 0.8em;
  margin: 0;
  padding: 0 0 7px;
}

.indexbox {
  height: 150px;
  margin-left: 30px;
  padding-left: 10px;
}

.indexbox p a {
	color:#676461;
	text-decoration:none;
	font-size:0.9em;
}

.indexbox h2 {
  color: #ff8103;
  font-size: 1.2em;
  font-weight: normal;
}

.indexbox h2 a {
	text-decoration:none;
}

.solar {
  background: transparent url('../img/back-solar.jpg') 0% 100% no-repeat;
}

.solar h2 {
  padding-top: 65px;
}

.pump {
  background: transparent url('../img/back-house.jpg') 0% 100% no-repeat;
  margin-top: 10px;
}

.pump h2 {
  padding-top: 50px;
}

.indexbox p {
  width: 150px;
}

.content2col div#rightbox h1, .white2green h1 {
  font-size: 1em;
  color: #676461;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 15px;
}

.news {
  padding-bottom: 25px;
  color: #676461;
}

.news p, .news address {
  color: #656461;
  font-size: 0.8em;
  margin-right: 10px;
  padding-top: 4px;
}

.news h2, .news h2 a {
  font-size: 1em;
  font-weight: normal;
  color: #96b51a;
  padding: 15px 0 0;
  text-decoration: none;
}

.news h3, .news h4, .news h5, .news h6 {
  font-weight: normal;
  color: #96b51a;
  padding: 15px 0 0;
}

.news h3 {
  font-size: 1.0em;
}

.news h4 {
  font-size: 0.9em;
}

.news h5, .news h6 {
  font-size: 0.8em;
}

.news p.newsdate {
  background: transparent url('../img/dot.png') 8px 10px no-repeat;
  padding-left: 18px;
}

.news p.morelink {
  padding-top: 5px;
  padding-bottom: 3px;
  border-bottom: #676461 1px solid;
}

.news p.bottomlinks {
  padding: 20px 0 3px;
  border-bottom: #676461 1px solid;
  width: 680px;
  float: left;
}

.news p.perex {
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #676461;
}

.news a {
  color: #96b51a;
}

.news img {
  margin: 15px;
  border: 2px solid #96b51a;
}

.news a:hover {
  text-decoration: none;
}

.paging {
  font-size: 0.8em;
  color: #96b51a;
  word-spacing: 0.4em;
  padding-top: 40px;
  font-weight: bold;
  float:left;
  width:500px;
}

.paging a {
  color: #676461;
  text-decoration: none;
}

.paging span {
  padding:0 3px;
}

.paging a:hover {
  text-decoration: underline;
}

.news ul, .news ol {
  font-size: 0.8em;
  margin: 0;
  padding: 15px 0;
}

.news ul li {
  list-style: none outside;
  margin: 0;
  padding: 0 0 5px 20px;
  background: transparent url('../img/dot.png') 8px 6px no-repeat;
}

.news ol li {
  margin: 0 0 0 20px;
  padding: 0 0 5px;
  list-style: decimal outside;
}

.news ul li ul, .news ul li ol, .news ol li ol, .news ol li ul {
  font-size: 1em;
  padding: 6px 0 0;
}

.news table {
  width: 680px;
  font-size: 0.8em;
  margin-top: 30px;
  border-spacing: 1px;
}

.news table tr th {
  text-transform: uppercase;
  background: #96b51a;
  text-align: center;
  font-weight: normal;
  padding: 2px 5px;
  margin: 0;
}

.news table tr td {
  padding: 2px 5px;
  text-align: left;
  margin: 0;
  border: 1px solid #676461;
}

.news table tr td h2, .news table tr td h3, .news table tr td h4 {
	font-size: 1.3em;
	font-weight:bold;
}

.news table tr td h3, .news table tr td h4 {
	font-size: 1.2em;
	font-weight:bold;
}

.news table.noborder tr td {
  border:0;
}

.refcontainer {
  background: transparent url('../img/icon-folder.png') 10px 15px no-repeat;
  color: #676461;
  padding: 28px 10px 0 60px;
}

.refcontainer h1 {
  font-size: 1em;
  color: #676461;
  font-weight: normal;
  padding: 3px 0 15px 0;
}

.refcontainer h2 {
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}

.refcontainer p {
  font-size: 0.8em;
  padding: 0 50px 6px 0;
}

.refbox {
  float: left;
  margin-right: 50px;
  position: relative;
  left: 10px;
}

.refcontainer div.paging {
  color: #fff;
  text-align: center;
  width: 600px;
  padding: 0 0 40px;
  position: relative;
  top: 20px;
}

.close {
  font-size: 0.8em;
  text-align: center;
  width: 640px;
  padding-bottom: 30px;
  position: relative;
}

.close a {
  color: #676461;
}

.close a:hover {
  text-decoration: none;
}

.white2green {
  background: #fff url('../img/content-2col-middle.png') -215px 0% repeat-y;
  width: 765px;
  margin: 0 -40px 0 0;
  padding: 0;
  left: -15px;
  position: relative;
}

.whitetopgreen {
  padding: 30px 30px 10px 45px;
  background: transparent url('../img/content-2col-top.png') -215px 0% no-repeat;
}

#contactform {
  width: 770px;
  margin: 0 -40px 0 0;
  position: relative;
  padding: 60px 0 20px 10px;
  left: -15px;
  background: transparent url('../img/white2green.png') -4px 0% no-repeat;
}

#contactform fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../img/icon-envelope.png') 0% 0% no-repeat;
  position: relative;
}

#contactform fieldset legend {
  display: none;
}

#contactform h2 {
  font-size: 1em;
  padding: 12px 0 5px 35px;
  font-weight: normal;
}

#contactform fieldset label {
  width: 210px;
  text-align: right;
  float: left;
  clear: left;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 18px;
}

#contactform fieldset label span {
  display: block;
  font-weight: normal;
  padding-left: 40px;
}

#contactform input, #contactform textarea {
  font-size: 0.8em;
  color: #000;
  font-family: arial, sans-serif;
  background: #fff;
  border: 0;
}

.onefieldbox {
  position: relative;
  margin-left: 215px;
  width: 344px;
  height: 42px;
  background: transparent url('../img/textfield.png') 0% 0% no-repeat;
}

.onefieldbox input {
  height: 15px;
  position: absolute;
  top: 17px;
  left: 20px;
  width: 305px;
  line-height: 15px;
}

.textareabox {
  position: relative;
  width: 513px;
  height: 132px;
  margin-left: 215px;
  background: transparent url('../img/textarea.png') 0% 0% no-repeat;
}

.textareabox textarea {
  height: 90px;
  width: 465px;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

#captchacontainer {
  margin-left: 227px;
  padding: 5px 0 10px;
}

#submitbox {
  width: 128px;
  height: 45px;
  margin-left: 227px;
  background: transparent url('../img/submit-shadow.png') 0% 0% no-repeat;
  position: relative;
}

#submitbox input {
  width: 128px;
  height: 30px;
  position: absolute;
  line-height: 30px;
  font-size: 0.9em;
  top: 15px;
  left: 0;
  background: #e0e0e0 url('../img/submit.png') 0% 0% no-repeat;
  border: 0;
  cursor: pointer;
  text-align: center;
  color: #676461;
}

.ikonky {
  padding: 30px 0 0;
  position: relative;
}

.ikonky a {
  display: block;
  width: 140px;
  float: left;
  height: 66px;
  line-height: 41px;
  font-size: 0.9em;
  text-indent: 50px;
  position: relative;
}

.ikonky a:hover {
  text-decoration: underline;
}

.ik-vyhody {
  background: transparent url('../img/icon-advantage.png') 0% 0% no-repeat;
}

.ik-nevyhody {
  background: transparent url('../img/icon-disadvantage.png') 0% 0% no-repeat;
}

.ik-princip {
  background: transparent url('../img/icon-principe.png') 0% 0% no-repeat;
}

.ik-reference {
  background: transparent url('../img/icon-references.png') 0% 0% no-repeat;
}

.ikonky a.ik-cenik {
  background: transparent url('../img/icon-advantage.png') 0% 0% no-repeat;
  width: 100px;
}

#rightrightbox h2 {
	font-size:1.1em;
	color:#aac246;
}

#footerLinks {
	font-size:0.7em;
	color:#cccccc;
	margin-top:20px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footerLinks a {
	color:#999999;
}