body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#wrap {
	width: 930px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(../images/layout/frame-herhaal.png) repeat-y;
}
#header {
	border-top: 5px solid #94a2bf;	
	padding: 10px;
}
	#logo {
		margin-left: 15px;
		width: 170px;
		float: left;
	}
	#menu {
		width: 700px;
		float: right;
	}	
		#menu ul {
			margin: 30px 0 0 0;
			list-style: none;
			float: right;
		}
		#menu li {
			display: inline;
		}
		#menu a {
			display: block;
			float: left;
			height: 25px;
			padding: 0 20px;
			text-decoration: none;
			font-weight: bold;
			color: #aaa;
			text-transform: uppercase;
			font-size: 14px;
		}
		#menu a:hover, #menu .actief a {
			text-decoration: none;
			color: #333;
		}
#inhoud {
	padding: 20px;	
}
	#inhoud a, #footer a, .portfolio-tekst a { 
		text-decoration: none;
		border-bottom: 1px dotted #666;
		color: #666;
	}
	#inhoud a:hover, #footer a:hover, .portfolio-tekst a:hover {
		text-decoration: none;
		border-bottom: 1px solid #666;
	}
#portfolio {
	margin: 10px 0 10px 19px;
	width: 885px;
	height: 300px;	
}
.portfolio {	
	width: 885px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	position: relative;
	background: url(../images/portfolio/lader.gif) no-repeat center center;
}
	.portfolio .portfolio-tekst {
		position: absolute;
		bottom: 2px;
		left: 2px;
		width: 875px;
		height: 40px;
		background: #fff;
		opacity: .85;
		filter: alpha(opacity=85);
		-moz-opacity: .85;
		padding: 5px;
	}
		div.navigation { 
			position: absolute; 
			top: 11px; 
			right: 5px; 
		}
		div.navigation div.current, div.navigation a { 
			width: 15px; 
			height: 15px; 
			margin: 0 8px 0 0; 
			float: left; 
			overflow: hidden; 
		}
		div.navigation a:hover { 
			background: #94a2bf; 		
			text-decoration: none; 
			border: 0;			
		}
		div.navigation div.current { 
			background: #94a2bf; 
			border: 0;			
		}
		div.navigation a { 
			text-decoration: none; 		
			display: block; 
			background: #ccc;
			border: 0;
		}	
#footer {
	width: 920px;
	margin: 0 auto;
	padding: 10px;
	background: url(../images/layout/frame-onder.png) no-repeat top;
}
a img { border: 0; }
p {
	margin: 10px 0;
	padding: 0;
}
h1, h2, h3 {
	margin: 3px 0;
	padding: 0;
	color: #666;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
ul {
	list-style-image: url(../images/layout/bull.png);	
}
li {
	color: #333;	
}
.grijs { 
	color: #999; 
	font-size: 10px;
}
.fl { float: left; }
.fr { float: right; }
.cl { clear: both; }
