/*	cvb*webdesign Harderwijk stylesheet. All rights reserved. */
	
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/background.png) top left repeat;
	font-family: Georgia, Times New Roman, serif;
	color: #5f5f5f;
}

p {
	font-size: 12.5px;
	margin-bottom: 10px;
	line-height: 15px;
}

a {
	color: #48AFF0;
}

img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	background: url(../images/header_background.png) top left repeat-x;
}

#container {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	overflow: hidden;
	width: 100%;
	height: 40px;
	padding: 17px 0;
	margin-bottom: 30px;
}

#header h1 {
	background: #fff;
	color: #3d3c41;
	font-weight: bold;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	padding: 0 3px;
}

#header h2 {
	color: #3d3c41;
	font-style: italic;
	display: block;
	float: right;
	margin-top: 5px;
}

#linkerkolom {
	width: 300px;
	margin-right: 20px;
	display: block;
	float: left;
}

#linkerkolom .blokje {
	background: #fff;
	padding: 10px;
	width: 280px;
	margin-bottom: 20px;
}

#linkerkolom .blokje h3 {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3d3c41;
}

#rechterkolom {
	width: 620px;
	overflow: hidden;
	display: block;
	float: left;
}
#rechterkolom .portfolio-item {
	width: 580px;
	overflow: hidden;
	background: #3c3c40;
	padding: 10px 20px;
	margin-bottom: 10px;
}

#rechterkolom h3 {
	margin-top: 15px;
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #efdd26;
}

#rechterkolom p {
	color: #fff;
	margin-bottom: 20px;
}

#rechterkolom a {
	color: #dcd58b;
}

.lichtgrijs {
	background: #5f5f64 !important;
}
