@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

a { 
	color:#063b6f;
	text-decoration:none;
}

a:hover {
	color:#0093d5;
	text-decoration:none;
}

.lightblue { 
	color:#0093d5;
	text-decoration:none;
}

.lightblue:hover {
	color:#063b6f;
	text-decoration:none;
}


p {
	margin:0 0 10px 0;
}

.sub {
	font-size:9px;
}

body {
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
}

#container {
	position:absolute;
	width:990px;
	left: 50%;
	margin-left: -495px; /* half of width */
}

/* header */
#header {
	height:167px;
	width:990px;
	padding-top:23px;
	background:url(../afbeeldingen/top-bg.gif) top no-repeat #a4aaa5;
}

#h_title {
	background:url(../afbeeldingen/header_title.gif) top left no-repeat;
	height:67px;
	width:933px;
	float:left;
}

#h_smc {
	background:url(../afbeeldingen/header_smc08.gif) top left no-repeat;
	height:100px;
	width:428px;
	float:left;
}

#h_img {
	background:url(../afbeeldingen/header_img.gif) top left no-repeat;
	height:100px;
	width:505px;
	float:left;
}

/* spacer */
#spacer {
	height:15px;
	width:990px;
}

.spacer {
	height:8px;
	width:933px;
}

/* content */
#content {
	background:#005b96;
	width:990px;
}

#inner_content {
	background:#fff;
	width:933px;
}

#menu {
	width:212px;
	float:left;
}

#text {
	width:560px;
	padding:0 10px;
	border-left:1px solid #a4aaa5;
	border-right:1px solid #a4aaa5;
	float:left;
}

#right {
	width:139px;
	float:left;
}

.kluwer {
	margin:0 0 14px 30px;
}

/* menu */
ul#nav {
	margin:0 0 0 40px;
}

ul#nav li {
	list-style:none;
}

ul#prog {
	margin:0 0 0 40px;
}

ul#prog_2 {
	margin:0 0 0 12px;
}

.blue {
	color:#0093d5;
}

.title {
	color:#063b6f;
	font-size:14px;
	font-weight:bold;
}

#footer {
	height:50px;
	background:url(../afbeeldingen/footer.gif) top left no-repeat; 
	background-color:#005b96;
}

.kopjes {
	font-weight:bold;
	color:#063b6f;
}