body {
		background-color: #0022A0;
		font-family: sans-serif;
}
div.centreren {
	margin-left: 30%;
}
.links_kop {
	float: left;
}
.links {
	float: left;
}
.rechts {
	float: right;
}
img.contentr {
	margin: 1ex;
	float: right;
}
img.contentl {
	margin: 1ex;
	float: left;
}
img.content {
	margin-left: 1em;
}
div.contentl {
	float: left;
	margin-top: 1ex;
	padding-bottom: 1em;
}
p {
	padding-left: 1ex;
	padding-right: 1ex;
}
h3, h2 {
	padding-left: 1ex;
	margin-top: 1ex;
}
h3.nieuws {
	border-top: thin solid;
	margin-right: 1em;
	margin-top: 2em;
	text-align: center;
}
h1 {
	margin-bottom: 0px;
	margin-top: 1ex;
}
img.logo {
	margin: 1ex;
	margin-top: 1ex;
	margin-left: 1%;
	border: 0;
}
.centrum {
	text-align: center;
}
a {
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
}
a:link {
	color: Black;
}
a:visited {
	color: Black;
}
a:hover {
	color: #0022A0;
}
a:active {
	color: Blue;
}
.normlink {
	text-decoration: underline;
	font-weight: normal;
	color: #0022A0;
}
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #00000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	 background-color: #0022A0;
} 
div.lijst {
	padding-left: 1em;
}
div.menu {
	background-color: #EE6900;
	width: 18%;
	float: left;
	margin-top: 1em;
}
div.kolom1 {
	float: left;
	width: 18%;
	margin-left: 1%;
	margin-top: 1em;
	background-color: #1EAEE4;
	background-position: top;
	background-repeat: repeat;
	background-attachment: scroll;
}
div.kolom1_img {
	float: left;
	width: 79%;
	margin-left: 2%;
	margin-top: 1em;
	background-color: #E2F6F8;
}
div.kolom2 {
	float: right;
	width: 78%;
	margin-right: 1%;
	background-color: #E2F6F8;
	margin-top: 1em;
}
div.kop {
	width: 98%;
	margin-left: 1%;
	height: 100%;
	background-color: #E2F6F8;
	background-image: url(wave3_crop_gradient_uitsnede.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
div.bodem {
	padding-top:1em;
	width: 100%;
	background-color: #0022A0;
	clear: both;
	font-size: small;
	color: White;
	text-align: center;
}
p.nieuws {
	font-size: small;
	font-weight: bold;
	color: #0022A0;
}
img.linkimg {
	border: 0;
	margin: 1ex;
	margin-bottom: 2ex;
	float: left;
}
div.bijschrift {
	float: left;
	padding-left: 1ex;
	padding-bottom: 1em;
}
