/*css www.buitenzorg.nl */
body, html{
	height: 100%;
}

body{
	background-color: #108A39;
	font-family:  tahoma, verdana, arial;
	font-size: 12px;
	color: #00632F;
	margin: 0;
	padding: 0;
}


div#container{
	background-image: url('/files/layout/bg_02.gif');
	background-repeat: y;
	margin: 0 auto;
	width: 1050px;
}

div#header{
	background-image: url('/files/layout/header.gif');
	background-repeat: no-repeat;
	height: 255px;
	width: 100%;
}

	
div#contents{
	background-image: url('/files/layout/bg_02.gif');
	background-repeat: y;
	width: 1050px;
}

div#spacer{
	width: 95px;
	height: 300px;
	float: left;

}

div#menu{
	background: #15903F url('/files/layout/menu.gif') 0 100% no-repeat;
	width: 182px;
	min-height: 276px;
	float: left;
}

	div#menudisplay{
		/*margin-top: -35px;*/
		padding-bottom: 10px;
	}


	div#menu a{
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		padding-left: 10px;		
	}

		#menu a.level0{
			padding: 3px 0px 5px 10px;
			font-weight: bold;
		}
		#menu a.level1{
			font-size: 11px;
			}

		#menu a.level2{
			font-size: 11px;
			padding-left: 15px;
			margin-top: 3px;
			color: #E9F3ED;
		}

		#menu a.level3{
			font-size: 10px;
			margin: 0px;
		}
			.first{
				margin-top: -2px;
			}

			.last{
				margin-bottom: 4px;
			}

div#text{
	/*position: absolute;
	top: 0px;
	left: 305px;*/
	float: left;
	margin-left: 20px;
	background: #FFFFFF;
	width: 688px;
}


div#footerblad{
	background-image: url('/files/layout/footer_blad.gif');
	background-repeat: no-repeat;
	height: 46px;
	width: 100%;
}

div#footer{
	background-image: url('/files/layout/footer.gif');
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	height: 22px;
	position: relative;
}

div#footertext{
	position: absolute;
	top: 4px;
	left: 175px;
	letter-spacing: 2px;
	}

div#image{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}



/*Algemeen */

h1{
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
}

h2{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a{
	color: #783B4C;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


	




