body {  /* celá stránka */
  background-color: #000;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  font-family: "Courier New", monotype;
  font-weight: 700;
  color: #dedeff;
}

a {
  text-decoration: none;
  color: #aaf;
}

a:hover {
  color: #009;
}

i {
  font-style: normal;
  color: #fcc;
}

em {
  text-decoration: none;
  color: #cfc;
  font-style: normal;
}

ul, ol {
  text-align: left;
  margin: 20px 0px 0px 5px;
  padding: 0px;
}

ul li, ol li {
  list-style-type: disc;
  margin-left: 50px;
  padding: 0px;
}

ol li {
  list-style-type: decimal;
}

img {
  border: 0px;
  margin: 0px;
}

img.vtextu, embed.vtextu {
  float: right;
  margin: 5px;
  cursor: pointer;
}

img.vtextu:hover {
  margin: 3px;
  border: 2px solid #dedeff;
}

img#logoPruh {
  position: absolute;
  left: 383px;
  top: 20px;
  margin: 0px;
}

h1 {
  font-size: 170%;
  margin: 0.8em 0em 0.5em 0em;
}

h2 {
  font-size: 140%;
  text-align: left;
  margin: 0.8em 0em 0.5em 3em;
  clear: both;
}

h3 {
  font-size: 120%;
  text-align: left;
  margin: 0.8em 0em 0.5em 3em;
  clear: both;
}

div{  /* obecně DIV */
  padding: 0px;
  border-width: 0px;
}

div.nahled {  /* Náhled obrázku */
  width: 100px;
  /*height: 130px;*/
  margin: 5px 10px;
  float: left;
  font-size: 80%;
  cursor: pointer;
}

div.nahled:hover {
  margin: 3px 8px;
  border: 2px solid #dedeff;
}

div.presCele {  /* DIV který má vyčištěné kraje */
  clear: both;
  margin: 0px;
}

div.polozka {
  width: 100%;
  margin: 10px 0px;
}

div.adminnapis {
  clear: both;
  margin: 0px;
  font-size: 90%;
}

div#stranka {  /* jen obsah uprostřed */
  width: 872px;
  height: 899px;
  margin: 0px auto;
  position: relative;
  background-image: url("../o/pozadi.jpg");
  background-repeat: no-repeat;
}

div#obsah {  /* samotný obsah - text, obrázky apod. */
  position: absolute;
  left: 44px; /* +0 */
  top: 190px; 
  width: 500px; /* -0 */
  /*height: 717px;*/
  text-align: center; /* Tady je to nerozhodné :( */
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

div#panel {  /* boční panel */
  font-size: 12px;
  position: absolute;
  left: 576px;
  top: 190px;
  width: 186px;
  /*height: 717px;*/
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: auto;
}

div#strankovani {
  width: 100%;
  margin: 5px 0px;
  clear: both;
}

div#admin { /* Administrační lišta s přihášením */
  position: absolute;
  left: 58px; 
  top: 176px; 
  text-align: left;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  color: #faa;
}

div#vlajky {
  position: absolute;
  left: 785px;
  top: 27px;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 66px;
  overflow: visible;
}

div#paticka {
  width: 872px;
  margin: 0px auto;
  position: relative;
  font-size: 70%;
  color: dedeee;
  text-align: right;
}

#menu { /* hlavní menu */
  color: #f4f4ff;
  position: absolute;
  left: 0px;
  top: 125px;
  width: 100%;
  height: 25px;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
}

#menu a {
  color: #f4f4ff;
}

#menu a:hover {
  color: #008;
  text-decoration: overline;
}

.submenu {  /* class submenu - mění se. */
  position: absolute;
  top: 155px;
  left: 0px;
  width: 100%;
  height: 20px;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #e9e9f4;
  display: none;
}

.submenu a {
  color: #e9e9f4;
}

.submenu a:hover {
  color: #008;
  text-decoration: underline;
}

.vlevo {
  text-align: left;
}

.centrovat {
  text-align: center;
}
