body {
	margin: 0px;
	padding: 0px;
	background: #a8d3f0;
	margin: 0px;
	padding: 20px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	text-align: center;
}

h2 {
	margin: 0px;
	padding: 0px;
}

a {
	color: #8f037c;
	text-decoration: underline;
}

	a:hover {
		color: #000;
	}

	h2 a {
		color: #000;
		text-decoration: none;
	}

div#main {
	background: #ffffff;
	clear: both;
	text-align: left;
	padding: 20px;
}

div#footernote {
	text-align: center;
}

	div#footernote a {
		color: #000;
	}
	
a#headerlogo {
	width: 102px;
	height:102px;
	display: block;
	margin: 0 auto 0 auto;
	background-image:url('../images/hilversum_logo.jpg');
	background-repeat: no-repeat;	
}	

div#headertext {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

	div#headertext h1 {
		margin: 0px;
		padding: 0px;
		font-size: 32px;
		line-height: 32px;
		font-weight: normal;
		color: #000;
	}
	
		div#headertext h1 a {
			color: #000;
		}

div#left {
	width: 20%;
	float: left;
}

div#main div#content {
	width: 80%;
	float: left;
}

/* hide stuff */

div.homeBlock_2 img {
	display: none;
}

div.homeBlock_1,
div.homeBlock_3,
div.homeBlock_4 {
	display: none;
}

div#mobile_left,
div#mobile_right,
div#mobile {
	display: none;
}

div#menu {
	display: none;
}

div#footer {
	display: none;
}

div#main table tr td img {
	display: none;
}