body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
	line-height: 16px;
	background: #211143;
	}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
A:link {
	color:#C90D6B; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none
} 
A:visited {
	color:#C90D6B; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none
} 
A:hover {
	color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none
}
/* layout structure */
#wrap {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	}
#header {
	margin: 0;
	height: 125px;
	}
#logo {
	float: left;
	padding: 45px 0 0 0;
	}
#navigation {
	float: right;
	}
#content {
	clear: both;
	height: 530px;
	}
/* navigation */
#nav {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	margin: 0;
	padding: 0 0 3px 0;
	}
#nav a {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #A6A1A1;
	padding: 2px 0 0 10px;
	}  breedte is gelijk aan 230 + 10 
#nav a:hover {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #616389;
	padding: 2px 0 0 10px;
	}
#nav a:hover, body#portfolio #a-portfolio a {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #616389;
	padding: 2px 0 0 10px;
	}
#nav a:hover, body#figraph #a-figraph a {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #616389;
	padding: 2px 0 0 10px;
	}
#nav a:hover, body#contact #a-contact a {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #616389;
	padding: 2px 0 0 10px;
	}
#nav a:hover, body#home #a-home a {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #616389;
	padding: 2px 0 0 10px;
	}
#nav a:hover, body#referenties #a-referenties a {
	display: block;
	width: 230px;
	height: 16px;
	color: #FFF;
	text-decoration: none;
	background: #616389;
	padding: 2px 0 0 10px;
	}
/* titels */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color:#616389;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}
