
body {
	text-align: center;	
	font-family: helvetica, arial sans-serif;
	color: black;
	text-align: left;
	font-size: 10pt;
	line-height: 16pt;
}

#clear, .clear {
	clear: both;
}

#kop {	
	margin-left: auto;
	margin-right: auto;
	width: 800px;		
	padding: 50px 0px 50px 0px;	
}

#kop a {
	border: none;
}

#menu {		
	width: 100%;	
	background-color: #11668E;		
}

#nav {
	margin-left: auto;
	margin-right: auto;
	width: 800px;		
	height: 38px;
	background-image: url(../gfx/rand.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#nav ul {
	margin: 0;
	padding: 0;		
}

#nav li {
	float: left;			
	background-image: url(../gfx/rand.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

#nav a {
	display: block;
	font-size: 11pt;
	padding: 	8px;
	font-weight: bold;
	text-decoration: none;	
	color: #fff;			
}

#nav a:hover {
	background-color: #1A99D7;	
	background-image: url(../gfx/arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;		
}

#nav a.actief {
	background-color: #1688BE;
}

#pagina {
	margin-left: auto;
	margin-right: auto;
	width: 800px;		
}
	
#inhoud { 
	clear: both;
	min-height: 350px; 
	width: 100%;
	padding: 25px; 
}

h1 {
	font-weight: bolder;
	font-size: 15pt;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
}

.vcard .fn {
	font-weight: bold;
	font-height: 15pt;
}

.vcard span {	
	display: block;			
}

.postal-code {	
	float: left;
	margin-right: 8px;
}

div.portfolio {
	margin-top: 25px;
}

div.portfolio img {
	width: 300px;
	margin-right: 10px;
	float: left;
	border: 1px solid #11668E;
}

#voet {
	clear: both;
	width: 100%;
	border-top: 3px solid #11668E;	
	margin-top: 50px;
	text-align: right;
	padding-right: 10px;
}

#voet a {
	text-decoration: none;
	color: #11668E;
}