body
{
	text-align:center; /* voor Internet EXPLODER*/
	background:#999999;
}
#container
{
	width:952px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* voor Internet EXPLODER*/
}
#left
{
	float:left;
	width:765px;
	height:714px;
}
#top-1
{
	height:16px;
	width:765px;
	background-image:url("images/top-1.jpg");
	margin:0px;
}
#banner
{
	height:113px;
	width:765px;
	margin:0px;
}
#top-2
{
	height:16px;
	width:765px;
	background-image:url("images/top-2.jpg");
	margin:0px;
}
#menu
{
	height:46px;
	width:765px;
	margin:0px;
}
#top-3
{
	height:6px;
	width:765px;
	background-image:url("images/top-3.jpg");
	margin:0px;
}
#content
{
	position:absolute;
	top:205px;
	height:462px;
	width:765px;
	background:#ffffff;
	font-family:Helvetica;
	margin:0px;
	overflow:auto;
}
#footer
{
	position:absolute;
	top:667px;
	height:55px;
	width:765px;
	margin:0px;
}
#footer li {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
#footer li a, #footer li a:visited, #footer li a:hover {
  text-decoration: none;
  color: #60a566;
}
#right
{
	position:relative;
	float:right;
	width:187px;
	height:714px;
	background-image:url("images/right.jpg");
	z-index:99;
}
div.sponsor
{
	float:left;
	height:101px;
	width:156px;
	margin-top:0px;
	margin-bottom:34px;
	z-index:-1;
	border:2px solid #000;
	margin-left:0px;
}

/* DROPDOWN BEGIN */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100%;
	text-decoration:none;
	color:#fff;
	font-family:Helvetica,Arial;
}
#nav a:hover {
	display: block;
	width: 186px;
	text-decoration:none;
	color:#ede31c;
	font-family:Helvetica,Arial;
}

#nav li { /* all list items */
	float: left;
	width: 186px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #5cad5c;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:50;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 186px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.daddy {
	background: url(images/arrow.gif) center right no-repeat;
	margin-right:20px;
}
/* DROPDOWN EIND */
#item
{
	padding:3px;
	height:20px;
	width:186px;
	border-bottom:1px solid #fff;	
}
h1
{
	margin-left:25px;
	font-size:18pt;
	margin-right:25px;
}
p
{
	margin-left:25px;
	margin-right:25px;
}
TR.uitslag1
{
	background-color: #779932;
	color:#fff;
	margin-left:5px;
}
TR.uitslag2
{
	background-color: #3fbf3f;
	color:#fff;
	margin-left:5px;
}
TR.header_uitslag, .header_uitslag TD, .TD.header_uitslag
{
	background-color:#339933;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 15px;
	margin-left:25px;
}
TABLE
{
	padding-left:25px;
}
#newsitem
{
}
#newsitem .title
{
	margin-left:25px;
	margin-right:25px;
	margin-top:5px;
	padding:0px;
	font-family: arial;
	font-size: 19px;
}
#newsitem .author
{
	margin-left:25px;
	margin-right:25px;
	padding:0px;
	font-family: arial;
	font-size: 11px;
	border-bottom: 1px solid #848484;
}
#newsitem .summary
{
	margin-left:5px;
	margin-bottom:0px;
	padding:0px;
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
}
#newsitem .article
{
	margin-left:5px;
	margin-bottom:0px;
	padding:0px;
	font-family: arial;
	font-size: 14px;
}
#newsitem .more
{
	margin-left:25px;
	margin-right:25px;
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
	font-family: arial;
	font-size: 11px;
}