/* algemeen */
html, body {
   margin: 0px;
   padding: 0px 20px 3px 20px;
}

body {	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color:#333;
		background-color: #F4EFAA;
}

a {
	color:#900;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#header {
	height: 120px;
	padding-top: 10px;
}

#header_left {
	float: left;
}

#header_right {
	font-weight: bold;
	float: right;
	color: #333;
	text-align: right;
	font-size: 90%;
}

#header_right a {
	color: #333;
}

#main { clear: both; }

#menu {	float: left;
	width: 150px;
	text-align: right;
	color: #F8F4C7;
	font-size: 100%;
	font-weight: bold;
}

#menu ul {
	width: 150px;
	margin-left: -20px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#menu li {	
	list-style-type: none;
	width: 140px;
	margin-left: -20px;
	padding: 5px;
	background-color: #900;
	border-bottom: 1px solid #F8F4C7;
}

#menu a {
	color: #F8F4C7;
	text-decoration: none;
}

#menu a:hover {
	color: #f90;
}

#menu a.actief { color: #f90; }

#inhoud {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: 150px;
	padding: 10px;
	background-color: #F8F4C7;
}


.kop {	font-family: "Times New Roman", Times, serif;
	color: #900;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 3px;
}

.submenu { font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	color: #900;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 1px;
}

.submenu a {
	font-weight: normal;
	color: #900;
	text-decoration: none;
}

.submenu a:hover {
	color: #f90;
}

.submenu a.actief { color: #f90; }


#footer {	
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
}

#footer a { color: #333; }

#flashmovie {
	position: absolute;
	left: 40px;
	top: 500px;
}