html, body
{
	height: 75%;
}

body
{
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0;
	margin-left: 0;
	background-color: #00631E;
}

div#test
{
	height: 75%;
}

#archus
{
	display: block;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

td
{
	font-family: Arial;
	font-size: 10pt;
}


a.menu
{
	font-family: Arial Narrow;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none
}

.overflow
{
	height: 100%;
	width: 100%;
	overflow: auto;
}

.td1
{
	background-image: url('images/achtergrond_menu.gif')
}

.td2
{
	background-image: url('images/boven.gif');
	background-color: #9D0004;
}

.td3
{
background-image: url('images/links.gif');
}

.td4
{
	background-image: url('images/achtergrond.gif');
}

.td5
{
	background-image: url('images/rechts.gif');
}

.td6
{
	background-image: url('images/onder.gif');
}

.table1
{
	height: 100%;
	background-color: #9D0004;
}

.table2
{
	height: 100%;
	width: 100%;
}

.binnenspeeltuin
{
	background-image: url('images/collage_binnenspeeltuin.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.buitenspeeltuin
{
	background-image: url('images/collage_buitenspeeltuin.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.midgetgolf
{
	background-image: url('images/collage_midgetgolf.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.treinentuin
{
	background-image: url('images/collage_treinenbaan.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.restaurant
{
	background-image: url('images/collage_restaurant.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.algemeen1
{
	background-image: url('images/collage_algemeen1.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.algemeen2
{
	background-image: url('images/collage_algemeen2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

.algemeen3
{
	background-image: url('images/collage_algemeen3.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

/* CSS voor agenda */
#calendar
{
	text-align: center;
	width: 450px;
	/*margin: 0 auto;*/
}

div.day, div.day_reserved
{
	width: 50px;
	height: 50px;
	margin: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px; 
	float: left;	
	background-color: #E9E9E9;
	text-align: left;
}

div.day_reserved
{
	background-color: #FF0000;
}

.clr
{
	clear: both;
}