* {
	margin: 0;
	padding: 0;
}
body {
	background: #e9e9e9 url('../images/body-bg.png') repeat-x left top;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 69%; /* == 11px */
	line-height: 127%; /* == 14px */
}
a:link, a:visited, a:active, a:focus {
	color: #d80808;
	text-decoration: none;
}
a:hover {
	color: #093;
	text-decoration: underline;
}
h2 {
	color: #d80808;
	font-size: 145%;
	font-weight: bold;
	line-height: 117%;
	margin: 20px 0 10px 0;
}
h2.green {
	color: #00913a;
}
h2.kontakty {
	margin: 0 0 10px 0;
}
h2 span {
	color: #00913a;
	font-weight: normal;
}
h2.green span {
	color: #d80808;
	font-weight: normal;
}
h3 {
	color: #876d34;
	font-size: 163%;
	line-height: 117%;
}
h3.h3-1 {
	font-weight: bold;
	margin: 30px 0 10px 20px;
}
h3.h3-2 {
	font-weight: normal;
	margin: 10px 0 30px 60px;
}
img {
	border: 0 none;
}
img.float-left {
	float: left;
	margin: 0 20px 20px 0;
}
img.float-right {
	float: left;
	margin: 0 0 20px 20px;
}
.cleaner {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.clear-left{
  clear: left;
  float: none;
}
.skryte {
	display: none;
	position: absolute;
	left: -1000px;
}
#container {
	background: #fff url('../images/container-bg.png') repeat-y left top;
	margin: 0 auto;
	width: 867px;
	
}
#container div.content-bg {
	background: transparent url('../images/content-bg.png') no-repeat left top;
	padding: 0 33px;
	width: 801px; /* s padding width: 867px; */
}
#header {
	position: relative;
}
#logo {
	height: 60px;
	left: 10px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	width: 174px;
	z-index: 110;
}
#logo img {
	position: absolute;
}
#intro {
	height: 290px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 801px;
	z-index: 100;
}
#intro p {
	position: relative;
	top: 110px;
}
#main-menu {
	left: 345px;
	position: absolute;
	top: 70px;
	z-index: 110;
}
#main-menu ul li {
	float: left;
	list-style-type: none;
}
#main-menu a {
	background: transparent url('../images/main-menu-link.png') no-repeat left 5px;
	color: #093;
	font-size: 109%;
	margin-left: 18px;
	padding-left: 14px;
}
#main-menu a:hover {
	color: #f00;
}
#sub-menu {
	left: 718px;
	position: absolute;
	top: 20px;
	z-index: 110;
}
#sub-menu ul li {
	float: left;
	list-style-type: none;
	margin-left: 9px;
}
#sub-menu ul li a {
	cursor: pointer;
}
#sub-menu ul li a.ico-home {
	background: transparent url('../images/ico-home-off.gif') no-repeat 2px 1px;
	display: block;
	height: 15px;
	width: 15px;
}
#sub-menu ul li a.ico-home:hover {
	background-image: url('../images/ico-home-on.gif');
}
#sub-menu ul li a.ico-email {
	background: transparent url('../images/ico-mail-off.gif') no-repeat 2px 3px;
	display: block;
	height: 15px;
	width: 15px;
}
#sub-menu ul li a.ico-email:hover {
	background-image: url('../images/ico-mail-on.gif');
}
#sub-menu ul li a.ico-sitemap {
	background: transparent url('../images/ico-sitemap-off.gif') no-repeat 2px 3px;
	display: block;
	height: 15px;
	width: 15px;
}
#sub-menu ul li a.ico-sitemap:hover {
	background-image: url('../images/ico-sitemap-on.gif');
}
#partneri {
	margin-left: 70px;
	float: left;
}

.partner{
  margin: 20px 0 20px 0;
}

#banner{
  margin: 20px 0 20px 10px;
}

#text p{
  margin: 0 0 10px 0;
  text-align: justify;
  line-height: 1.4em;
}

#index-left{
  float: left;
  width: 600px;
}

#servis {
	background: transparent url('../images/klic.jpg') no-repeat right 10px;
	float: left;
	padding: 0 20px 30px 0;
	width: 310px;
}
#servis p {
	padding-right: 20px;
}
#servis ul {
	margin: 15px 0;
}
#servis ul li {
	float: left;
	list-style-type: none;
}
#servis ul li a {
	background: transparent url('../images/links-bg-off.gif') no-repeat left 5px;
	margin-right: 15px;
	padding-left: 15px;
}
#servis ul li a:hover {
	background: transparent url('../images/links-bg-on.gif') no-repeat left 5px;
}
#akce {
	display: inline;
	float: left;
	padding-bottom: 10px;
	width: 350px;
	margin-top: 40px;
}
#akce h3 {
	color: #666;
	font-size: 117%;
	font-weight: bold;
	margin: 8px 0 8px 0;
}
#akce div.novinka h3 {
	color: #d80808;
	font-size: 107%;
	margin: 0 0 5px 0;
}
#akce span.okraj {
	margin: 0 10px;
}
#akce img.mapa, #akce img.phone{
	margin-right: 3px;
}
#footer {
	background: transparent url('../images/footer-bg.png') repeat-x left bottom;
	margin: 0 5px;
	padding: 35px 3px 10px 3px;
	text-align: right;
	clear: left;
}
#footer a {
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}

.il{
  float: left;
}

#sub-page p
{
  margin: 0 0 10px 0;
}

.box{
  float: left;
  width: 20%;
  margin: 20px 0 0 0;
  
}
#sub-page .box ul{
  list-style-type: none;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-left: 0;
}

.box h3{
  margin: 0 0 10px 0;
  font-size: 1.3em;
}

#foto{
  float: left;
}

#sub-page ul{
  margin: 10px 0 10px 15px;
}

#sub-page h3{
  font-size: 120%;
  margin: 20px 0 20px 0;
}

#sub-page a img{
  margin: 0 10px 10px 0;
  border: 1px #009933 solid;
}

