/* CSS document */

@media all {

body {
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif', Verdana;
	}

.CalBgr {
	background: transparent url('../images/bgr_kalendar.gif') no-repeat left bottom;
	}

.CalBgrTop {
	background: transparent url('../images/bgr_kalendar_top.gif') no-repeat left top;
	padding: 13px 0;
}

#Kalendar {
	border-collapse: collapse;
	border: 0px #aaaebb solid;
	margin-left: 11px;
	margin-bottom: 10px;
	}

#Kalendar td {
	border-collapse: collapse;
	}

.KalDenTitle td {
	font-size: 7pt;
	font-family: 'Microsoft Sans Serif', V'Arial CE', Arial, erdana;
	text-align: center;
	color: #bbb;
	}

#ktLeft {
	float: left;
	width: 20px;
	font-size: 8pt;
	}

#ktMiddle {
	float: left;
	width: 189px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif', Verdana;
	color: #b00;
	}

#ktRight {
	float: right;
	width: 20px;
	font-size: 8pt;
	}

#ktLeft a, #ktRight a {
	width: 19px;
	height: 13px;
	display: block;
	line-height: 10px; 
	text-decoration: none;
	color: #000;
	text-align: center;
	border: 1px #fff solid;
	}

#ktLeft a:hover, #ktRight a:hover {
	color: #b00;
	border: 1px #eee solid;
	}

#Kalendar tbody td {
	text-align: center;
	font-size: 8pt;
	border: 1px #aaafb7 solid;
	background: #e8e8e8;
	padding: 0px;
	margin: 0px;
	}

#Kalendar tbody td a, #Kalendar tbody td span {
	text-decoration: none;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	}

#Kalendar tbody td.wholeWeek {
	text-align: center;
	font-size: 8pt;
	border: none;
	border-right: 1px #aaafb7 solid;
	background: transparent;
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
	}

.Den a, .Den span {
	color: #385265;
	border-top: 1px #fff solid;
	border-left: 1px #e8e8e8 solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #e8e8e8 solid;
	}

.Den span {
	color: #acacac;
	}

.todayDen a {
	border: 1px #246 solid;		/* #39f */
	color: #fff;
	/*background: #f4f4f4;		 #e8f1ff */
	background: #e8e8e8 url('../images/bgr_toDay.gif') repeat-x left center;
	}

.selDen a {
	border: 1px #0054A8 solid;
	color: #fff;
	/*background: #ffeaea;*/
	background: #e8e8e8 url('../images/bgr_selDay.gif') repeat-x left center;
	}

#Kalendar tbody td a:hover {
	color: #000;
	background: #f2f2f2;
	border-top: 1px #fff solid;
	border-left: 1px #e8e8e8 solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #e8e8e8 solid;
	}

#todayPlace {
	width: 272px;
	text-align: right;
	font-size: 8pt;
	color: #666;
	}

#todayPlace a {
	text-decoration: none;
	color: #000;
	font-family: 'Microsoft Sans Serif', 'Arial CE', Arial, Verdana, 'Helvetica CE', Helvetica;
	}

#todayPlace a:hover {
	color: #b00;
	}

#kalRest {
	width: 230px;
	margin: 0 auto;
/*	height: 10px;
	display: block;*/
	}

} /* media all */

/* end of CSS document */