body {
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  font-size: 80%;
  background-color: #FFFFFF;
  color: #000000;
}

/******** Nadpis stránky ****************/
#nadpis {
  text-align: center;
  background-color: #435b7f;
  width: 100%;
  height: 124px;
}

#nadpis img {
  margin-top: 7px;
}

#prechod {
  background-image: url("obrazky/prechod.gif");
  background-repeat: repeat-x;
  overflow: hidden;
  width: 100%;
  height: 10px;
}

/************ MENU **********************/

.menu-wrapper {
  position: absolute;
  left: 0px;
  margin: 10px;
  width: 251px;
}

.menu-ram {
  width: 100%;
  border: 1px solid #000000;
  background-color: #eaeaea;
  font-weight: bold;
  font-size: 0.9em;
}

.menu-ram a {
  display: block;
  padding: 2px;
  padding-left: 6px;
  color: #000000;
  text-decoration: none;
}

.menu-ram a:hover {
  background-color: #b4b4b4;
  color: #000000;
}

/********** CONTENT ****************/

div.content-wrapper {
  position: relative;
  margin: 10px 10px 10px 280px;
}

.info-ram div {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0px;
  text-align: justify;
}

.info-ram p {
  margin: 0px;
}

.info-ram div.zv {
  border: 0px;
  background-color: transparent;
}

.info-ram h2 i {
  font-weight: normal;
  font-size: 1em;
}

.info-ram h2 a {
  display: block;
  color: #435b7f;
  text-decoration: none;
  padding: 2px;
  padding-left: 10px;
}

.info-ram h2 a:hover {
  background-color: #b4b4b4;
  color: #000000;
}

.info-ram h2 span {
  color: #FF3333;
}

div.stranky {
  text-align: right;
  width: auto;
}

.stranky a, .stranky span {
  border: 1px solid #000000;
  font-weight: bold;
  padding: 0.1em 0.4em;
  text-align: center;
  color: black;
  text-decoration: none;
  background-color: #eaeaea;
}

.stranky a:hover, .stranky .aktiv {
  background-color: #b4b4b4;
}

img {
  border: 0px;
}

h1, h2, h3, h4 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.5em;
  color: #435b7f;
}

h1, h2 {
  display: block;
  background-color: #eaeaea;
  border-bottom: 1px solid #435b7f;
  text-decoration: none;
  padding: 2px;
  padding-left: 10px;
}

h1 {
  padding: 5px;
  padding-left: 20px;
  border-bottom-width: 4px;
}

h2 {
  font-size: 1.1em;
  margin-bottom: 3px;
}

h3, h4 {
  font-size: 1em;
}

h4 {
  margin: 0px;
  text-decoration: none;
}

acronym {
  cursor: help;
}

a {
  color: #ff7800;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ul.ul-c {
  list-style-type: square;
}

p {
/*  text-indent: 30px;*/
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: 1em;
}

p.neod {
  text-indent: 0px;
}

li {
  text-align: justify;
  font-size: 1em;
}

/* Zvrazněný text na stránce info*/
.zv {
  color: #435b7f;
}

/* Velký výrazný text */
.b {
  font-size: 1.2em;
  font-weight: bold;
}

/* Podtržený text */
.u {
  text-decoration: underline;
}

/* Signatura (různé podpisy a patičky) */
.sign {
  color: #006699;
  text-indent: 0px;
  font-style: italic;
}

.cnt {
  text-align: center;
}

.lft {
  text-align: left;
}

.rgh {
  text-align: right;
}

/* Obtékané prvky */
.flr {
  float: right;
}

.fll {
  float: left;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 1em;
}

td, th {
  border: 1px solid #435b7f;
  background-color: #eaeaea;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1em;
}

th {
  font-weight: bold;
  color: #435b7f;
}

td.nic, table.nic td {
  border: 0px;
  background-color: transparent;
}

