@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: url(images/body.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background-color: #003366;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px;
}
#header {
	background-color: #ffff33 url(swfs/header.swf);
	width: 780px;
	height: 200px;
	
}
#kop {
	font-size: 28px;
	color: #fff;
	padding-left: 532px;
	padding-top: 6px;
}
#inhoud {
	width: 780px;
	background-color: #173269;
	overflow: hidden;
}
#menu {
	background-color: #003366;
	width: 220px;
	float: left;
	color: #fff;
	height: 500px;
}
#content {
	background-color: #173269;
	width: 520px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-position: right top;
}

#voet {
	background-color: #ffff33;
	width: 780px;
	height: 20px;
	font-size: 10px;
	color: #173269;
	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: #fff;
	border-bottom-width: 1px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu ul li a:hover {
	background-color: #ffff33;
	color: #173269;
}
#content h2 {
	font-size: 22px;
	color: #fff;
	margin-top: 20px;
}
#content p {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#content {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
a:link {
color:#fff;
text-decoration:underline;
}
a:visited {
  color:#fff;
  text-decoration:underline;
}
a:hover {
color:#ffff33;
text-decoration:none;
}
a:active {
color:#fff;
text-decoration:none;
}
#li {
	font-size: 12px;
	color: #fff;
	float: left;
	padding-left: 3px;
}
img.right {
float: right;
margin: 0 2px 5px 0;
)
