div#kalendarz ul li {
	float: left;
}
div#kalendarz {
	width: 168px;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: auto;
}
div#kalendarz li {
	display: inline-block; 
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-right: 1px;
	margin-left: 1px;
	width: 17px;
	text-align: center;
	*display:inline;
}
div#kalendarz .dzis_dzien {
	color: #000;
	border: 1px solid #666;
	background-color: #fff;
	background-image: none;
}
div#kalendarz .hidden {
	visibility: hidden;
	border: 1px solid;
}
div.gora {
	display: block;
	width: 100%;
	text-align: center;
	cursor: default;
	height: 100%;
}
div#kalendarz ul {
	float: left;
	list-style-type: none; 
	padding: 0px; 
	margin: 0px;
}
li.dzien {
	border: 1px solid #ccc;
	background-image: url('images/dzien.jpg');
	background-repeat: no-repeat;
	cursor: default;
}
li.wyd {
	border: 1px solid #ccc;
	background-image: url('images/dzien.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
	cursor: pointer;
}
li.wyd_dzis {
	border: 1px solid #666;
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
}
li.sw_dzis {
	border: 1px solid #666;
	color: #990000;
	cursor: help;
	background-color: #fff;
}
li.wyd_sw {
	border: 1px solid #ccc;
	color: #990000;
	cursor: help;
	font-weight: bold;
	background-image: url('images/dzien.jpg');
}
li.wyd_sw_dzis {
	border: 1px solid #666;
	color: #990000;
	cursor: help;
	font-weight: bold;
	background-color: #fff;
}
li.sw {
	border: 1px solid #ccc;
	background-image: url('images/dzien.jpg');
	background-repeat: no-repeat;
	color: #990000;
	cursor: help;
}
dfn {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	color: #000;
	font-style: normal;
	font-size: 11px;
	margin-top: 10px;
	text-align: left;
	font-weight: normal;
	right: 0%;
	float: left;
}
li#nd {
	border: 1px solid #f2c9c7;
	background-image: url('images/nd.jpg');
	background-repeat: no-repeat;
}
div#kalendarz ul.tydzien {
	margin-bottom: 1px;
	margin-top: 10px;
	background-color: #555;
	color: #fff;
	width: 168px;
	cursor: dafault;
}
div#kalendarz li.dni_tyg {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: none;
	border-bottom: none;
	font-size: 10px;
}
div#kalendarz li.dni_ost {
	border: none;
	font-size: 10px;
}
input#nawig {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	height: 18px;
	width: 18px;
	font-weight: bold;
}
