/* Algemeen */
* {margin:0;padding:0}
body {
	color:#ffffff;
	background-color:#071109;
	background-image:url(../img/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font: 75% Arial, sans-serif;
	margin-left:-60px;	
}
a {
	color:#ffffff;
}
a:hover {
	text-decoration:none
}
h1 {
	font-size:180%;
	font-weight:normal;
	color:#eeeeee;	
	padding-left:14px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
}
h2 {
	font-size:120%;
	color:#eeeeee;
	margin-bottom:6px;
}
img {
	border:none
}
blockquote {
	margin:5px 0 10px 20px;
}
ul {
	margin:10px 0 15px 30px;
}
/* Structuur */
#wrapper {
	margin:0 auto 0 auto;
	width:1000px;
	background-image:url(../img/bg_wrapper.jpg);
	background-repeat:repeat-y;
}
#hoofding {
	width:1000px;
	height:361px;
	background-image:url(../img/bg_header.jpg);
	font-size:0px;
}
#icoontjes{
	height:361px;
	width:75px;
	float:right;
}
#links {
	width:223px;
	float:left;
	margin-top:-189px;
}
#rechts_titel {
	width:729px;
	height:20px;
	margin-top:20px;
	float:right;
}
#rechts_content { /* IE6 etc */
	width:690px;
	min-height:360px;
	height:360px;
	margin:30px 0 45px 0;
	padding-right:39px;
	float:right;
	line-height:180%;
}
html>body #rechts_content {
	height:auto;	
}

#footer {
	width:1000px;
	height:45px;
	clear:both;
	text-align:right;
	font-size:80%;
	color:#aaaaaa;
	background-color:#071109;	
}
/* Menu */
#menu {
	width:170px;
	float:right;
}
.knop {
	width:170px;
	overflow:hidden;		
	height:40px;
	background-image:url(../img/knop.gif);
	background-repeat:no-repeat;
}
.knop_select {
	width:170px;
	overflow:hidden;			
	height:40px;
	background-image:url(../img/knop_select.gif);
	background-repeat:no-repeat;	
}
a.knoplink{
	color:#ffffff;
	text-decoration:none;
	width:151px;
	height:24px;	
	float:left;
	padding:15px 0 0 18px;
	font-weight:bold;
	font-size:110%
	}	
a.knoplink:hover{
	text-decoration:none;
	width:149px;	
	padding:15px 0 0 20px;
}
/* Diversen */
.linkedin {
	margin:-16px 0 -8px 5px
}
a.webstylers {
	color:#aaaaaa;
	text-decoration:none
}
a.webstylers:hover {
	color:#eeeeee;
}
