@import url(resetclearfix.css);

html {
	padding: 0px;
	margin: 0px;
	background: #4484be url(/images/html_bg.jpg) repeat-x fixed bottom;
}

body {
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
	text-align: center;
	font-family: arial;
	font-size: 12px;
}

.maincontainer {
	width: 940px;
	background-image: url(/images/body_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	padding-top: 38px;
	text-align: left;
}

.header {
	background: url('/images/header_bg.png') no-repeat;
	height: 140px;
}

	.header-right {
		float: right;
		width: 100px;
		margin: 30px;
		text-align: right;
		line-height: 20px;
	}
		.header-right a {
			font-size: 12px;
			color: #e92d2f;
			text-decoration: none;
		}

.subheader {
	background: url(/images/subheader_bg.png) no-repeat;
	height: 196px;
}

.subheader-vervolg {
	background: url(/images/subheader_vervolg_bg.png) no-repeat;
	height: 113px;
}

	.subheader-content {
		width: 830px;
		padding: 10px 0px;
		float: right;
		color: #fff;
	}

		.subheader-content h1 {
			color: #fff;
			font-size: 25px;
			margin-bottom: 5px;
		}

		.subheader-content p {
			line-height: 22px;
			font-family: Times New Roman;
			font-size: 15px;
		}

.menucontainer {
	float: left;
	width: 216px;
}

.menu {
	background: #fff;
}
	.menu ul {
		margin: 0px;
		padding: 20px 25px;
		list-style-type: none;
	}
		.menu ul li a {
			color: #002f5c;
			text-decoration: none;
			font-size: 18px;
		}

.menu-bottom {
	height: 230px;
	width: 216px;
	margin-top: 20px;
	background: #10528c;
	float: left;
}

.contentcontainer {
	width: 707px;
	float: right;
}

.content {

	background: #fff;
	color: #32699e;
	line-height: 23px;
	padding: 0px 35px 35px 35px;
}

	.content h1 {
		color: #ea2c2e;
		font-size: 31px;
		font-family: Times New Roman;
		margin-bottom: 20px;
	}

	.content a {
		color: #ea2c2e;
	}

	.content img {
		border: 3px solid #3b4b00;
	}

.content-bottom-container {
	width: 707px;
	margin-top: 20px;
	float: right;
        margin-bottom: 20px;
}

.content-bottom {
	height: 170px;
	background: #10528c;
}

.footer {
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	color: #0c4272;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}

	.footer-adres {
		width: 150px;
		float: left;
		line-height: 16px;
		color: #fff;

	}

	.footer-adres a {
		color: #fff600;
	}

		.footer-text {
		color: #fff;
		float: left;
		text-align:left;
	}

		.footer-text a {
		color: #fff600;
	}

a img { border: none; }

.menu-bottom div.padder {
	padding: 20px;
}

.menu-bottom h1 {
	font-family: Times New Roman;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-top: -10px;
	line-height: 23px;
	margin-bottom: 10px;
}

.menu-bottom p.titel {
	line-height: 16px;
}

.menu-bottom p.titel {
	color: #fff600;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.menu-bottom p.datum {
	color: #fff;
	font-size: 11px;
	font-style: italic;
}

.menu-bottom p.tekst {
	display: block;
	color: #fff;
}

.menu-bottom a.leesverder {
	color: #fff;
	text-decoration: none;
	float: right;
}

/* Agenda */

.agenda_titel {
	color: #ea2c2e;
}

div.agenda_subtitel {
	font-style: italic;

}

div.agenda_datum {
	font-style: italic;
	color: #c0c0c0;
}

div.agenda_kort {
	line-height: 15px;
}

/* menu */

div.parent {
	height: 24px;
	margin-left: 20px;
}

	div.parent a {
		font-size: 18px;
		color: #002f5c;
		text-decoration: none;
		margin-left: 13px;
		margin-top: 5px;
	}

div.parentactive {
	height: 24px;
	background: url(/images/menu/parent_active.png) no-repeat;
	margin-left: 20px;
}

	div.parentactive a {
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		margin-left: 13px;
		margin-top: 5px;
	}

div.sub1 {
	height: 15px;
	margin-left: 45px;
	margin-top: 12px;
	margin-bottom: 10px;
}

	div.sub1 a {
		color: #82a72c;
		text-decoration: none;
		font-size: 15px;
		font-family: Times New Roman;
		font-weight: bold;
	}

	div.sub1.active a{
		color: #eb393b;
		text-decoration: none;
		font-size: 15px;
		font-family: Times New Roman;
		font-weight: bold;
		font-style: italic;
	}

div.sub2 {
	height: 13px;
	margin: 10px 0px 10px 65px;
}

	div.sub2 a {
		color: #3b4b00;
		font-size: 13px;
		text-decoration: none;
		font-family: Times New Roman;
	}

	div.sub2.active a {
		color: #eb393b;
		font-weight: bold;
		font-style: italic;
	}

/* Nieuws */

div.nieuws_list {
	padding-bottom:15px;
}

div.nieuwsdiv {
	float:left;
	padding-right:15px;
}

div.nieuws_titel {
	color: #ea2c2e;
	font-weight: bold;
}

div.nieuws_subtitel {
	font-style: italic;
}

div.nieuws_datum {
	color: #c0c0c0;
	font-size: 11px;
}

/* Downloads */

div.downloads-titel {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-top: 20px;
	background: #10528c;
}

div.downloads-item0 {
	background: #8cb5d9;
	padding: 5px;
}

	div.downloads-item0 a {
		color: #10528c;
		text-decoration: none;
		font-weight: bold;
	}

div.downloads-item1 {
	background: #3273ac;
	padding: 5px;
}

	div.downloads-item1 a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

/* Fotoboek */

a.fotoboektitel, span.fotoboektitel {
	color: #ea2c2e;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

div.fotoboekAlbumInfo {
	padding: 0px 5px;
}

img.overviewthumb {
	margin-top: 7px;
}

/* blokjes home */

div.title {
	background:		#10528c;
	height:			53px;
}

.title h1 {
	color:			#fff;
	padding:		16px 0 0 16px;
	font-size:		24px;
}

div.blokje {
	width:			189px;
	height:			196px;
	background:		#417eb7;
}

div.inhoud {
	color: 			#fff;
	padding:		15px 0 0 15px;
	font-size:  	10px;
	line-height: 	17px;
}

div.prikbord {
	color: 			#fff;
	padding:		15px 5px 0 10px;
	line-height: 	15px;
}

div.margin {
	margin:			0 34px 0 0;
	float:			left;
}

img.blokjesthumbnail {
	height:			47px;
	width:			70px;
	border:			1px solid #fff;
	margin:			0 11px 5px 0;
}

.yellow {
	color:			#fff700;
	font-size:		12px;
}
	.yellow a {
		color: #fff700;
		text-decoration: none !important;
	}

.white {
	color:			#fff;
	font-size:		12px;
}
	.white a {
		color: #fff;
		text-decoration: none !important;
	}

.fotohofbode {
	width:			69px;
	height:			99px;
	background:		#000;
	float:			left;
	margin:			0 5px 0 0;
}

.fotohofbode img {
	width:			69px;
	height:			99px;
	border:			0;
}

div.padder {
	color:			#fff;
}

p.test:first-letter {
	text-transform: capitalize;
}

p.test {
	font-weight: bold;
}

div.agenda_list2_0 {
	border-top: 1px solid #32699E;
	border-left: 1px solid #32699E;
	border-right: 1px solid #32699E;
	padding-left: 4px;
	background-color: #bdd3e7;
}

div.agenda_list2_1 {
	border-top: 1px solid #32699E;
	border-left: 1px solid #32699E;
	border-right: 1px solid #32699E;
	padding-left: 4px;
}

div.agenda_list2_2 {
	border: 1px solid #32699E;
	padding-left: 4px;
}
