body {
  padding: 0px;
  margin: 30px;
  font-size: 12px;
  font-family: "Helvetica CE",  Arial, helvetica, sans-serif, "Franklin Gothic Book";
  background-color: lavender;
  color: #000033;
  text-align: center;
  overflow:scroll;
}
a {
  text-decoration: none;
  color:  #000066;
  font-weight: bold;

}
a:hover {
  text-decoration: underline;
  color: #658D1B;
  background-color: #FFFFF3;
}



h1 {
  margin: 5px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 3px ridge #658D1B;
  border-top: 0px groove white;
  border-left: 0px  groove silver;
 border-right: 0px  ridge ;
 background: white;
 color: #E4002B;
}
h2 {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 13px;

  


}
h3 {
  margin: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 12px;
  border-bottom: 1px dotted #000033;
}
#column ul {
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 10px;
}
#column li {
  margin-left: 30px;
  padding-left: 0px;
}
p {
  text-indent: 40px;
  text-align: left;
}
img {
  border: none;
}
strong {
  font-weight: bold;
}
#vse {
  width: 851Px;
  margin: auto;
  background: white;
  border: 1px RIDGE ;

   }

/* TIP */
#tip {
  position: relative; top: 0px; z-index: +1; left: 400px;
  width: 300px;
  padding: 10px;
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
  font-align: left;
  background-color: white;
}


/* hlavička */
#hlavicka {
  padding: 10px;
  border-bottom: 2px ridge white;
  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
   background: white;

}
#znak {
  float: left;
}
#vut {
  margin-left: 10px;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  text-align: left;
  font-weight : bold;
}
#ekr {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  text-align: right;
  color:#658D1B
}
#adresa {
  font-size: 12px;
  text-align: center;
  background: white;

  }


/* prostředek */
#stred {
  text-align: left;
}
#navigace {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 20%;
 background: white;
  
}
#jazyk {
  text-align: center; background: white;
   
}
#obsah {
  padding: 0px;
  margin: 5px;
  float: right;
  width: 77%;
}
#obsah #sloupek {
  min-height: 400px;
  height: auto;
  _height: 400px;
  padding: 10px;
  border-top: 0px ridge white;
  border-left: 0px ridge whitesmoke;
  border-bottom: 0px ridge white; background: white;

}
/* patička */
#paticka {
  font-size: 10px;
  margin: 0px;
  text-align: center;
  background: white;
  
}
/* pro ukončení plovoucích prvků */
.cleared {
  clear: both;
  height: 1px;
  overflow: hidden;
}
.centered {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.float_right {
  float: right;
}
.float_left {
  float: left;
}
.framed {
  border: 1px dotted black;
}

/* tabulky */
table {
  margin: auto;
  border-collapse: collapse;
  width: 95%;
  font-size: 12px;
}

th {
  text-align: left;
  padding-left: 2px;
  background-color: #F1F1F1;

}
td.funkce {
  text-align: left;

}
td.jmeno, th.jmeno {
  text-align: left;
}
td.kancelar, th.kancelar {
  text-align: center;
}
td.telefon, th.telefon {
  text-align: center;
}
td.e-mail, th.e-mail {
  text-align: right;
}
tr.ruled {
    background-COLOR:  #F9F9F9;
  cursor: default;
}

table.mpo {
  margin: auto;
  border-collapse: collapse;
  font-size: 12px;
  width: 55%;
  text-align: left;
  background-color: whitesmoke;
}

td.mpotyp {
  text-align: center; width: 40px; height: 30px; font-weight: bold; color: #000000;
}
a.soubor {
 color: black;
}

/* navigace - rozbalovací nabídky */
#menu {
  padding: 0px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  border-top: 0px inset blue;
  border-bottom: 0px outset blue;
  border-left: 0px inset #E4002B;
  border-right: none;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#menu ul li {
  position: relative;
}
#menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  border-left: 1px groove blue;
}
/* Styles for Menu Items */
#menu ul li a {
  display: block;
  text-decoration: none;
  
  background: white; /* IE6 Bug */
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 0px;
  color: #E4002B;
  border-top: 0px ridge #000000;
  border-RIGHT: 1px SOLID #E4002B;
  border-bottom: 1px solid #E4002B;
  border-left: 1px solid white;
}
#menu ul li a.posledni {
  border-bottom: 2px solid #E4002B;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
  float: left;
  height: 1%;
}
* html #menu ul li a {
  height: 1%;
}
#menu ul li a:hover {
  text-decoration: none;
  color: #658D1B;
  border-top: 0px ridge #000000;
  border-left: 0px outset red;
  border-bottom: 1px solid #658D1B;
 border-left: 1px solid white;

}/* Hover Styles */
#menu li ul li a {
  padding: 0px 0px;
}/* Sub Menu Styles */
#menu li:hover ul, #menu li.over ul {
  display: list-item;
}/* The magic */

