body {
  background-color: #dbe2ee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#kontajner {
  margin: 0 auto;
  width: 1000px;
}
#hlava {
  border: 1px solid #6f90ba;
  height: 60px;
  margin-top: 20px;
  width: 100%;
}
#menu {
  border: 1px solid #6f90ba;
  height: 20px;
  margin: 10px auto;
  width: 80%;
}
#text {
  border: 1px solid #6f90ba;
  min-height: 200px;
  margin-top: 10px;
  width: 100%;
}
#reklama {
  border: 1px solid #6f90ba;
  border-top: none;
  height: 60px;
  width: 100%;
}
#text-bez-odsadenia {
  border: 1px solid #6f90ba;
  border-top: none;
  min-height: 200px;
  width: 100%;
}
#pata {
  border: 1px solid #6f90ba;
  height: 20px;
  margin-top: 10px;
  width: 100%;
}