
.kalender {
	position:absolute;
	top:24px;
	left:0px;
	width:172px;
	z-index:103;
	
	box-shadow:0px 0px 6px #DDD;
	-webkit-box-shadow:0px 0px 6px #DDD;
	-moz-box-shadow: 0px 0px 6px #DDD;
	cursor:default;
	z-index:103;
}

.bovenop {
	z-index:103;
}

.datum {
}

.kalenderklik {
	position:absolute;
	right:0;
	top:0;
	width:24px;
	height:22px;
	background: url('http://www.jozefdumoulin.com/cms/plugins/kalender//afbeeldingen/kalendericoon.png') no-repeat center center;
	cursor:hand;
	cursor:pointer;
}

.kalenderhoofd {
	position:relative;
	width:166px;
	height:16px;
	padding:3px;
	background-color:#444;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.kalenderpijllinks {
	position:relative;
	float:left;
	font-size:0px;
	line-height:0px;
	width:16px;
	height:16px;
	cursor:pointer;
	cursor:hand;
	background: url('http://www.jozefdumoulin.com/cms/plugins/kalender//afbeeldingen/kalenderpijllinks.png') no-repeat center center;
}

.kalendermaand {
	position:relative;
	float:left;
	text-align:center;
	width:134px;
	color:#fff;
}

.kalenderpijlrechts {
	position:relative;
	float:right;
	font-size:0px;
	line-height:0px;
	width:16px;
	height:16px;
	cursor:pointer;
	cursor:hand;
	background: url('http://www.jozefdumoulin.com/cms/plugins/kalender//afbeeldingen/kalenderpijlrechts.png') no-repeat center center;
}

.kalenderblok {
	background-color: #EEE;
	position:relative;
	width:165px;
	border: 2px solid #CCC;
	border-top:0px;
	padding:5px 0px 5px 3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	clear:both;
	cursor:pointer;
	cursor:hand;
}

.kalenderdag {
	font-size:9px;
	position:relative;
	float:left;
	width:19px;
	height:15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin:2px 2px;
	text-align:center;
}
.gekozen {
	background-color: #b5d5ff;
}