body {
	background:url(images/achtergrond.gif) repeat-x top #5ea1df;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#003366;
}
* {
	border:0;
	margin:0;
	padding:0;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#003366;
}

div#container {
	width:747px;
	margin:0 auto;
	padding:25px 0 0 0;
}

div#body_top {
	background:url(images/body_top.gif) no-repeat bottom;
	width:747px;
	height:5px;
}

ul#menu a{color:white;}
div#body {
	background:#ffffff;
	width:739px;
	padding:0 3px;
	overflow:hidden;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

div#content a{color:#373535;font-weight:bold;}

ul#menu {
	float:left;
	background:url(images/menu.gif);
	width:739px;
	margin:0 0 3px 0;
	padding:1px 0;
	overflow:hidden;
}
ul#menu li {
	float:right;
	display:block;
}
ul#menu li a {
	float:left;
	display:block;
	background:url(images/menu_border.gif) repeat-y left;
	line-height:24px;
	padding:0 20px;
	font-size:10pt;
	font-weight:bold;
}

div#content {
	float:left;
	width:520px;
	margin:3px 3px 0 0;
	border:1px solid #1e59bc;
	background:green;
	overflow:hidden;
}
div#content_inhoud {
	background:url(images/content.gif) repeat-x top #ecf4fe;
	width:515px;
	overflow:hidden;
	padding:10px;
	border:1px solid #ecf4fe;
}

div#kolom {
	float:left;
	width:192px;
	margin:3px 0 0 0;
	border:1px solid #000000;
}
div#kolom_inhoud {
	background:url(images/kolom.gif) repeat-x top #f6f6f6;
	width:170px;
	padding:10px;
	border:1px solid #f6f6f6;
	color:#000000;
}

#kolom_inhoud a{
	display:block;
	width:150px;
	border-bottom:1px dotted gray;
}

#kolom_inhoud a:hover{
	color:red;
}

div#footer {
	float:left;
	background:url(images/footer.gif);
	width:739px;
	line-height:27px;
	margin:3px 0 0 0;
	color:#ffffff;
	text-align:center;
}

div#body_bottom {
	background:url(images/body_bottom.gif) no-repeat top;
	width:747px;
	height:5px;
}

h1{font-size:25px;}

