.nawigacja {
	font-style: normal;
	letter-spacing: -0.1ex;
	color: #FFF;
	font-size: 20px;
	width: 395px;
	clear: both;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF098;
}
.nawigacja ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	position: relative;
}

.nawigacja ul li {
	display: block;
	float: left;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
	padding-bottom: 5px;
}
.nawigacja ul li a , .nawigacja ul li a:visited{
	color: #FFF;
}
.nawigacja ul li a:hover {
	color: #fff098;
}


.nawigacja ul .miesiac {
	width: 125px;
}
.nawigacja ul .rok {
	width: 75px;
}
.nawigacja ul li ul{
	position: absolute;
	background-color: #998E4F;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	border: 1px solid #fff098;
	border-top:none;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.6);
	display: none;
}
.nawigacja ul li:hover {
	cursor: default;
}

.nawigacja ul li:hover ul {
	display: block;
}

.nawigacja ul .miesiac ul {
	width: 125px;
}
.nawigacja ul li ul .present {
	color: #E7D98A;
}

.nawigacja ul .rok ul {
	width: 75px;
}

.nawigacja ul li ul li {
	float: none;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.day {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	border: 1px dotted #fff098;
	margin-bottom: 5px;
}

.day p {
	margin: 0px;
	float: right;
	padding-top: 29px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-align: right;
}
.head {
	height: 20px;
	border: 1px solid transparent;
}


.head p {
	float: none;
	text-align: center;
	padding:0px;
	padding-top: 5px;
	font-weight: bold;
	color: #FFF;
}
.blank {
	border: 1px solid transparent;
}
.week {
	border: 1px dotted inherit;
	cursor: pointer;
}

.weekend {
	border:1px solid #FFF098;
	cursor: pointer;
}
.weekend p {
	font-weight: bold;
}
.patio {
	background-color: #ECBB11;
}
.rest {
	background-color: #94B900;
}
.both {
	background-color: #C10B0B;
}
#legenda {
	float: right;
	width: 400px;
	height: auto;
}
#legenda h3 {
	margin-top: 15px;
}
#legenda p {
	float: left;
	width: 100px;
	height: 25px;
	color: #B3A25D;
	font-size: 12px;
	line-height: 15px;
}
#legenda .day {
	height: 25px;
	width: 25px;
}

#ajax_calendar {
	float: left;	
}

