/* CSS Document */

body {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
  background-image: url(gradient2.jpg);

}

div.tabulka {
	width: 98%;
		
}

p {
	padding: 0px;
	margin: 0px;
}

.terminy tr.logo {
  background-color: #ffcc66;
}

.terminy {
	font-size: 12pt;
}

.terminy tr.terminy-hlavicka {
	font-weight: bold;
	font-size: 12px;
}

.terminy tr.radek0 {
  background-color: #ff9900;
}

.terminy tr.radek1 {
  background-color: #ffcc66;
}

.terminy td {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

.terminy-stare {
	border: 1px solid #E00029;
	border-collapse:collapse;
	font-size: 11px;
}

.terminy-stare tr.terminy-hlavicka {
	font-weight: bold;
	font-size: 12px;
}

.terminy-stare tr.radek0 {
	background-color: #F7DBAB;
}

.terminy-stare td {
	border: 1px solid #E00029;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

.separator {
/*	width: 550px; */
	width: 98%; 
	border: 1px solid #E00029;
	margin-top: 30px;
}

.stare-nadpis {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

td.datum {
	white-space: nowrap;
	width: 15%;
}

td.nazev {
	width: 32%;
}
td.mesto {
	white-space: nowrap;
	width: 25%;
}

td.typ_akce {
	white-space: nowrap;
	width: 17%;	
}




/*
datum
nazev
mesto
typ_akce

*/
