@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	height: 309px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #ffffff;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #DFE0E1;
	background-image: url(images/bgr.gif);
	background-repeat: no-repeat;
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 110px;
	height: 900px;
}
.oneColFixCtrHdr #footer {
	background:#ffffff;
	height: 50px;
}
.naw {
	position: relative;
	left: 204px;
	top: 90px;
	height: 150px;
	width: 200px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.naw a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
.naw a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: underline;
}
.nawkop {color: #EA690C;
}
.nawfooter {
	position: relative;
	height: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: center;
}
.nawfooter  a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
.nawfooter a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-decoration: underline;
}
.tekst {
	width: 550px;
	float: left;
	height: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
#tekst ul {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-left: 0px;
}
.tekstoranje {color: #E88137}
.koporanje {
	font-size: 18px;
	color: #EA690C;
	font-weight: bold;
	line-height: 30px;
}
.kopzwart {
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}
.subkopgrijs {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	line-height: 20px;
}
.socialmedia {
	height: 55px;
	width: 164px;
}
.netwerken {
	float: left;
	width: 164px;
	padding-left: 60px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EA690C;
	top: 170px;
	position: relative;
	line-height: 10px;
	padding-top: 5px;
}

