html, body, div {



  font-family:"Arial CE", "Helvetica CE", Arial, sans-serif;

  color:#444;
  
		}


table { margin-top:1em;background: #FFFFFF;}	
table tr td{height:3em;} 	
table.detail_zavodnika{width:100%;}
table.detail_zavodnika td{border-bottom:1px solid #3366cc; text-align:center;}

table.detail_zavodnika tr td{height:20px;border:1px solid #80CAFE;padding:2px}

table.detail_zavodnika tr.hlavicka:hover td{background-color: #80CAFE;}
table.detail_zavodnika tr:hover td{background-color: #eee;}
table.detail_zavodnika tr.oznac_aktualni td{background-color: #d4f99f;}
tr.hlavicka{background-color: #80CAFE; font-weight:bold;height:2em;}
tr.hlavicka:hover{background-color: #80CAFE; font-weight:bold;height:2em;}
tr.hlavicka td{padding:1em}


table.registrace {background-color:#d4f99f; border:1px solid #d4f99f;width:900px;}
table.registrace tr.hlavicka td {background-color:#d4f99f}
table.registrace tr.hlavicka:hover td {background-color:#d4f99f}
table.registrace tr:hover td {background-color:#eeeeee}
table.registrace td{text-align:center;background-color:#FFFFFF; padding:5px;border:1px solid #d4f99f}

table.info_zavod {border-top:1px solid #80CAFE;}
table.info_zavod td {padding-left:1em; border-bottom:1px solid #80CAFE;}

td.hlavicka{background-color: #80CAFE; font-weight:bold;height:2em;padding:5px; min-width:10em;}
a.pocet_prihlasenych{font-weight:bold; font-size: 140%;}

tr.sude{background-color: #EEEEEE;}
tr.liche{background-color: #FFFFFF;}


span.male {color:#07A4F5; font-size:small;}
span.male_cervene {color:#F5070C;}
span.rude {color:#F5070C;}


 #rocniky_seznam li {
list-style-type: none;
 display: inline;
 float:left;
 line-height:30px;
 margin-bottom:2em;
}

#rocniky_seznam li a {
    
   
    color: grey;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #eee;
    border:1px solid grey;
 text-transform: uppercase;   
 font-weight: bold;
    
}

/* Change the link color to #111 (black) on hover */
#rocniky_seznam li a:hover {
    background-color: #ddd;
    color: white;
    border-bottom:0px solid grey;
}

/* Change the link color to #111 (black) on hover */
#rocniky_seznam li a.active {
    background-color: #fff;
    color: #76b852;
    border-bottom:0px solid grey;
}

#prihlaska {background-color:#FFFFFF; width:900px; font-size:small;  padding:10px; margin-left:20px; margin-top:20px;text-align:center; }
  span.zaplaceno {

  text-decoration: none;
  background-color: #52ff3b;
  color: #FFFFFF;
  padding: 3px;
  font-weight:bold;
  border:1px solid #137705;

  }
  
  h2.nadpis_vlevo{color:#3366cc;text-align:left;margin-left:40px;}
  h2.uvodni_strana{color:#3366cc;text-align:left;margin-top:10px;}


  a.nova {
    background-color: #2ECC40;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

a.nova:hover {
  background-color: red;
}

