* { margin: 0; padding: 0; font-family: Helvetica, Verdana, Arial, sans-serif; }
ul { margin: 15px; }
a { color: #3E377A; font-size: 12px; }

body { text-align: center; background: #EFEBE7; }
div#wrapper { width: 1000px; margin-left: auto;	margin-right: auto; }
div#header { width: 100%; height: 310px; background-color: #E8EAE9; }

div#foto {
	height: 100%;
	width: 654px;
	background: url('../images/header.php');
	clear: left;
	float: left;
}

a.logolink {
	display: block; height: 140px; width: 110px; margin-left: 30px; margin-top: 10px;
}

div#menu {
	width: 345px;
	background: #E8E9EB;
	height: 30px;
	float: left;
	clear: right;
	text-align: left;
	background: url('../images/zoek.png') no-repeat 155px -4px;
}
div#menu ul { margin: 0; line-height: 32px; padding-top: 2px; }
div#menu ul li {
	display: inline;
	color: #0A2361;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 14px;
	height: 30px;
}
div#menu ul li a { text-decoration: none; color: #0A2361; }

div#submenu {
	float: left;
	height: 280px;
	width: 150px;
	text-align: left;
}
div#submenu ul { margin: 0; padding: 0; margin-top: 20px; }
div#submenu ul li {
	display: block;
	height: 30px;
	background-color: transparent;
	padding-left: 8px;
	line-height: 30px;
	color: #5A5B5B; 
	font-weight: bold;
	font-size: 0.8em;
}
div#submenu ul li.select, div#submenu ul li:hover { color: #fff; background-color: #9BAAB1; }
div#submenu ul li a { color: #5A5B5B; text-decoration: none; display: block; }
div#submenu ul li:hover a, div#submenu ul li.select a { color: #fff; }

input#zoek {
	background: transparent;
	border: 0;
	color: #0A2361;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	width: 80px;
}
button#zoek_submit {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 22px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

div#logo {
	float: left;
	background: url('../images/logo2.jpg') 30px 10px no-repeat;
	height: 280px;
	clear: right;
	width: 195px;
}

div#content_wrapper {
        background: #fff url('../images/zij.jpg') no-repeat;
	float: left;
	width: 880px;
	padding-left: 120px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 30px;
	min-height: 350px;
}

div.picture { height: 150px; text-align: center; }
div.picture a img { border: 0; }

div.content { width: 28%; float: left; padding-left: 30px; font-size: 0.8em; }
div.content ul {
	margin: 0;
	list-style: none;
	padding: 0;
	padding-top: 10px;
}
div.content ul li {
	height: 20px;
}

div.content h3 a { text-decoration: none; line-height: 30px; font-size: 1.2em;}
div#content1 h3 { color: #45CDFF; }
div#content1 a { color: #45CDFF; }
div#content2 h3 { color: #3E377A; }
div#content2 a { color: #3E377A; }
div#content3 h3 { color: #E1650E; }
div#content3 a { color: #E1650E; }

table.cursustabel { border: 1px solid #000; }
table.cursustabel td { border: 0.5px solid #000; }

