@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #B5DBF0 url(images/bg.jpg) repeat-x left top;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background-color: #000099;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
}
#header {
	background-color: #fff;
	width: 780px;
	height: 300px;


}
#inhoud {
	width: 780px;
	background-color: #B5DBF9;
	overflow: hidden;
}
#menu {
	background-color: #3399ff;
	width: 220px;
	float: left;
	color: #FFFFFF;
	height: 523px;
}
#content {
	background-color: #B5DBF9;
	width: 520px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-position: right top;
}
#voet {
	background-color: #3832d1;
	width: 780px;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 6px;
	clear: both;
	text-align: center; 
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu  ul  li a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	border-bottom-width: 1px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul li a:hover {
	background-color: #000066;
	color: #fff;
}
#content h2 {
	font-size: 20px;
	color: #434537;
	margin-top: 10px;
}
#content p {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:link {
color:#000099;
text-decoration:underline;
}
a:visited {
  color:#000;
  text-decoration:none;
}
a:hover {
color:#fff;
text-decoration:none;
}
a:active {
color:#000099;
text-decoration:none;
}	
#menu p {
font-size: 14px;
	color: #FFFF99;
	display: block;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	border-bottom-width: 1px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}	
#menu image {
padding-left: 60px;
}