body {
	background-color: #575657;
	margin: 0px;
	padding: 0px;
}

body, p, div, li, span, a, h1 {
	color: white;
	font-family: Arial, Verdana, Serif;
	font-weight: normal;
	font-size: 10pt;
}

a {
	text-decoration: underline;
}

div, img, p, h1, ol, li, hr, hr.lijn {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#header {
	clear: both;
}

#logo {
	margin-left: 20px;
	margin-top: 21px;
	margin-bottom: 5px;
	float: left;
}

#navigatie {
	/* border: 1px solid red;*/
	vertical-align: top;
	list-style: none;
	position: absolute;
	right: 20px;
	top: 28px;
	display: block;
	text-align: right;
	background-color: #575657;
	height: 80px;
	width:470px;
}

#navigatie li {
	float: left;
}

#navigatie a {
	float: left;
	height: 72px;
	text-decoration: none;
	background-repeat: no-repeat;
}

#nieuws {
	width: 270px;	
}

#navigatie span {
	visibility: hidden;
}

hr {
	display: block;
	height: 9px;
	background-image: url(../images/lijnfijn.gif);
	background-repeat: repeat-x;
	clear: left;
	border: none;
	margin: 5px 0px 5px 0px;
}

hr.lijn {
	height: 18px;
	background-image: url(../images/lijn.gif);
}

div.lijn span, div.lijnfijn span {
	visibility: hidden;
}

/* IE Fix voor het centreren */
div.inline_center {
	text-align: center;
}

#content {
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 40px;
}

#content h1 {
	display: block;
	text-align: center;
	clear: both;
	font-weight: normal;
	font-size: 16pt;
}

#content p {
	padding-bottom: 10px;
}

li p {
	padding: 0px;
}

#content ul {
	margin-top: 0px;
}

li ul {
	list-style-type: none;
}

div.thumb {
	float: left;
	height: 250px;
	width: 200px;
	text-align: center;
	margin: 20px;
	padding: 0px;
}

div.thumb p {
	margin-top: 10px;
}

div.thumb a {
	text-decoration: none;
}

#footer {
	clear: both;
	
}

#footer p {
	display: block;
	text-align: right;
	font-style: italic;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9pt;
}

#footer a {
	font-size: 9pt;
}
