/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #F8A336; */
	background-color: #ffffff;

}

div.tabulka {
/*	width: 600px; */
		width: 100%;
}

.terminy {
	border: 0 solid #E00029;
	border-collapse:collapse;
	font-size: 11px;
}

.terminy tr.terminy-hlavicka {
	font-weight: bold;
	font-size: 12px;
}

.terminy tr.radek0 {
/*	background-color: #F7DBAB; */
background-color: #D9E3F7;



}

.terminy td {
	border: 1px solid #EBF4FE;
	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: 75px;
}

td.nazev {
/*	white-space: nowrap; */
/*	width: 200px; */
}
td.mesto {
	white-space: nowrap;
/*	width: 110px; */
}

td.typ_akce {
	white-space: nowrap;
	width: 60px;	
}




/*
datum
nazev
mesto
typ_akce

*/