 /*************************************************************************
 ***  Systém pro TME                                                    ***
 ***  (c) Michal Ševčík 2007 - multi@tricker.cz                         ***
 ***  Kaskadove styly                                                   *** 
 *************************************************************************/

/* telo */
body{ background: rgb(242,242,225); color:rgb(60,58,23); font-family:Verdana, Arial, Times, serif; font-size:13px; padding:11px; text-align:center; background-color:rgb(242,242,225) }

/* hlavni */

#aktual { width: 92px;  height: 47px; color: white; background-color: #2E2D0E; font-weight: bold; float:center; }


/* radky */
.aktua { color: white; font-size: 40px; font-weight: bold; }
.aktu { color: white; font-size: 17px; font-weight: bold; }
.datum { color: white; font-size: 8px; font-weight: bold; }
.popis { color: white; font-size: 10px; font-weight: bold; }


