html {
	margin: 0;
	/* border: 1px solid red; */
}

body {
	margin: 0;
	/* border: 1px solid green; */
	font-size: 18px;
}


#container {
	margin: 0px;
	width: 984px;
	position: relative;
}

#kalender_header {
	height: 100px;
}

#text_header, #kalender_main_right, #datum, #favo_toevoegen, #nav, #subMenusContainer, #maand_kalender_menu_boven, #zonsopkomst_zonsondergang, #extra_info_mcal, #extra_info_cal {
	display:none; 
}

#text_header,#kalender_main_right,#navigation_top,#datum {
	display: none;
	width: 0px;
	height: 0px;	
}

#kalender_main_left {
	width:auto;
	float:left;
	padding: 0px;
}

.calendar-title, .calendar-title-link {
	height:36px;
	line-height: 36px;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}

.jaarkalender {
	width: 310px;
	height: 280px;
}

#legenda_feestdagen_jaarkalender {
	width:96%;
	margin:0px;
	font-size:12px;
}

#legenda_feestdagen {
 	text-align: left;
 	width: 900px;
	margin-top: 520px;
	border: 1px solid #DCDCE8;
}

#legenda_feestdagen #legenda_item {
	font-size: 24px;
	line-height: 30px;
}

.calendar-month-title, .calendar-month-title-link {
	height:90px;
	line-height: 90px;
	font-size: 40px;
	color: #000;
	text-decoration: none;
}

.calendar-month td.vandaag, .calendar-month td.vandaag:hover {
	font-weight:bold;
	font-size: 30px;
	color: #fff;
}

.calendar-month th.wknr {
	font-weight:bold;
	font-size: 30px;
	color: #fff;
}

#maand_kalender_wrapper {
	width: 950px;
}

#maand_kalender {
    display:none;
}

.calendar-month {
	width: 950px;
	border: 1px solid #505050;
}


.calendar-month th {
	font-size: 30px;
 	height: 90px;
 	line-height: 90px;
	border-bottom: 1px solid #939393;
}


.calendar-month td {
	font-size: 30px;
	color: #000;
 	height: 90px;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
}

.calendar {
	width: 300px;
	height: 240px;
	border: 1px solid #505050;
}
	
.calendar th {
 	font-size: 18px;
	border-bottom: 1px solid #939393;
}

.calendar td {
	color: #000;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
}

td.vak {
	color: #cc234c;
	font-weight: bold;
}

.calendar .wknr,.calendar-month .wknr  {
	color: #919191;
    background-color: #f4f4f4;
    font-style: italic;
    border-left: none;
	border-right: 1px solid #939393;
	border-bottom: none;
}