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

html {
	height:				100%;
}

body {
	color:				#fff;
	background-color:	#FFFFFF;
	background-image:	url(../images/background_h.jpg);
	background-repeat:	repeat-x;	
}



strong {
	font-weight:		bold;
	font-size:			16px;
}


 
h1 {
	font-size:			28px;
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#fff;
	text-align:			center;
	font-weight:		bold;
}

h2 {
	font-size:			28px;
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#4B2857;
	text-align:			center;
	font-weight:		bold;
}

h3 {
	font-size:			25px;
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#FFF;
	text-align:			center;
	font-weight:		bold;
}
p {
	font-size:			11px;
	line-height:		16px;
	font-family: 		Arial, Helvetica, sans-serif;
	text-align:			justify;	
}

em {
	font-style:			italic;
	text-align:			right;
	float: 				right;
	font-size:			11px;
	line-height:		16px;
	font-family: 		Arial, Helvetica, sans-serif;
}

a {
	text-decoration:	none;
	color:				#4B2857;
	outline-style:		none;
	font-size:			12px;
}

a:hover  {
	text-decoration:	none;
	color:				#fff;
	outline-style:		none;
	font-size:			12px;
}

div.clear {
	clear:				both;
	height:				1px;
}

/* cross browser footer techniek */
/* div#clearer {
	clear:				both;
	line-height:		135px;
}*/


/* ------------------------------------------------ // container */
div#container {
	width:				960px;
	min-height:			100%;
	margin:				0px auto 0px auto;
}

/* ------------------------------------------------ // header */


div#logo {
	width:				960px;
	height:				121px;
	background-image:	url(../images/logo.jpg);
	background-repeat:	no-repeat;
	background-position: center;
	margin-top:			33px;
}


/* ------------------------------------------------ // menu */
div#menu {
	width:				872px;
	float:				left;
	min-height:			38px;
	margin-left:		46px;
	margin-top:			16px;
}
div#menu ul#nav {
	margin:				0px;
	padding:			0px;
	list-style:			none;
	float:				left;
	}
div#menu ul#nav li {
	margin:				0px;
	padding:			0px;
	list-style:			none;
	float:				left;
}

/* ------------------------------------------------ // content */
div#content {
	width:				960px;
	height:				auto;
	float:				left;
	background-color:	#FFFFFF;
	margin-top:			20px;
	}
	
div#purple {
	width:				200px;
	height:				379px;
	float: 				left;
	background-color:	#4b2857;
	color:				#fff;
	padding-left:		21px;
	padding-right:		21px;
	padding-top:		30px;
	}
	
div#purple-groot {
	width:				672px;
	height:				378px;
	float: 				left;
	background-color:	#4b2857;
	color:				#fff;
	padding-left:		21px;
	padding-right:		21px;
	padding-top:		30px;
	}
	
div#wit {
	width:				352px;
	height:				186px;
	float: 				left;
	margin-left:		4px;	
	color:				#4B2857;
	padding-left:		21px;
	padding-right:		21px;
	padding-top:		25px;
	margin-right: 		63px;
	}
	
div#wit-klein {
	width:				195px;
	height:				186px;
	float: 				left;
	color:				#4B2857;
	padding-left:		21px;
	padding-right:		21px;
	padding-top:		25px;
	margin-right: 		4px;
	}
	
div#blauw {
	width:				199px;
	height:				186px;
	background-color:	#889FB9;
	float: 				left;
	color:				#fff;
	margin-left:		4px;
	padding-left:		21px;
	padding-right:		21px;
	padding-top:		25px;
	margin-bottom:		20px;
	}

div#blauw-groot {
	width:				423px;
	height:				186px;
	background-color:	#889FB9;
	float: 				left;
	color:				#fff;
	padding-left:		21px;
	padding-right:		21px;
	padding-top:		25px;
	margin-bottom:		20px;
	}


	
table tr td {
	height:				10px;
	font-family:		Arial, Helvetica, sans-serif;	
	font-size:			11px;
	color:				#fff;
	padding:			0px;
	margin:				0px;
	text-align:			justify;
	}
	
div#wit table tr td {
	font-family:		Arial, Helvetica, sans-serif;	
	font-size:			11px;
	color:				#4B2857;
	padding:			0px;
	margin: 			0px;
	text-align:			justify;
	}

/*------------------------------------------------ // footer */
/* cross browser footer techniek */
/*div#footer {
	clear:				both;
	margin:				0px auto 0px auto;
	height:				135px;
	width:				960px;
	background-color:	#ffffff;
	background-image:	url('../images/verloop_zw.jpg');
	background-position:center bottom;
	background-repeat:	repeat-x;
}*/


/*-http://www.cabribouw.nl/stylesheets/reset.css

@charset "utf-8";*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
/*html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

http://www.cabribouw.nl/css/style.css

div#content h3 {
	margin-bottom:		15px;
}
*/