body {
	background-color: #4c6993;
	margin-top: 0px; 
    margin-bottom: 0px;	 
}

#top {
background-image:  url("afbeeldingen/top.jpg");
height: 125px;
font-family: Verdana, Tahoma, Arial;
font-size: small;
font-weight: bold;
color: #FF5000;
text-align: left;
padding-left: 215px;
vertical-align:bottom;
padding-bottom: 5px;
}

#onderkant {
background-image:url(afbeeldingen/onderkant.jpg);
height: 100px;
font-family: Verdana, Tahoma, Arial;
font-size: small;
font-weight:bold;
text-align: left;
}



#menu {
	background-color:#FFFFFF;
	font-family:  Verdana, Tahoma, Arial;
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height:400px;
}

td.links a {
	display: block;
	width: 100%;
	height:20px;
	padding-top: 3px;
	padding-left: 10px;
	font-family:  Verdana, Tahoma, Arial;
	font-size: small;
	color: #FFFFFF;
	background-color:#4C6993;
}

td.links a:hover {
	display: block;
	color: #B6254E;
	background-color:#3A5170;
}

#content {
height: 360px;
background-color: #FFFFFF;
font-family: Verdana, Tahoma, Arial;
font-size: small;
color: #000000;
text-align:justify;
vertical-align:top;
padding-left: 15px;
padding-right: 140px;
}



a:link {
	text-decoration: none;
	color: #5B6185;
}

a:visited {
	text-decoration: none;
	color: #5B6185;
}

a:hover {
	text-decoration: none;
	color: #B6254E;
}

a:active {
	text-decoration: none;
	color: #FF5000;
}

img {
	border:none;
} 

