/* CSS Document */

body {
  font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  /*letter-spacing:0.5px;*/
  background-image:url('images/bcg.gif');
  background-repeat:repeat-x;
  background-color:#ECEAE6;
  margin-top: 0px;
}

a:link,
a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #BC110A;
}
a:hover {
  text-decoration: underline;
}

.ilus {
  /*border: 1px solid black;*/
  padding-left: 15px;
}

/* --- PISMO --- */

h3 {
  font-size: 1em;
}

h2 {
  font-size: 1.2em;
}

h1 {
  font-size: 1.4em;
  color: #4A0000;
  padding: 5px;
  line-height: 23px;
}

p {
  padding:5px;
}

hr {
  color: #4A0000;
}

.italic {
  font-style: italic;
}

.aktual {
  color: #5353A6;
  font-weight: bold;
}

.none {
  color:#9B9B9B;
}

.sub {
  font-size:10px;
}

/* --- TĚLO --- */

#hlavicka {
  height: 158px;
 /* background:url('./images/hlavicka-bcg-empty.jpg');*/
}

#container_middle {
  border: 1px solid #51342D;
  width: 861px;
  height: 100%; 
  background-color: #F5F4F1;
  padding: 17px;
  margin: auto;
  margin-top: 10px; 
  line-height: 1.5em;
  text-align: justify;
  
}

#content_bottom {
  /*background-image: url('./images/content-bottom-bcg.jpg');*/
  height: 32px;
}

.zpet {
  float:right;
}

#eng {
  float:right;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
}

#eng  img {
  border: 1px solid #666666;
}

.cleaner {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* --- TABULKA --- */


table {
  margin: auto;
  /*border: 1px solid #405A80;*/
  text-align: left;
}

table td {
  padding: 3px 5px;
  border: 2px solid #ffffff;
  background-color: #FAF9F8;
  vertical-align: top;
}
