body {
	margin: 0px;
	font-family: sans-serif;
	background-color: #a7c6d8;
}

#main {
	margin-top: 10px;
	text-align: center;
	min-width: 28em;
	max-width: 31em;
	margin-left: auto;
	margin-right: auto;
}

#main a:link {
	color: #BE311A;
}

#main a:visited {
	color: #CE412A;
}

#navbar {
	margin-top: 5px;
	width: 100%;
	border-top: 1px solid #666;
	text-align: center;
	font-size: small;
	margin-bottom: 10px;
}

#disclaimer {
	font-size: x-small;
	font-family: helvetica, arial, sans-serif;
	color: #333333;
}

#content {
	font-family: serif;
	color: black;
	text-align: left;
	width: 100%;
}

#content h1 {
	margin-left: -3px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	padding-left: 0px;
}

#content h2 {
	font-size: larger;
	padding-bottom: 3px;
	margin-bottom: 0px;
}

img.imagemain {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
}

p.firstpar {
	margin-top: 0px;
}

img {
	border: 0px;
}

.nieuwskop {
	border-bottom: 1px solid #666; 
	border-top: 1px solid #666; 
}

.nieuwskop h2 {
	margin-top: .2em;
}

.nieuwsitem {
	padding-top: .5em;
}

.nieuwsitem h3 {
	font-size: medium;
	margin-bottom: 0em;
}

