 /*************************************************************************
 ***  Systém pro TME                                                    ***
 ***  (c) Michal Ševčík 2007 - multi@tricker.cz                         ***
 ***  Kaskadove styly / CSS styles                                      *** 
 *************************************************************************/

/* telo */
body{ background: url(../img/pozadi2.jpg) repeat rgb(242,242,225); color: rgb(60,58,23); font-family: Verdana, Arial, Times, serif; font-size: 13px; padding: 10px; text-align: center; }

/* hlavni */
#hlavni { width: 830px; height: auto; background: url(../img/prechod4.gif) repeat-x top center rgb(233,232,201); border: 2px solid rgb(70,68,28); vertical-align: middle; text-align: center; }
#hlavni table tr td { border-bottom: 1px solid rgb(221,220,170); }
#aktualne { width: 190px; border: 2px solid rgb(70,68,28); height: 141px; color: white; background: url(../img/prechod3ok.gif) repeat-x top center #2E2D0E; font-weight: bold; line-height: 2em;}
.graf{ border: 1px solid #4a1e08; width: 786px; background: #e1e0b9; vertical-align: middle; }

/* radky */
.aktua { color: white; font-size: 35px; font-weight: bold; line-height: 1.5em;}
.aktuasmall { color: white; font-size: 13px; line-height: 1.5em; }
.radek { background: url(../img/prechod2.gif) repeat-x top center rgb(214,213,153); color: #585441;}

/* typo */
h1{ color: #F9F8E6; background: url(../img/prechod1.gif) repeat-x top center #2E2D0E; font-size: 20px; line-height: 30px; height: 60px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; width: 830px; vertical-align: middle; }
h1 font { font-size: 12px; }
h1 font a { color: white; }
h2{ color: #F9F8E6; background: url(../img/prechod1.gif) repeat-x top center #2E2D0E; font-size: 11px; line-height: 20px; height: 20px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 10px 0px 0px 0px; width: 830px; border-top: 2px solid rgb(70,68,28);  vertical-align: middle; }
h2 a { color: white; }
br{ line-height: 1.5em; }

/* zadny ramecky! */
img{ border: 0px; }

/* dva sloupecky */
#tri{ width: 820 px; overflow: hidden; margin: 10px 0px 0px 0px; }
#levejj { width: 371px; float: left; margin: 0px 0px 0px 20px; }
#pravejsi { width: 209px; float: left; text-align: center; }
#pravejj { width: 216px; float: right; text-align: center; }