@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	background-image:url(images/bg_logo.jpg);
	background-color:#27637f;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
}
h2 {
	color:#1F506D;
}
a:link {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#main_container {
	width:780px;
	background:#F5FBFC;
	margin:auto;
	margin-top:0px;
	margin-bottom:5px;
	overflow:auto;
}
#main {
	width:776px;
	margin:auto;
	overflow:auto;
}
#header {
	
}
#header_img {
	height:252px; 
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#header_menu {
	height:34px;
	background-image:url(images/bg_menu.jpg);
	padding-top:15px;
}
#header_menu ul {
	margin:0 0 0 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
#header_menu a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#header_menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#header_menu a:active {
	color:#FFFFFF;
	text-decoration:overline;
	font-weight:normal;
}
#header_menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}

#header_menu ul li {
	display:inline;
	margin-left:7px;
	margin-right:22px;
}

#content {
	padding:40px 0 0 40px;
}
#footer {
	width:776px;
	margin:auto;
	margin-bottom:50px;
	color:#FFF;
	font-size:10px;
}

/* ----------------- home ------------------*/


#inleiding {
	width:360px;
	float:left;
	font-size:12px;
	margin-right:30px; 
}
#video {
	float:left;
}
#blokjes {
	clear:both;
}
#blokje {
	background-color:#C3E8F8;
	float:left;
	width:178px;
	height:115px;
	margin-right:35px;
	margin-top:40px;
	margin-bottom:40px;
	padding:15px;
}
#blokje .kopje {
	color:#1F506D;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:capitalize;
}



/* ----------------- pages ------------------*/


#left-column {
	width:320px;
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}
#right-column {
	width:320px;
	float:left;
	margin-bottom:40px;
}
#lid-worden-blokje {
	background-color:#C3E8F8;
	float:left;
	width:320;
	margin-left:15px;
	margin-top:40px;
	margin-bottom:40px;
	padding:15px;
}
#lid-worden-blokje .kopje {
	color:#1F506D;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:capitalize;
}

