@charset "utf-8";
/* CSS Document */
.blacktext {
	color:#404040;	
}
body, body * {
	margin: 0px;
	padding: 0px;
	position: relative;
}

body {
	
	text-align: center;
}

   
#shadow {
	width: 955px;
	background-image: url(../afbeeldingen/spacer.jpg);
	text-align: left; 
	margin: auto;
	font-size: 14px;
	color: #404040;
	
	font-family: Calibri, Myriad Pro, Verdana, Helvetica, sans-serif;
}
#header {
	height: 142px;
	background-image: url(../afbeeldingen/header.jpg);
	color: #FFF;
	width: 955px;
	
}

#header #headcontent {
	float: right;
	height: 120px;
	right: 50px;
	top: 39px;
	text-align: right;
}

#header #headcontent a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}
#container {
	margin-top: 10.25px;
	margin-left:45.5px;
	width: 862px;
	
}
#container #nav {
	height: 60px;
	top: -10px;
	text-align: left;
}
#container #nav ul {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
}
#container #nav ul li {
	display: inline;
	list-style: none;
}
#container #nav ul li a {
	text-decoration: none;
	color: #101090;
	font-size: 25px;
	margin-right:25px;
}

#container #nav ul li .active {
	text-decoration: none;
	color: #101090;
	font-size: 25px;
	margin-right: 25px;
	background-image: url(../afbeeldingen/pijldown.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container #nav ul li a:hover {
	text-decoration: none;
	color: #999;
	font-size: 25px;
	margin-right: 25px;
	/*background-image: url(../afbeeldingen/pijldown.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#container #nav ul li a span {
	display: inline-block;
	height: 30px;
}
#container #content {
	width: 862px;
	
}

/*links menu voor alle pg buiten referenties*/
#container #content #links {
	float: left;
	width: 147px;
	text-align: left;
}

#container #content #links ul li {
	list-style: none;
	display: block;
}
#container #content #links ul li a {
	color: #101090;
	font-size: 15px;
	text-decoration: none;
	left: -10px;
}
#container #content #links ul li .activeleft {
	color: #101090;
	font-size: 15px;
	background-image: url(../afbeeldingen/pijlrechts.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#container #content #links ul li span{
	margin-left: 10px;
}

/*breder links menu*/
#container #content #links2 {
	float: left;
	width: 180px;
	text-align: left;
}

#container #content #links2 ul li {
	list-style: none;
	display: block;
}
#container #content #links2 ul li a {
	color: #101090;
	font-size: 15px;
	text-decoration: none;
	left: -10px;
}

#container #content #links2 ul li p {
	color:#101090;
	font-size: 16px;
	font-weight: bold;
}

#container #content #links2 ul li .activeleft {
	color: #101090;
	font-size: 15px;
	background-image: url(../afbeeldingen/pijlrechts.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#container #content #links2 ul li span{
	margin-left: 10px;
}

#container #content #mid {
	width: 430px;
	text-align: left;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
}
#container #content #mid p {
	left: 25px;
}
#container #content #mid h3 {
	left: 25px;
	color: #101090;
	
}
#container #content #mid h2 {
	left: 25px;
	color: #101090;
	font-size: 24px;
}
#container #content #mid h1 {
	left: 25px;
	color: #101090;
	font-weight: normal;
	font-size: 24px;
}

#container #content #mid li {
	left: 37px;
	list-style-image:url(../afbeeldingen/opsomming.jpg);
	color:#101090;
}
#container #content #mid img {
	left: 25px;	
}
#container #content #mid object {
	left: 0px;	
}

#container #content #mid table {
	left: 25px;	
}

#container #content #mid table .kolom {
	
	color:#101090;
	font-weight:bolder;
	font-size:14px;
	
}

#container #content #tableref table {
	left: -5px;	
}

#container #content #rechts {
	width: 220px;
	top: 5px;
	text-align: right;
	float: right;
	display: inline-block;
	
}
#container #content #foeter {
	clear: both;
	height: 70px;
}
#footer {
	font-size: 12px;
	color: #FFFFFF;
	float: none;
	text-align: center;
	width: 950px;
	height: 40px;
	background-image: url(../afbeeldingen/footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	color: #FFFFFF;
}

#footer p {
	padding: 8px;
}

