 /*************************************************************************
 ***  Systém pro TME                                                    ***
 ***  (c) Michal Ševčík 2007 - multi@tricker.cz                         ***
 ***  úprava pro dvě čidla : Roman Červeňan 2010 - rcervenan@email.cz   ***
 ***  Kaskadove styly / CSS styles                                      *** 
 *************************************************************************/

/* telo */
body{ background:#eeeeee; color: rgb(60,58,23); font-family: Tahoma; font-size: 13px; padding: 10px; text-align: center; }

/* hlavni */
#hlavni { width: 950px; height: auto; background: white; border: 1px gray solid; vertical-align: middle; text-align: center; }
#hlavni table tr td { border-bottom: 1px #cccccc solid; }
#aktualne { width: 190px; height: 170px; color: black; background: #909090; font-weight: bold; line-height: 34px; }
.graf{ border: 1px solid #4a1e08; width: 886px; background: #cccccc; vertical-align: middle; }

/* radky */
.aktua1 { color: #ff0000; font-size: 28px; font-weight: bold; }
.aktua2 { color: #0000ff; font-size: 28px; font-weight: bold; }
.radek { background: #cccccc; color:black;}

/* typo */
.logo{float:left; background: url(../img/logo.gif) repeat-x top center #2E2D0E; height:60px; width:72px; border-bottom:1px gray solid;}
.logo a {width:100%; height:100%;}
h1{ color: white; background: orange; border-bottom:1px gray solid; font-size: 20px; line-height: 30px; height: 60px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; width: 878px; vertical-align: middle; }
h1 font { font-size: 12px; }
h1 font a { color: white; }
h2{ color: white; background:orange; font-size: 11px; line-height: 20px; height: 20px; font-weight: bold; padding: 0px 0px 0px 0px; margin: 10px 0px 0px 0px; width: 950px; border-top: 1px gray solid;  vertical-align: middle; }
h2 a { color: white; }
br{ line-height: 1.5em; }

/* zadny ramecky! */
img{ border: 0px; }

/* dva sloupecky */
td {border-bottom:1px gray dotted;}
#tri{ width: 930px; overflow: hidden; margin: 10px 0px 0px 0px; }
#levejj { width: 391px; float: left; margin: 0px 0px 0px 20px; }
#pravejsi { width: 289px; float: left; text-align: center; }
#pravejj { width: 216px; float: right; text-align: center; }
