
/* ==============================================[ menu ve hlavicce ]============================ */

#topmenu {
   position: absolute;
   bottom: 0;
   left: 201px;
   margin: 0px auto;
   margin-bottom:0px;
   padding: 0;
   width: 585px;
   line-height: 22px;
   background-color: #d9271b;
   font-family: "ZurichBT", Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   list-style: none outside;
}

#topmenu li {
   position: relative;
   display: inline;
   margin: 0 27px;
}

#topmenu a  {
   color: white;
   font-weight: normal;
   text-decoration: none;
   text-transform: uppercase;
   border-top: 4px solid #D9271B;
}

#topmenu a:hover {
   text-decoration: underline;
}

#topmenu strong {
   color: white;
   font-weight: normal;
   text-decoration: none;
   text-transform: uppercase;
   border-top: 4px solid white;
}

#topmenu span {
   position: absolute;
   top: -105px;
   font-size: 9px;
}

* html #topmenu span {
   top: 19px;
}

/* ==============================================[ nadpisy v levem sloupci ]============================ */

