#kalendarz {
	background: url(../../images/global/kalimp-tlo.jpg) no-repeat left top;
	width: 293px;
	margin-bottom: 8px;
	float: left;
}
#kalendarz div.kalendarz2 {
	float: left;
	width: 100%;
	background: url(../../images/global/kalimp-tlo-bot.jpg) no-repeat left bottom;
	padding-bottom: 13px;
}
#kalendarz h2 {
	font: bold 15px "Trebuchet MS";
	color: #004B92;
	float: right;
	padding-right: 22px;
	margin-top: 12px;
	margin-bottom: 20px;
}
#kalendarz div.daty {
	float: right;
	padding-right: 22px;
	width: 250px;
}
#kalendarz div.d {
	float: left;
	width: 29px;
	margin-left: 6px;
	text-align: left;
}
#kalendarz div.daty a {
	border: 1px solid #B8D7F1;
	background: #fff;
	float: left;
	width: 27px;
	height: 18px;
	font: 14px/18px "Trebuchet MS";
	color: #015596;
	text-align: center;
	text-decoration: none;
	margin-left: 6px;
	margin-top: 5px;
}
#kalendarz div.daty a.s {
	background: #EBF5FE;
	width: 27px;
	height: 18px;
}
#kalendarz div.daty a.go {
/*	background: #5EAF0A;*/
	border: 1px solid #fff;
	background: #D2E5F6;
	color: #015596;
}
#kalendarz div.daty a.day1 {
	border: 1px solid #fff;
	background: #5EAF0A;
	color: #fff;	
}
#kalendarz div.daty a.day2 {
	background: #FFFFEB;
}

#kalendarz div.daty a:hover.go {
	background: url(../../images/global/kalimp-num-tlo.jpg) no-repeat left top;
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}
#kalendarz div.daty a.act {
	background: url(../../images/global/kalimp-num-tlo.jpg) no-repeat left top;
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}
#kalendarz div.miesiac {
	float: right;
	width: 248px;
	padding-right: 22px;
	margin-top: 12px;
}
#kalendarz div.miesiac a {
	background: url(../../images/global/arrow6.gif) no-repeat right 6px;
	padding-right: 10px;
	float: left;
	color: #2489C2;
	font: bold 12px Arial;
	text-decoration: none;
}
#kalendarz div.miesiac a:hover {
	background: url(../../images/global/arrow3.gif) no-repeat right 6px;
	color: #5EAF0A;
}
#kalendarz div.miesiac select {
	float: right;
	font: 11px Tahoma;
}
#kalendarz div.miesiac img {
	float: right;	
	cursor: pointer;
	margin-left: 5px;
}


