body {
	background-color: #2A2F33;
	margin: 39px;
	font-family: Arial;
	color: #000000;
	font-size: 12px;
} 
/* link opmaak */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.wit {
	color: #FFFFFF;
	text-decoration: none;
}
a.wit:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerlink {
	color: #6B6F72;
	text-decoration: none;
}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link_1 {
	color: #452B04;
	text-decoration: none;
}
a.link_1:hover {
	color: #000000;
	text-decoration: underline;
}
a.link_2 {
	color: #013048;
	text-decoration: none;
}
a.link_2:hover {
	color: #000000;
	text-decoration: underline;
}
a.link_3 {
	color: #2F2F00;
	text-decoration: none;
}
a.link_3:hover {
	color: #000000;
	text-decoration: underline;
}
a.header_3_link {
	color: #FFFFFF;
	text-decoration: none;
}
a.header_3_link:hover {
	color: #828209;
	text-decoration: underline;
}
/* einde link opmaak */

/* blokken linkerkant */
.links_background {
	background-image: url(/inc/img/layout/links-background.gif);
}
.links_container {
	padding: 0px 0px 0px 4px;
}
.links_1 {
	border-right: 1px solid #FE9901;
	border-left: 1px solid #FE9901;
	background-color: #F8D7A4;
	color: #452B04;
	padding: 9px 9px 9px 9px;
}
.links_2 {
	border-right: 1px solid #0D496E;
	border-left: 1px solid #0D496E;
	background-color: #A1C7DA;
	color: #013048;
	padding: 9px 9px 9px 9px;
}
.links_3 {
	color: #2F2F00;
	padding: 9px 9px 9px 9px;
}
/* einde blokken linkerkant */

/* content achtergrond */
.content_container {
	background-image: url(/inc/img/layout/content-background.gif);
}
/* einde content achtergrond */

/* header blokken bovenaan */
	/* header blok 1 */
	.header_1_background {
		background-image: url(/inc/img/layout/header-1-background.jpg);
	}
	.header_1 {
		color: #FFFFFF;
		font-size: 13px;
		padding: 12px 12px 0px 12px;
	}
	/* einde header blok 1 */
	/* header blok 2 */
	.header_2_background {
		background-image: url(/inc/img/layout/header-2-background.jpg);
	}
	.header_2 {
		color: #FFFFFF;
		font-size: 13px;
		padding: 12px 12px 0px 13px;
	}
	
	.header_2_kopje {
		font-weight: bold;
		color: #804F06;
		font-size: 12px;
	}
	/* einde header blok 2 */
	/* header blok 3 */
	.header_3_background {
		background-image: url(/inc/img/layout/header-3-background.jpg);
	}
	.header_3 {
		color: #FFFFFF;
		font-size: 13px;
		font-weight: bold;
		padding: 12px 12px 0px 13px;
	}
	/* einde header blok 3 */
/* einde header blokken bovenaan */

/* content */
.content {
	padding: 4px 9px 4px 4px;
}
	/* content -> advertentie */ 
	.content_advertentie_container {
			padding: 9px 4px 5px 0px;
			text-align: center;
	}
	.content_advertentie {
		border: 1px solid #504F4B;
	}
	/* content -> einde advertentie */

.content_blok_tussen {
	padding-top: 4px;
}	

	/* content -> contentblok 1 blauw */
	.content_1_boven_container {
		background-image: url(/inc/img/layout/content-1.gif);
		height: 28px;
	}
	.content_1_boven {
		font-weight: bold;
		font-size: 13px;
		color: #D1E3ED;
		padding: 3px 0px 0px 25px;
	}
	.content_1 {
		background-color: #A3C6D9;
		border-left: 1px solid #00659B;
		border-right: 1px solid #00659B;
		border-bottom: 1px solid #00659B;
		padding: 0px 4px 4px 4px;
	}		
	/* content -> einde contentblok 1 blauw */
	/* content -> contentblok 2 oranje */
	.content_2_boven_container {
		background-image: url(/inc/img/layout/content-2.gif);
		height: 28px;
	}
	.content_2_boven {
		font-weight: bold;
		font-size: 13px;
		color: #FFEDD2;
		padding: 3px 0px 0px 25px;
	}
	.content_2 {
		background-color: #F7DAB8;
		border-left: 1px solid #FFA015;
		border-right: 1px solid #FFA015;
		border-bottom: 1px solid #FFA015;
		padding: 0px 4px 4px 4px;
	}		
	/* content -> einde contentblok 2 oranje */
	/* content -> contentblok 3 groen */
	.content_3_boven_container {
		background-image: url(/inc/img/layout/content-3.gif);
		height: 28px;
	}
	.content_3_boven {
		font-weight: bold;
		font-size: 13px;
		color: #F4F4D8;
		padding: 3px 0px 0px 25px;
	}
	.content_3 {
		background-color: #F3F4CA;
		border-left: 1px solid #BDC325;
		border-right: 1px solid #BDC325;
		border-bottom: 1px solid #BDC325;
		padding: 0px 4px 4px 4px;
	}		
	/* content -> einde contentblok 3 groen */
h3.blauw { 
	color: #00659B;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
h3.oranje { 
	color: #FFA015;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
h3.groen { 
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
h3 { 
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
/* einde content */

/* footer */
.footer {
	color: #6B6F72;
	font-size: 10px;
	text-align: right;
	padding-top: 3px;
}
.footer a {
	color: #6B6F72;
}
.footer a:hover {
	color: #fff;
}
/* einde footer */



/* overigen */

img.top-signup-button {
	border: 0;
}




/* HIER STARTEN DE ELEMENTEN VOOR DE NIEUWSBRIEF */

/* nieuwsbrief */
.nieuwsbrief_background {
	background-image: url(/inc/img/layout/nieuwsbrief-background.gif);
	padding: 0px 9px 0px 9px;
}
.nieuwsbrief_advertentie_container {
	text-align: center;
	padding: 13px 0px 9px 0px;
}
.nieuwsbrief_advertentie {
	border: 1px solid #504F4B;
}