

				
		#Kalender {
			width:185px;
			background-color: black;
		}

		.maand {
			font-size: 12px;
			text-align: center;
			font-weight:bold;
			color: white;
		}
		
		.maandKnop {
			color:white;
		}
		
		.dag {
			color: white;
			text-align: center;
			width: 20px;
			height: 12px;
			border: 1px solid black;
			cursor: default;
			padding-top: 4px;
		}
		
		.dagnaam {
			border:0;
			height:20px;
		}

		.weekdag {

			color: #ff0000;
	
		}

		.andereMaand {

			font-size: 10px;
			color:#666;

		}

		.vandaag {

			border-color: #fff;
			border-style: solid;
			border-width: 1px;

		}

		.active {
	
			background-color: #ff5f2b;
			color: #fff;

		}

		.dagContent {

			position: relative;
			height: 15px;
			top: 0px;

		}

		.dagLabel {

			position: absolute;
			background-color: #4f82f3;
			bottom: 16px;
			left: -1px;
			visibility: hidden;
			padding: 3px;
			font-size: 11px;
			color: white;
			text-align: left;

		}
		
		.kalenderLink:link {
		
			font-weight: bold;
			color: white;
		
		}
		
		.kalenderLink:hover {
		
			text-decoration: underline;
		
		}
		
		.kalenderLink:visited {
		
			font-weight: bold;
			color: white;
			
		}
