/* Algemene waardes */
html, body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:"Helvetica", "Lucida Sans Unicode", "Lucida Grande", "Arial", sans-serif;
	font-size:10px;
	color:#6e6e6e;
}
div#container {
	width:440px;
	margin:0 0 0 15px;
}
.fixfloat {
	margin:0;
	padding:0;
	height:0;
	width:0;
	overflow:hidden;
	clear:both;
}
a img {border:0;}
a {color:#fff; text-decoration:underline;}
a:hover {text-decoration:none;}
/* /Algemene waardes */
/* Header */
div#header {
	width:742px;
	height:97px;
	padding:0px 0 0 0;
}
div#logo {
	width:271px;
	height:86px;
	float:left;
}
div#menu {
	float:right;
	width:465px;
	text-align:right;
	padding:45px 2px 0px 0px;
	color:#999999;
	margin-right: -13px;
}
div#menu a {
	color:#999999;
	margin:0 4px;
	text-decoration:none;
}
div#menu a:hover {text-decoration:underline;}
/* /Header */

/* Nav */
div#nav {width:760px; color:#fff;}
div#welkom {
	width:162px;
	height:154px;
	border: 4px solid #7c5696;
	float:left;
	padding:5px 7px 40px 5px;
	margin-right: 8px;
	background: url(../images/welkom.jpg) bottom no-repeat #66457c;
}
div#project {
	width:162px;
	height:154px;
	border: 4px solid #59719a;
	float:left;

	padding:5px 7px 40px 5px;
	margin-right: 8px;
	background: url(../images/project.jpg) bottom no-repeat #45597c;
	
}
div#portfolio {
	width:162px;
	height:154px;
	border: 4px solid #719a59;
	float:left;
	padding:5px 7px 40px 5px;
	margin-right: 8px;
	background: url(../images/portfolio.jpg) bottom no-repeat #5a7d45;
}
div#contact {
	width:162px;
	height:154px;
	border: 4px solid #598f9b;
	float:left;
	padding:5px 7px 40px 5px;
	margin-right: 8px;
	background: url(../images/contact.jpg) bottom no-repeat #44737d;
}
div#nav p {
	margin:0;
	padding:3px 5px 0 5px;
}
a.bloklink {
	width:159px;
	height:15px;
	color:#a2b9be;
	font-size:11px;
	background:#fff;
	display:block;
	margin:2px 0 0 0;
	text-decoration:none;
	padding:2px 0 0 5px;
}
a.bloklink_top {
	width:159px;
	height:15px;
	color:#a2b9be;
	font-size:11px;
	background:#fff;
	display:block;
	margin:0;
	text-decoration:none;
	padding:2px 0 0 5px;
}
.input {
	width:159px;
	height:15px;
	border:0;
	float:left;
	color:#a2b9be;
	font-family:"Helvetica" "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	margin:2px 0 0 0;
	padding:2px 0 0 5px;
}
.submit {
	margin-right:-1px;
	margin-top:3px;
	width:60px;
	height:16px;
	border:none;
	float:right;
	color:#fff;
	font-family:"Helvetica" "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:url(/images/verzend.png) no-repeat;
	cursor:pointer;
}
/* /Nav */
/* Content */
div#content {width:745px;}
div.kop {
	width:745px;
	background:#e8e8e8;
	height:7px;
	color:#66457d;
	font-size:13px;
	margin:8px 0 0 0;
	padding:0 0 0 7px;
}
div.content_cont {
	width:730px;
	border-bottom:6px solid #e8e8e8;
	border-left:6px solid #e8e8e8;
	border-right:6px solid #e8e8e8;
	padding:3px 5px;
	
}
div#content p {
	letter-spacing:0.5px;
	line-height:16px;
	margin:0;
	padding: 10px 10px 10px 10px;
}
/* /Content */

/* Portfolio */
div#portfolio_page {width:760px;}
div.vak {
	width:180px;
	height:139px;
	background:#e4e4e4;
	color:#8e8e8e;
	float:left;
	margin-right:8px;
	margin-top:8px;
	padding-left:2px;
	padding-top:4px;
}
div.vak_foot {
}
div.vak_top {
padding-left:2px;
padding-bottom:2px;
}
.middle_left {
}
.middle_right {
}
/* /Portfolio */

/* Footer */
div#footer {        
        width:747px;
        padding:10px 0 12px 4px;
        color:#999999;
	text-align:right;
}

div#footer a {color:#999999; text-decoration:none;}

div#footer a:hover {text-decoration:underline;}
/* /Footer */

/* Tekst Opmaak */
span.italic {font-style:italic;}
/* /Tekst Opmaak */
