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

body {
	background-color: #969696;
	
}
#container {
	border: thick double #666;
	background-color: #969696;
	width: 940px;
	margin: 0 auto;
	height:auto;
	z-index: 20;
}

#kop {
	background-image:url(../afbeeldingen/stichtinglogo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 145px;
	background-color: #FFFF99;
	border: thick double #666;
	z-index: 1;
}
#menu {
	height: 40px;
	background-color: #555;
	z-index: 2;
}

#linkermenuverticaal {
	float: left;
	width: 180px;
	background-color: #555;
	border: thin none #555;
	z-index:3;
}
#content {	
	width: 490x;
	margin-left: 185px;
	margin-right: 5px;
	margin-bottom: 170px;
	background-color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;	
	padding: 20px 20px 20px 30px;	
	z-index:4
}
#contentspeciaal{
	position:absolute;
	width:700px;
	height:600px;
	overflow:auto;	
	z-index:5;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #1E1E1E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
h3 {
	font-size: 24px;
	color: #000;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ff9;
	text-align: left;
	left: auto;
	right: auto;
	padding: 2px;
	border: thin none #FFFF99;
}

a:link {
	text-decoration: underline;
	color: #C00;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #090;
}
a:active {
	text-decoration: none;
}
.grijzeachtergrond {
	background-color: #CCC;
}

.zwartetekst {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	color: #000;
}
.vetgedrukt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.centreren {
	text-align: center;
}
.onderstrepen {
	text-decoration: underline;
}
.rodetekstgecentreerd {
	color: #F00;
	text-align: center;
}
