body {
	margin:0;
	padding:0;
	
}


div#wrapper {
	height:100%;
	width:1000px;
	margin:0 auto;
	padding-top:60px;
}
a:link, a:visited {
    color:#009fd7;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
a img {
    border-width:0;
}

div#topbar {
	height:97px;
	background-repeat:repeat-x;
	background-color: #FFFFFF;

}

div#topbar-all {
	width:984px;
	height:97px;
	margin-left:292px;
	background-image:url(../images/logo-all.gif);
}

/*div#topbar-logo {
	width:253px;
	height:67px;
	margin-left:300px;
	background-image:url(../images/logo-zicht.gif);
}*/

/*div#topbar-logo-dia {
	width:261px;
	height:82px;
	background-image:url(../images/logo-dia.gif);
}*/

div#video-bg {
	height:435px;
	background-repeat:repeat-x;
	background-color: #f5f6f8;
}

div#video {
	text-align:center;
}

div#video-border {
	height:4px;
	background-repeat:repeat-x;
	background-color: #009fd7;
}

div#content-bg {
	height:795px;
	background-color: #dde1e7;
	
}

div.left {
	margin-right:35px;
	margin-bottom:38px;
	float:left;
}

div.right {
	margin-right:0px;
	margin-bottom:38px;
	float:left;
}

div#footer {
	height:90px;
	background-repeat:repeat-x;
	background-color: #2c2c2c;
}

.download{
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top:30px;
	font-family: Arial;
	font-weight:600;
	font-size:17px;
	text-align:center;
	color:#009fd7;
}

.footer{
	font-family: Arial;
	font-size:12px;
	margin-left:290px;
	padding-top:38px;
	color:#ababab;
}



