@charset "UTF-8";
/* CSS Document */

	A		{ color: #333333; text-decoration: underline; } 
	A:link		{ color: #333333; text-decoration: underline; } 
	A:active		{ color: #333333; text-decoration: underline; } 
	A:visited		{ color: #333333; text-decoration: underline; } 
	A:hover		{ color: #008f9c; text-decoration: underline; }


	A.menu		{ color: #9c9c9c; text-decoration: none; } 
	A.menu:link	{ color: #9c9c9c; text-decoration: none; } 
	A.menu:active	{ color: #9c9c9c; text-decoration: none; } 
	A.menu:visited	{ color: #9c9c9c; text-decoration: none; } 
	A.menu:hover	{ color: #008f9c; text-decoration: none; }



body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, "sans-serif";
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	background-color: #9c9c9c;
	position: absolute;
	left: 50%;
	}

/*LETTERS*/

p.titel {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #404040;
	}

p.ondertitel {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #404040;
	}

.smallcaps {
	font-size: 12px;
	text-transform: uppercase;
	}

/*structuur*/

#alle-schaduwen {
	width: 990px;
	margin-left: -495px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	}

#schaduw-bovenkant {
	width: 990px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url('afbeeldingen/schaduw-bovenkant.png');
	background-repeat: no-repeat;
	}

#blad-bovenkant {
	width: 950px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-image: url('afbeeldingen/logo.png');
	background-repeat: no-repeat;
	background-position: 536px 24px;
	background-color: #008f9c;
	}

#schaduw-midden {
	width: 990px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url('afbeeldingen/schaduw-midden.png');
	background-repeat: repeat-y;
	}

#blad-menu {
	width: 125px;
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 61px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	background-color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	}

#blad-midden {
	width: 690px;
	margin: 0px;
	padding-left: 160px;
	padding-right: 100px;
	padding-top: 37px;
	padding-bottom: 35px;
	text-align: left;
	background-color: #ffffff;
	}

#schaduw-onderkant {
	width: 950px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url('afbeeldingen/schaduw-onderkant.png');
	background-repeat: no-repeat;
	}

#blad-onderkant {
	width: 690px;
	height: 42px;
	margin: 0px;
	padding-left: 160px;
	padding-right: 100px;
	padding-top: 18px;
	padding-bottom: 0px;
	color: #ffffff;
	background-color: #008f9c;
	}



blauw: 008f9c
grijs: 9c9c9c

	height: 600px;