
#calenderwrapper {
	font-family: verdana, sans-serif;
	background: #6b6d94;
	/*height: 155px;*/
	width: 160px;
	color: #000;
	font-size: 9px;
}
#calendercontent {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#calendermonth {
	color:#fff;
	font-weight: bold;
	/* top right bottom left */
	margin: 0px 0px 5px 0px;
}
#calenderoverview {
	background: #cccedb;
}

#calenderweek {
	background: #393c71;
	color: #FFFFFF;
	height: 20px;
}
.calendercontenthokje {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}

.calendercontenthokjegroen {
	background: #0f0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}

.calendercontenthokjegeel {
	background: #ff0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}

.calendercontenthokjeoranje {
	background: #f80;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}

.calendercontenthokjerood {
	background: #f00;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}

.calendercontenthokjeblauw {
	background: #9092B0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	float: left;
}