.div_kalendar{
	width: 100%;
	text-align: center;
	margin: 0px;
}

#kalendar-homepage {
	width: 90%;
	text-align: center;
	margin: 0px auto;
}
#kalendar-homepage a {
	text-decoration: none;
	color: #808080;
}
#kalendar-homepage a {
	text-decoration:none;
	color: black;
}
#kalendar-homepage a.hrajese {
	text-decoration:none;
	font-weight: bold;
	color: #a41f20;
}

#navi_mesic {
	width: 100%;
	font-size: 70%;
	float: left;
	color: white;
	margin: 0px auto 2px auto;
}
#navi_mesic a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#navi_mesic a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #D6D5D5;
}

table.minikal {
	font-size: 63%;
	height: 90px;
	line-height: 80%;
	float: right;
}

th.dark{
  width: 20px;
  height: 6px;
	border:0px;
	background-color: transparent;
	color: white;
}

td.minikal_ne {

	border:0px;
	background-color:transparent;
	text-align: center;
}

td.minikal_dnes {
	border:0px;
	background-color: #FFFFFF;
	text-align: center;
}
td.minikal_pden {
	border:0px;
	background-color: #D6D5D5;
	text-align: center;
}
td.minikal_vikend {
	border:0px;
	background-color: #C1BEBE;
	text-align: center;
}

div.program_dne {
	position:absolute;
	z-index:100;
	background-color: #ffffff;
	padding: 10px;
	border:1px solid red;
	text-align: left;
	width: 200px;
	line-height:11px;
}

