@charset "utf-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;
}*

body { 	
	background-image:url("images/bg-sub.gif");
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	line-height:22px;
 }
td { 	
	margin: 0px;
 }
#wrap {
	width: 900px;
	margin: 20px auto 0;
}

#header_top {
	background: url(images/header.jpg) no-repeat top center;
	height: 105px;
	width: 850px;
	padding-left: 50px;
}
	
#visual {
	height: 175px;
	width: 900px;
	text-align:right;
}

#maincontent {
	background-color: #ffffff;
	width: 900px;
	text-align: left;
	margin-top: 30px;
}
#maincontent ul li{
	margin-left: 30px;
}
#navigatie {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#bfd525;
	text-align:right;
	line-height:22px;
	padding-right:20px;
	
}
#navigatie .kopje {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#404040;
}

#navigatie .kopje a { text-decoration: none; color: #404040; font-size:18px;  }
#navigatie .kopje a:hover {	text-decoration: underline; color: #404040; }	

#navigatie a { text-decoration: none; color: #009bc9; font-size:12px;  }
#navigatie a:hover {	text-decoration: none; color: #bfd525; }	

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	text-align:left;
	width:725px;
	padding-left:20px;
	line-height:22px;
}
#content .titel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#009bc9;
	text-align:left;
	
}
#content .keyword {
color: #bfd525; font-size:20px;
}

a { text-decoration: none; color: #009bc9; font-size:12px; }
a:hover {	text-decoration: none; color: #bfd525;}	
	
