body {
	font: 11px verdana; 
	color: #000; 
	background-color: #fff; 
	margin: 0px;
	text-align: center;
}

td {
	font: 11px verdana; 
	color: #000; 
}

#container {
	text-align: left;
	width: 980px;
	height: auto;
	margin: 0px auto;
}

/* #### HEADER #### */
#header {
	top: 0px;
	height: 94px;
	background-color: #40709F;
	color: white;
	padding: 10px 0px 0px 20px;
	z-index: 1;
}

#hlinks {
	float: left;
}

#hrechts {
	float: right;
	padding-right: 10px;
	text-align: right;
}

#hrechts a {
	color: White;
	font-weight: bold;
}

#headermenu {
	position: absolute;
	top: 83px;
	height: 21px;
	padding-left: 20px;
	z-index: 2;
}

#headermenu a { 
	text-decoration: none; 
	color: #fff;
	font: Tahoma 20px;
}

#headerfotos {
	top: 100px;
	height: 200px;
	background-color: #D2D2D2;
	padding: 5px 0px 5px 0px;
	margin-bottom: 1px;
	z-index: 3;
}

.image {
	border: 1px solid white;
	margin-right: 4px;
}

#scroller {
	overflow:hidden; 
	width:978px; 
	height:200px; 
	z-index:3; 
	position:absolute; 
	top:120px;
	margin-left: 1px;
	margin-right: 1px;
}

#content {
	position: absolute;
	top: 315px;
	padding: 0px; 
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#leftcolumn {
	float: left;
	width: 629px;
	padding: 0px;
/*	background-color: pink;
*/	margin-right: 1px;
}

#rightcolumn {
	float: left;
	width: 350px;
	margin: 0px;
/*	background-color: lime;
*/}

.containermetheader {
	border: 1px solid #40709F; 
	margin-bottom: 1px;
}

.special {
	width: 313px;
	border-bottom: 1px solid #D2D2D2;
/*	background-color: Fuchsia;
*/}

.specialleft {
	float: left;
	background-color: #D2D2D2;
/*	background-color: pink;
*/	text-align: center;
	padding: 5px;
	width: 135px;
	height: 135px;
}

.specialright {
	float: left;
	padding: 2px;
	width: 155px;
	height: 141px;
	overflow: hidden;
/*	background-color: aqua;
*/}

.niodbox {
	width: 348px;
/*	background-color: red;
*/}

.imageleft {
	float: left;
	background-color: #D2D2D2;
	text-align: center;
	padding: 6px;
	width: 135px;
	height: 135px;
/*	background-color: pink;
*/}

.textright {
	float: left;
	padding: 2px;
	width: 196px;
/*	background-color: aqua;
*/}

.specialimage {
	border: 1px solid white;
}

h1.homepage {
	background-color: #40709F;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	margin: 0px;
}

/*#### ALGEMEEN ####*/
h1 {
	color: black;
	font-weight: bold;
	font-size: 14px;
}

.text {
	padding: 2px;
}

.bigtext {
	padding: 2px;
	font-size: 12px;
}

li.instituten {
	line-height: 20px;
}

.switchleft {
	margin-left: 22px;
}

.switchright {
	margin-right: 22px;
}

ul {
	padding: 1px 10px 2px 10px;
	margin: 1px 10px 2px 10px;
}

a {
	color: #40709F;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a.instituten:link {
	color: #40709F;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

a.instituten:hover {
	color: black;
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
}

a.instituten:visited {
	color: gray;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

