/* zet eerst alle marges en padding op 0, dan kan je per tag universeel instellen: */
* {
margin:0;
padding:0;
}
/* verberg de focus-stippellijntjes rond plaatjes: */
:focus {
outline: 0;
}
body {
	background-image: url(../pics/page_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-top: 0px;
	background-color: #666666;
}
ul {
	padding-left: 20px;
	margin-bottom: 12px;
}
#basis {
	position:relative;
	left:0px;
	top:0px;
	width:865px;
	height:591px;
	margin:0 auto;
	z-index:1;
}
strong {
	font-weight: normal;
	color: #FFF;
}
.geenbovenmarge {
	margin-top: 0px;
}
p {
	margin-bottom: 12px;
}
#apCursus p {
	margin-bottom: 4px;
}
#apCursus ul {
	margin-bottom: 4px;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 12px;
	padding-bottom: 0px;
}
h3 {
	font-size: 9px;
	font-weight: normal;
	color: #373737;
}
a:link {
	color: #FF9;
	text-decoration: none;
}
a:visited {
	color: #FF9;
	text-decoration: none;
}
a:hover {
	color: #FF0;
	text-decoration: underline;
}
a:active {
	color: #FF9;
	text-decoration: none;
}
.centreer {
	text-align: center;
}
#apSubmenu a:link, #apSubmenu a:visited, #apSubmenu a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FDE59B;
	text-decoration: none;
}
#apSubmenu a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#apSubmenu .menuitem {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
form {
	font-size: 11px;
	color: #FFC;
}
input {
	font-size: 12px;
	color: #FFC;
	background-color: #666;
	padding: 3px;
	border: 2px solid #333;
	width: 200px;
}
select {
	font-size: 12px;
	color: #FFC;
	background-color: #666;
	padding: 3px;
	border: 2px solid #333;
	width: 210px;
}
textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFC;
	background-color: #666;
	padding: 3px;
	border: 2px solid #333;
	width: 200px;
}

