/*
	Kleurgebruik
	Wit:   #ffffff
	Groen: #61828a
	Goud:  #a57e22
	Beige: #ddcfa1
	Grijs: #c9c9c9
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #61828a;
}
body {
	background: #c9c9c9 url(achter.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
}

#header {
	background-color: #ffffff;
}
#content {
	padding: 38px 35px;
	margin: 0;
}

	#content ul {
		margin: 0;
		padding: 0;
	}

	#content li {
		margin: 0 0 0 14px;
		padding: 0;
		list-style-image: url(bullet.gif);
	}

	#content li a {
		color: #61828a;
		text-decoration: none;
	}

	#content li strong, #content li a:hover  {
		color: #a57e22;
	}


#footer {
	color: #ffffff;
	background-color: #61828a;
	padding: 0 17px;
	font-weight: bold;
}

	#footer h1 {
		display: none;
	}

	#footer a {
		color: #ffffff;
		text-decoration: none;
	}

	#footer a:hover  {
		color: #ffffff;
		text-decoration: underline;
	}


#gold {
	background-color: #a57e22;
}
#topheader h1 {
	display: none;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #61828a;
}

h2,h4,h5,h6 {
	font-weight: bold;
	font-size: 14px;
	color: #61828a;
}

h3 {
	background: url(quoter.gif) no-repeat;
	text-align: center;
	_width: 310px;
	height: 100px;
	font-weight: normal;
	font-size: 12px;
	color: #61828a;
	padding: 25px;
}

a:link, a:visited {
	color: #a57e22;
	text-decoration: none;
}

a:hover, a:active {
	color: #a57e22;
	text-decoration: underline;
}

#navigatie {
	background-color: #ffffff;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	display:block;
}

	#navigatie ul {
		margin: 0;
		padding: 30px 17px 56px 0;
		display:block;
	}

	#navigatie li {
		margin: 0;
		padding: 0;
		border-bottom: #61828a solid 1px;
		list-style-type: none;
		display:block;
	}

	#navigatie a {
		margin: 0;
		padding: 0 22px 0 22px;
		color: #61828a;
		text-decoration: none;
		display: block;
	}

	#navigatie strong, #navigatie a:hover  {
		color: #a57e22;
		display: block;
	}
