body {
	{
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #FFCC66;
}

div.tabulka {
	width: 900px;
}

div.tabulka table.terminy {
	border: 1px solid white;
	border-collapse:collapse;
	font-size: 11px;
	font-color:white
}

div.tabulka table.terminy tr.terminy-hlavicka {
	font-weight: bold;
	font-size: 12px;
	font-color:white
}

div.tabulka table.terminy tr.radek0 {
	background-color: white;
}

div.tabulka table.terminy tr.radek1 {
	background-color: white;
}

div.tabulka table.terminy tr td {
	border: 1px solid white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

div.tabulka table.terminy tr td a, div.tabulka table.terminy-stare tr td a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: white;
	color: white;
	text-decoration: none;
}

div.tabulka table.terminy tr td a:hover, div.tabulka table.terminy-stare tr td a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: white;
	color: white;
	text-decoration: none;
}

div.tabulka table.terminy tr td.datum {
	width: 12%;
}

div.tabulka table.terminy tr td.mesto {
	width: 15%;
}

div.tabulka table.terminy tr td.misto {
	width: 18%;
}

div.tabulka table.terminy tr td.kdo {
	width: 25%;
}

div.tabulka table.terminy-stare {
	border: 1px solid white;
	border-collapse:collapse;
	font-size: 11px;
}

div.tabulka table.terminy-stare tr.terminy-hlavicka {
	font-weight: bold;
	font-size: 12px;
}

div.tabulka table.terminy-stare tr.radek0 {
	background-color: white;
}

div.tabulka table.terminy-stare tr.radek1 {
	background-color: white;
}

div.tabulka table.terminy-stare tr td {
	border: 1px solid white;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	vertical-align: top;
}

div.tabulka table.terminy-stare tr td.datum {
	width: 12%;
}

div.tabulka table.terminy-stare tr td.mesto {
	width: 15%;
}

div.tabulka table.terminy-stare tr td.misto {
	width: 18%;
}

div.tabulka table.terminy-stare tr td.kdo {
	width: 25%;
}

.separator {
	width: 550px;
	border: 1px solid white;
	margin-top: 30px;
}

.stare-nadpis {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}


