/*
  pozadie:    #D1DBBD
  tabula:     #91AA9D
  tab:        #3E606F
*/

/*  GLOBAL ELEMENTS */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  text-align: center;
  margin: auto;
  background: url(../images/backg.png) #D1DBBD repeat-x;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
  color: #3E606F;
}

.divTerminator {
  clear: both;
}


img {
  border: 0;
}

hr {
  border: none;
  border-top: 1px solid #CCCCCC;
  height: 1px;
  width: 100%;
}

h1 {
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

h2 {
  padding: 5px 0 10px 0;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #3E606F;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  text-indent: 20px;
}


strong {
  color: #D1DBBD;
}

/*  LAYOUT  */
#distance {
  width: 1px;
  height: 50%;
  margin-bottom:-310px; /* half of container's height */
  float: left;
}

#container {
  margin:0 auto;
  position: relative; /* puts container in front of distance */
  text-align: left;
  padding: 10px 0 10px 0;
  height: 540px !important;
  height: 560px;
  width: 734px;
  clear: left;
}

#logoBlock {
  text-align: right;
  padding: 0 10px 10px 0;
  position: relative;
}

#logoBlock div {
  font-style: italic;
  font-size: 12px;
  padding-top: 5px;
}

#menuBlock {
  float: left;
  width: 24px;
  padding-top: 30px;
}

#menuBlock a {
  display: block;
  width: 24px;
  background-position: top left;
  background-repeat: no-repeat !important;
  padding-bottom: 5px;
  height: 100px !important;
  height: 105px;
  text-indent: -999em;
	overflow: hidden;

}

#menuBlock a:hover, #menuBlock a.active  {
  background-position: top right;
}

#menuBlock .o-firme {
  background: url(../images/menu/o-firme.gif);
}
#menuBlock .ponukame {
  background: url(../images/menu/ponukame.gif);
}
#menuBlock .referencie {
  background: url(../images/menu/referencie.gif);
}
#menuBlock .kontakty {
  background: url(../images/menu/kontakty.gif);
}

#contentBlock {
  float: left;
  background: url(../images/border-left.gif) right no-repeat;
  background-color: #91AA9D;
  padding: 20px 5px 0 20px;
  width: 675px !important;
  width: 700px;
  height: 450px !important;
  height: 470px;
}

/* CONTENT TEXT */
#contentText {
  position: relative;
	overflow: hidden;
  width: 665px;
  height: 410px;
}

#contentText .sections {
  position: relative;
  width: 2400px;
}

#contentText .sub {
  float: left;
  width: 665px;
  height: 418px;
  position: relative;
  margin-right: 100px;
}

#contentText .sub li {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#contentText .sub p, #contentText .sub div {
  font-size: 12px;
}

.sections .next, .sections .prev{
  font-size: 12px;
  position: absolute;
  letter-spacing: 1px;
  bottom: 15px;
  font-weight: bold;
}

.sections .next {
  right: 0;
}

.sections .prev {
  left: 0;
}

#contentText .list li {
  margin: 0 0 5px 20px;
  list-style: url(../images/list.gif);
  font-size: 12px !important;
}

#contentText ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contentText li {
  margin: 0;
  padding: 0;
}

/* BORDERS */
#border-right {
  background: url(../images/border-right.gif) right no-repeat;
  float: right;
  height: 470px;
  width: 10px;
  font-size: 0;
}

#border-bottom {
  background: url(../images/border-bottom.gif) right bottom no-repeat;
  height: 10px;
  width: 710px;
  float: right;
  font-size: 0;
}

/* CONTENT ELEMETS */
#contentText .image {
	border: 1px solid #3E606F;
	padding: 5px;
  margin: 0 0 10px 10px;
}

#contentText .right {
  float: right;
}

#contentText .left {
  float: left;
}

#gallery {
  clear: both;
}

#gallery .image {
  margin: 0 5px 0 0;
  float: left;
}

#priceList {
	border-top: 1px solid #3E606F;
	border-bottom: 1px solid #3E606F;
	padding: 2px;
  margin: 15px 0 0 20px;
  text-align: center;
  font-size: 10px !important;
}

#map-canvas {
	border: 1px solid #3E606F;
	padding: 5px;
  margin: 0 0 10px 10px;
  float: right;
  width: 350px !important;
  width: 360px;
  height: 330px !important;
  height: 340px;
}

div#footerBlock {
	margin: 20px 0 0 14px;
	height: 50px;
	color: #91AA9D;
}

div#footerBlock ul {
  list-style: none;
}

div#footerBlock li {
	float: left;
	padding: 0 10px 0 10px;	
	height: 50px;
}

div#footerBlock li.line {
	border-left: 1px solid #91AA9D;
	vertical-align: middle;
}