#obal {
  margin: 50px auto;
  width: 900px;
  position: relative;
  text-align: left;
  background-color: #cee8e9;
}
#hlavicka {
  height: 100px;
  background-image: url('grafika/hlavicka.png');
  background-repeat: no-repeat;
  background-color: #487a91;
  color: #ffffff;
}
#napis {
  padding: 30px 0px 0px 30px;
  margin: 0px;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}
h1 {
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  padding: 0px 0px 0px 30px;
  margin: 0px;
}
body {
  background-color: #cee8e9;
  text-align: center;
  /*background-image: url(pozadi.png);*/
  font-family:sans-serif;
}
#banyrek {
  height: 100px;
  width: 800px;
  background-image: url('grafika/banyrek-bg.png');
  background-color: #b7e1e4;
  color: #487b90;
  border: 1px solid #98cfd2;
  display: table;
  overflow: hidden;
  /* toto by *mohlo* fungovat (http://www.jakpsatweb.cz/css/css-vertikalni-centrovani.html) */
  margin: 10px auto;
}
#banyrek-red {
  height: 170px;
  width: 800px;
  background-image: url('grafika/banyrek-bg-red.png');
  background-color: #fcbbba;
  color: #000;
  border: 1px solid #e85353;
  display: table;
  overflow: hidden;
  /* toto by *mohlo* fungovat (http://www.jakpsatweb.cz/css/css-vertikalni-centrovani.html) */
  margin: 10px auto;
}
.text-v-baneru {
  vertical-align: middle;
  display: table-cell;
  padding: 30px 10px;
  font-size: 120%;
}
.text-v-baneru strong, .text-v-baneru a {
  color: #d55e1a;
}
.text-v-baneru a {
  text-decoration: none;
  font-weight: bold;
}
#banyrek-red .text-v-baneru {
  padding: 10px 20px;
}
#banyrek-red .text-v-baneru strong {
  display: block;
  color: #000;
}
#banyrek-red .text-v-baneru table {
  margin: 0px;
  border: 0px none;
}
#banyrek-red .text-v-baneru p {
  color: #000;
  font-size: 70%;
}
#obsah {
  background-color: #fff;
  margin-top: 0px;
  padding: 30px;
/*  background-image: url(obsah-bg-prechod.png);*/
}
p {
  margin: 2ex 0ex;
  text-align: justify;
}

code, pre {
  background-color: #eee;
  border: 1px solid #ddd;
}

pre {
  padding: 0.4ex 0.7ex;
}

.statistika {
  border: 1px solid #c4e191;
  background-color: #f2f8ec;
  padding: 20px;
  font-size: 80%;
}
.statistika ul {
  margin-top: 0px;
  padding-left: 15px;
}

ul {
  margin-bottom: 4ex;
}
label {
  font-size: 80%;
}

div.obal {
  text-align: center;
}

table.refs {
  font-size: 90%;
  margin-left: auto;
  margin-right: auto;
}
.refs td {
  border-left: 1px solid #c4e191;
  border-right: 1px solid #c4e191;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}