A:link {
	text-decoration: none; 
	outline: none;
	color: #000000;
}
 
A:visited {
	text-decoration: none;
	outline: none;
	color: #000000;
} 

body {
	margin: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	line-height: 21px;
	overflow: -moz-scrollbars-vertical;
	background-color: #323232;
	background-image: url('images/BG_boven.jpg');
	background-repeat: repeat-x;
}

img { border: 0px; }
p { margin: 0px; }

h1 { font-weight: normal; font-size: 16px; font-family: Century Gothic; color: #35568b; margin: 0px 0px 5px 0px; }
h2 { font-weight: normal; font-size: 15px; font-family: Century Gothic; color: #35568b; margin: 0px; }

hr {
	position: relative;
	width: 575px;
	height: 1px;
	color: #35568b;
	background-color: #35568b;
	border: none;
	margin: 15px 0px 5px 0px;
	padding: 0px;
}

.formVeld {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #e4e4e4;
}

.button { font-weight: normal; font-size: 13px; font-family: Century Gothic; color: #35568b; }

.stelEinde { display: block; clear: both; }


/* ---------------------------------------------------------------------------------------- */
/* C O N  T A I N E R S																		*/
#containerSite {
	position: relative;
	width: 975px; 
	margin: 0px auto;
	background-repeat:repeat-y;
	text-align: left;
	background-color: #fff;
	background-image: url('images/BG_boven.jpg');
	background-repeat: repeat-x;
}


/* ---------------------------------------------------------------------------------------- */
/* H E A D E R																				*/

#containerHeader {
	position: relative;
	height: 102px;
	width: 975px;
}

	#headerSlogan { position: absolute; left: 21px; top: 18px; width: 366px; height: 17px; background-image: url('images/IMG_slogan.jpg'); }
	#headerSchermvereniging { position: absolute; left: 650px; top: 18px; width: 219px; height: 17px; background-image: url('images/IMG_schermvereniging.jpg'); }
	#headerLogo { position: absolute; left: 878px; top: 7px; width: 76px; height: 88px; background-image: url('images/IMG_logo.jpg'); }

	#headerMenu { position: absolute; left: 15px; top: 74px; }
	#headerMenu ul { list-style-type: none; margin: 0px; padding: 0px; font-family: Century Gothic; }
	#headerMenu li { float: left; margin: 0px; padding: 0px 18px 2px 18px; }
	#headerMenu .selected { border-left: 3px solid #35568b; padding-left: 15px; }
	#headerMenu .selected a { color: #36568c; }
	#headerMenu a:hover { color: #36568c; }

/* ---------------------------------------------------------------------------------------- */
/* M E N U																					*/



/* ---------------------------------------------------------------------------------------- */
/* C O N T E N T																			*/

#containerContent {
	position: relative;
	width: 975px;
	background-image: url('images/BG_site.jpg');
	background-repeat: repeat-y;
}

	#contentAchter { position: absolute; left: 10px; top: 0px; width: 954px; height: 203px; background-color: #fff; background-image: url('images/BG_container_content.jpg'); background-repeat: no-repeat; }

	#content {
		position: relative;
		float: left;
		width: 570px;
		min-height: 150px;
		margin: 45px 0px 0px 10px;
		padding: 68px 60px 68px 60px;
		background-image: url('images/BG_content.jpg');
		background-repeat: repeat-x;
		background-color: #fff;
	}
	
		/* Vlag om taal te veranderen home pagina */
		#containerVlag { position: absolute; left: 630px; top: 30px; width: 26px; height: 18px; }

		/* Uitgelicht home pagina */
		.uitgelicht { position: relative; width: 520px; background-color: #f9f9f9; padding: 15px 20px 15px 20px; margin: 15px 0px 15px 0px; }
			.uitgelicht .leesVerder { position: relative; margin-top: 7px; padding: 6px 3px 0px 0px; font-size: 11px; font-family: Century Gothic; color: #35568b; background-image: url('images/BG_lees_verder.jpg'); background-repeat: repeat-x; background-position: 0px 4px; text-align: right; }
			.uitgelicht .leesVerder a { color: #35568b; }
			.uitgelicht:hover .leesVerder a { text-decoration: underline; }
			.uitgelicht img { border: 2px solid #dfdfdf; margin: 5px 9px 0px 0px; }
	
		/* Uitgelicht links pagina */
		.uitgelichtLinks { position: relative; width: 520px; background-color: #fbfbfb; padding: 10px 20px 3px 20px; margin: 0px 0px 15px 0px; }
			.uitgelichtLinks .leesVerder { position: relative; margin-top: 7px; padding: 6px 3px 0px 0px; font-size: 11px; font-family: Century Gothic; color: #35568b; background-image: url('images/BG_lees_verder.jpg'); background-repeat: repeat-x; background-position: 0px 4px; text-align: right; }
			.uitgelichtLinks .leesVerder a { color: #35568b; }
			.uitgelichtLinks:hover .leesVerder a { text-decoration: underline; }

		
	#submenu {
		position: relative;
		float: left;
		width: 222px;
		margin: 220px 0px 0px 20px;
	}
		#submenu ul { list-style-type: none; margin: 0px; padding: 0px; }
		#submenu li { margin: 0px 0px 5px 0px; padding: 21px 18px 10px 18px; border-top: 2px solid #f8f8f8; border-bottom: 2px solid #f8f8f8; background-color: #fff; width: 186px; }

		#submenu .leesVerder { position: relative; margin-top: 7px; padding: 3px 3px 0px 0px; font-size: 11px; font-family: Century Gothic; color: #35568b; background-image: url('images/BG_lees_verder.jpg'); background-repeat: repeat-x; background-position: 0px 4px; text-align: right; }
		#submenu .leesVerder a { color: #35568b; }
		#submenu .leesVerder:hover a { text-decoration: underline; }

	.melding { background-color: #f9f8f8; border: 1px solid #ededed; cursor: default; padding: 5px; margin: 10px 0px 10px 0px; text-align: center; }
	.melding:hover { background-color: #f3f3f3; border: 1px solid #ececec; cursor: default; padding: 5px; margin: 10px 0px 10px 0px; }
	
	#containerWaarBenIk {
		position: absolute;
		left: 60px;
		top: 25px;
		width: 560px;
		border-bottom: 1px solid #35568b;
	}
		#containerWaarBenIk ul { list-style-type: none; margin: 0px; padding: 0px; }
		#containerWaarBenIk li { float: left; margin: 0px 0px 5px 0px; padding: 0px 10px 0px 0px; }
		#containerWaarBenIk li a:hover { text-decoration: underline; color: #35568b; }

/* ---------------------------------------------------------------------------------------- */
/* B O T T O M																				*/

#containerBottom {
	position: relative;
	width: 952px;
	height: 41px;
	background-color: #fbfbfb;
	background-image: url('images/BG_bottom.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: #88898a;
	border: 1px solid #fbfbfb;
}
	#containerBottom ul { list-style-type: none; margin: 12px 0px 0px 10px; padding: 0px; }
	#containerBottom li { float: left; margin: 0px; padding: 0px 5px 0px 5px; }
	#containerBottom a { color: #88898a; }
