body {
  background-image: url(http://www.kordadc.cz/img/body_pozadi.jpg);
  background-repeat: repeat-x;
  background-position: center top;
  padding: 0px;
  margin: 0px;
  background-color: #fefbef;
  font-family: verdana, arial, tahoma
}

img {
  border: 0px;
}

.prezentace {
  position: absolute;
  top: 0px;
  left: 50%;  
  width: 1000px;
  height: 100%;
  margin: 0px 0px 0px -500px;  
  padding: 0px;
}

.hlavicka {
  position: relative;
  width: 1000px;
  height: 201px;
  padding: 0px;
  margin: 0px;
  
}

.hlavicka .pozadi_img {
  position: absolute;
  top: -1px;
  left: -6px;

}
.telo {
  position: relative;
  width: 1000px;
}

.okraj-levy {
  position: relative;
  float: left;
  width: 195px;
  height: 628px;
  background-image:  url(http://www.kordadc.cz/img/okap.jpg);
  background-repeat: no-repeat;
  margin: 0px;
  background-position: 140px 1px;
  border: 0px solid green
}

.hlavni {
  position: relative;
  float: left;
  width: 510px;
  height: 608px;
  bbackground-color: #f6edce;
  margin: 0px;
  bbackground-image:  url(http://www.kordadc.cz/img/okap_hlavni.jpg);
  background-repeat: no-repeat;
  background-position: -6px -2px;
  padding: 0px;
  border: 0px;
  padding-top: 50px;
  oooverflow: hidden;



}

.menu {
  position: relative;
  float: right;
  right: 0px;
  width: 250px;
  height: 558px;

  background-image:  url(http://www.kordadc.cz/img/menu_pozadi.jpg);  
  background-repeat: repeat-y;
  background-position: -1px -3px;
  margin: 0px;
  padding-top: 170px;
  padding-left: -9px;
  border: 0px;
  margin-right: 15px
}

.welCome {
  font-size: 10px;


}

.zelena_usporam {
  position: absolute;
  top: 35px;
  left: -10px;
  height: 180px;
  width: 160px;
  background-image: url(http://www.kordadc.cz/img/zelena_usporam.png);
}

.galerie {
  position: relative;
  width: 525px;
  clear: both;
}
.galerie_ramecek {
  position: relative;
}

.galerie_ramecek img {
  position: relative;
  float : left;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 6px solid #b46c42;
}

h1 {
  font-size: 13px;
}

.clear {
  clear: both;
  width: 480px;
  height: 10px;
}

.paticka {
  position: relative;
  width: 100%;
  height: 10px;
  background: #cccccc;

}


