@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #onderwijs {
	background: #F18E00;
	padding: 0;
	height: 200px;
	color: #003366;
	font-size: 110px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
	border: 0;
	display: block;
}
.oneColFixCtr #onderwijs a:link {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #003366;
	display: block;
}
.oneColFixCtr #onderwijs a:visited {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #003366;
	display: block;
}
.oneColFixCtr #onderwijs a:hover {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
	background-image: url(/images/banner_onderwijs.jpg);
	background-position: 0px 0px;
	display: block;
	height: 100%;
	width: 100%;
}
.oneColFixCtr #onderwijs a:active {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
	display: block;
}
.oneColFixCtr #zorg {
	background: #003366;
	padding: 0;
	height: 200px;
	color: #F18E00;
	font-size: 110px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
	border: 0;
	display: block
}
.oneColFixCtr #zorg a:link {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #F18E00;
	display: block;
}
.oneColFixCtr #zorg a:visited {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #F18E00;
	display: block;
}
.oneColFixCtr #zorg a:hover {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
	background-image: url(/images/banner_zorg.jpg);
	background-position: 0px 0px;
	display: block;
	height: 100%;
	width: 100%;
}
.oneColFixCtr #zorg a:active {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
	display: block;
}
.oneColFixCtr #zakelijk {
	background: #CCCCCC;
	padding: 0;
	height: 200px;
	color: #003366;
	font-size: 110px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
	border: 0;
	display: block
}
.oneColFixCtr #zakelijk a:link {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #003366;
	display: block;
}
.oneColFixCtr #zakelijk a:visited {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #003366;
	display: block;
}
.oneColFixCtr #zakelijk a:hover {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
	background-image: url(/images/banner_zakelijk.jpg);
	background-position: 0px 0px;
	display: block;
	height: 100%;
	width: 100%;
}
.oneColFixCtr #zakelijk a:active {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
	display: block;
}