#kalenderwrap {
	float: right;
	overflow: hidden;
	/*margin: 25px 25px 0px 0px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	position: relative;
	overflow: visible;
	text-align: right;
	margin: 60px 15px 0px 0px;
	padding: 12px 8px;
	background-image: url(../images/kalender-bg.png);
	width: 200px;
	height: 180px;
	background-repeat: no-repeat;
	}
#kalendertabel {
	padding: 0px;
	margin: 0px;
	margin: 0px;
	}
#kalendertabel .kaldag {
	padding-right: 8px;
	color: #999;
	font-size: 11px;
	}
#maandentabel {
	font-weight: bold;
	color: #EEE;
	}
#maandentabel td {
	}
.cell {
	text-align: center;
	width: 28px;
	min-width: 28px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 11px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #EEE;
	overflow: auto;
	background-color: #F8F8F8;
	background-color: #FFF;
	/*background-image: url(../images/tegelwit.png);*/
	cursor: default;
	}
.vlag {
	cursor: hand;
	cursor: pointer;
	color: #DDD;
	background-color: #080808;
	background-repeat: no-repeat;
	border-right: 1px solid #444;
	border-bottom: 1px solid #555;
	/*background-image: url(../images/tegelzwart.png);*/
	}
.emptycell {
	cursor: arrow;
	width: 28px;
	min-width: 28px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	/*border-right: 1px solid #F6F6F6;
	border-bottom: 1px solid #F6F6F6;*/
	}
.isnu {
	color: #A01;
	font-size: 9pt;
	font-weight: bold;
	}
.vlag:hover {
	background-color: #B10;
	color: #FFF;
	font-weight: bold;
	/*background-image: url(../img/kalgroen.png);*/
	background-repeat: no-repeat;
	}
#kallinks {
	cursor: pointer;
	}
#kalendermaand {
	position: relative;
	}
#kalrechts {
	cursor: pointer;
	}
#kalenderwrap select {
	border: 1px solid #EEE;
	margin: 0px 28px 10px 0px;
	width: 145px;
	}
#kalpop {
	width: 400px;
	background-color: #FFCC00;
	}
.info {
	display: none;
	}
#kalinfo {
	background-color: #FFCC00;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	color: #000;
	z-index: 8000;
	padding: 0px;
	overflow: hidden;
	}
#kalinfo .datum {
	background-color: #A01;
	color: #FFF;
	padding: 2px 7px;
	font-size: 9pt;
	}
#kalinfo .tekst {
	padding: 2px 7px;
	}
#kalinfo a:link, #kalinfo a:visited {
	text-decoration: none;
	color: #000;
	}
#kalinfo a:hover {
	text-decoration: underline;
	color: #000;
	}
