html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote, pre, fieldset, input, img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
html,body{
	color: #628d5d;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
#container{
	background-color: #FFFFFF;
	width: 666px; /*222 per maand*/
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;	
}
a{
	color: #3f573c;
	text-decoration: none;
}
ol#jaartalList {
	text-align: center;
}

ol#jaartalList li {
	display: inline;
}
.bicon{
	display: block;
	float: left;
	width: 190px;
	height: 200px;
	margin: 5px;
	padding: 10px;
	border: 1px solid #355931;
}
ol.dagenvandemaand li{
	display: block;
	float: left;
	position: relative;
	width: 24px;
	height: 24px;
	line-height: 18px;
	background-color: #d6ffc2;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	color: #444789;
}
ol.dagenvandemaand li.weekdagen{
	text-align: center;
	line-height: 24px;
	background-color: #a5d5d0;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #8cb1ad;
}
ol.dagenvandemaand li.voorloopdagen
{
	background-color: white;
	cursor: default;
}
ol.dagenvandemaand li.DagBezet, ol#bezetting li ol.bezettingDagenVanDeWeek li.DagBezet{
	background-color: #ffdc52;
}

div.startend{
	position: absolute;
	z-index: 2;
	display: block;
	width: 12px;
	height: 24px;
	background-color: #d6ffc2;
}
div.left{
	left: 12px;
}	

ol.dagenvandemaand li.DagBezet, ol#bezetting li ol.bezettingDagenVanDeWeek li.DagBezet{
	background-color: #ffdc52;
}

div.right{
	right: 12px;
}

div.wisseldag{
	position: absolute;
	z-index: 2;
	display: block;
	width: 10px;
	height: 24px;
	background-color: #ffdc52;
}
ol.dagenvandemaand li.Vandaag
{	
	width: 24px;
	height: 24px;
	background-color: #d4d6d3;
}	
