@charset "utf-8";
body {
	background-color: #8F9499;
	margin: 0px;
}
.voettekst{
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5b43;
	font-size: 10px;
	font-weight: bold;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B291E;
	font-size: 12px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B291E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.link:hover {
	color: #757051;
}
.linkAct {
	font-family: Arial, Helvetica, sans-serif;
	color: #CECBB9;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.linkAct:hover {
	color: #757051;
}
.linkSpacer {
	font-family: Arial, Helvetica, sans-serif;
	color: #757051;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.hoofdtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #947601;
}
.pagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C3A2B;
	text-decoration: none;
}
.pagelink:hover {
	color: #E6E000;
}
.tekstbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B291E;
	font-size: 12px;
	background-color: #E4E4E4;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.beeldmarges {
	margin-right: 20px;
	margin-bottom: 20px;
}
.knop {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFEE00;
	color: #3C3A2B;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF584;
	border-right-color: #C4B500;
	border-bottom-color: #C4B500;
	border-left-color: #FFF584;
}
.knop:active {
	background-color: #D7C700;
	border-top-color: #625A00;
	border-right-color: #FFEC04;
	border-bottom-color: #FFEC04;
	border-left-color: #625A00;
}
.knop:visited {
	background-color: #FFEE00;
	border-top-color: #FFF584;
	border-right-color: #C4B500;
	border-bottom-color: #C4B500;
	border-left-color: #FFF584;
}
#navBar
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#navBar li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial
}
#navBar li a
{
	display: block;
	color: #3C3A2B;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#navBar li a:hover
{
	color: #E6E000;
}

#navBar div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #8b8861;
	border: 1px solid #FFEE00;
}

	#navBar div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #3C3A2B;
	font: 11px arial
}

	#navBar div a:hover
	{	background: #49A3FF;
		color: #FFF}

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

