body {
	background-color: #FFFFFF;
	color: #495d6e;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	border-bottom: 1px solid #495d6e;
	color: #495d6e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
/* Kader tekst */
#kader_middle {
	border: 1px solid #495d6e;
	height: inherit;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	overflow: auto;
	text-align: center;
	vertical-align: top;
	width: 990px;
}
/* Boven foto */
#header {
	background-image: url(../img/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 185px;
	width: 990px;
}
/* Navigatie */
#left {
	background-color: #8aa0cd;
	background-image:url(../img/nav_leeuw.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	min-height: 400px;
	text-align: left;
	width: 175px;
}
/* linkse navigatie links */
#left a, #left a:visited {
	color: #5f5c5c;
	text-decoration: underline;
}
#left a:hover {
	color: #383535;
	text-decoration: underline;
}
/* Tekst */
#right {
	color: #5f5c5c;
	float: right;
	min-height: 400px;
	text-align: justify;
	padding-left: 10px;
	width: 800px;
}
#right a, #right a:hover, #right a:visited {
	color: #5f5c5c;
	text-decoration: underline;
}

/* navigatie (de verschillende rijen */
.navigatie {
	background-color: #cdd2de;
	border-bottom: 1px solid #B5A990;
	height: 22px;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 3px;
	text-align: left;
	vertical-align: bottom;
}
/* navigatie (de verschillende rijen) -> bij het overgaan */
.navigatie_over {
	background-color: #ddd7d7;
	border-bottom: 1px solid #B5A990;
	height: 22px;
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 3px;
	text-align: left;
	vertical-align: bottom;
}
input, textarea, select {
	background-color: #E3E5E9;
	color: #3F3D3D;
	border: 1px #9A9A9A solid;
}