/* CSS Document */

* {
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 160%;
}

/* +++ Telo dokumentu */
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #062d7a;
  background-image: url("obrazky/body-spodek.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

div.telo {
  position: relative;
  height: 100%;
  background-image: url("obrazky/body-vrsek.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  overflow: auto;
}

div.telo2 {
  position: relative;
  margin: 59px auto 0 auto;
  width: 1168px;
}
/* --- Telo dokumentu */

/* +++ Hlavicka */
div.hlavicka {
  position: relative;
  margin: 0;
  height: 168px;
  background-image: url("obrazky/hlavicka.png");
}

div.nadpis {
  position: absolute;
  color: #ffffff;
  font-size: 32px;
  font-style: italic;
  text-shadow: 2px 3px 0 #000000;
  right: 47px;
  top: 117px;
}
/* --- Hlavicka */

/* +++ Menu */
div.menu {
  position: relative;
  margin: 0;
  height: 79px;
  background-image: url("obrazky/menu-panel.png");
}

div.menupanel {
  position: absolute;
  width: 1100px;
  height: 51px;
  top: 2px;
  left: 34px;
}

div.menupanel li {
  float: left;
  display: inline;
}

div.menupanel a {
  position: relative;
  float: left;
  top: -12px;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
  display: block;
  height: 38px;
  padding: 13px 18px 0 16px;
  text-shadow: 2px 3px 0 #000000;
  background-image: url("obrazky/menuprepazka.png");
  background-position: right top;
  background-repeat: no-repeat;
}

div.menupanel a:hover {
  background-image: url("obrazky/menuhover.png");
  background-position: right top;
  background-repeat: no-repeat;
}
/* --- Menu */

/* +++ Kontext */
div.kontext {
  position: relative;
  margin: 0;
  padding: 0 74px 0 74px;
  background-image: url("obrazky/vypln.png");
  background-repeat: repeat-y;
  /*border: 1px solid red;*/
}

div.kontext h1,
div.kontext h2,
div.kontext h3,
div.kontext p,
div.kontext img {
  text-align: justify;
  padding: 0 0 24px 0;
  margin: 0;
}

div.kontext li {
  text-align: justify;
  margin-left: 24px;
  list-style-position: outside;
}

div.kontext h1,
div.kontext h2,
div.kontext h3 {
  text-decoration: underline;
  font-weight: normal;
  font-style: italic;
}

div.kontext h1 {
  font-size: 28px;
}

div.kontext h2 {
  font-size: 20px;
}

div.kontext h3 {
  font-size: 16px;
}

div.kontext a {
  font-weight: bold;
  color: #a6241e;
  text-decoration: underline;
}

div.kontext a:hover {
  color: #000000;
  text-decoration: none;
}

div.kontext #map {
  height: 350px;
  width: 100%;
  margin-bottom: 24px;
}

div.kontext table {
  margin-bottom: 24px;
}
/* --- Kontext */

/* +++ Tisk */
div.tiskarnicka {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-image: url("obrazky/tiskarnicka.png");
}
/* --- Tisk */

/* +++ Paticka */
div.paticka {
  position: relative;
  margin: 0;
  height: 130px;
  background-image: url("obrazky/paticka.png");
  background-repeat: no-repeat;
}

div.podpis {
  position: absolute;
  text-align: center;
  top: 75px;
  left: 755px;
  color: #888888;
}

div.podpis a {
  color: #a2a2a2;
  text-decoration: underline;
}

div.podpis a:hover {
  text-decoration: none;
}
/* --- Paticka */
