﻿body {
	margin: 0;
	padding: 15px;
	font: 75%/160% verdana, arial,sans-serif;
}

h1
{
	font-size: 1.2em;
}

div.kalender
{
	float: left;
	height: 190px;
	width: 300px;	
}

dt
{
	float: left;
	padding: 0;
	margin: 0;
	height: 20px;
	width: 20px;
}
dd
{
	line-height: 2em;
	height: 20px;
}


table.calendartable
{
	font-size: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 30px;
}
th.monthYear
{
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.calendartable td
{
	font-family: Verdana;
	text-align: center;
	padding: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.bezet-ochtend {
	background-image: url(images/bezet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
.bezet-middag {
	background-image: url(images/bezet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
.bezet {
	background-color: #ECCF5E;
}
.vrij {
	background-color: #FFFFFF;
}

p.extraInfo
{
	padding: 20px 0 0 140px;
	
}


