html{
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: #faf7ea url(../design/bg.jpg) center top no-repeat;
}
body{
  height: 100%;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: #0e3a73;
  font-family: "Open Sans", Arial;
  min-width: 990px;
}
#zahlavi{
  width: 990px;
  height: 140px;
  margin: 0 auto;
  position: relative;
}
#hlavni{
  width: 100%;
  position: relative;
}
h1{
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  float: right;
  line-height: 23px;
  position: relative;
  /*color: #b9b8b8;*/
  color: #777;
  margin-top: 65px;
  margin-right: 10px;
}
#logo{
  position: absolute;
  left: 35px;
  top: 22px;
}
#staty{
  position: relative;
}
#usemap {

}
#mapka {

}

div.mapa {
  position: absolute;
  top: -7px;
  left: 50%;
  /* Firefox */
  left: -moz-calc(50% - 194px);
  /* WebKit */
  left: -webkit-calc(50% - 194px);
  /* Opera */
  left: -o-calc(50% - 194px);
  /* Standard */
  left: calc(50% - 194px);
  display: none;
}

div.euro_finance {
  position: relative;
  overflow: hidden;
  float: left;
  width: 0;
  height: 365px;
  background: transparent url(../design/euro_finance_consulting.png) right bottom no-repeat;
}
div.euro_finance h2 {
  position: absolute;
  right: 20px;
  top: 195px;
  /*bottom: 0px;*/
  color: #ffffff;
  font-weight: 300;
  width: 430px;
  font-size: 30px;
  text-align: right;
}
div.euro_finance h2 small {
  font-size: 85%;
}
div.euro_finance h2 b {
  font-weight: 300;
}
div.euro_photo {
  position: relative;
  float: right;
  width: 0;
  /*height: 365px;*/
  height: 420px;
  overflow-y: hidden;
  overflow-x: visible;
}
div.euro_photo div.image {
  height: 365px;
  width: 380px;
  float: left;
  position: relative;
  overflow: hidden;
}
div.euro_photo div.image img {
  position: absolute;
  left: -380px;
  top: 0px;
}
div.euro_photo img.navPrev {
  position: absolute;
  left: 10px;
  top: 170px;
  cursor: pointer;
  z-index: 50;
}
div.euro_photo img.navNext {
  position: absolute;
  left: 349px;
  top: 170px;
  cursor: pointer;
  z-index: 50;
}
div.euro_photo div.preskocit {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 50;
  text-align: center;
  width: 380px;
}
div.euro_photo div.preskocit a {
  color: #c7b87c;
  font-size: 16px;
  text-decoration: none;
}

.preskocit {

}


.typed-cursor{
  color: transparent;
}

div.counter a {
  height: 11px;
  width: 11px;
  display: inline-block;
  margin: 3px 3px 3px 3px;
  background: transparent url(../design/no-active.png) center center no-repeat;
}
#cislo1 {
  background: transparent url(../design/active.png) center center no-repeat;
}