body
{
	background: url(images/bg.png);
	background-position: 200px 200px;
	margin-top: 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

div#banner
{
	width: 800px;
	height: 150px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: url( images/overview.jpg );
}

div#header
{
	height: 40px;
	font-size: 25px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	margin-bottom: 5px;
	width: 600px;
	background: #fff;
	float: left;
	clear: right;
}

div#footer
{
	border: 2px solid #000;
	background: #a2c500;
	color: #fff;
	font-size: 8pt;
	text-align: center;
	margin-top: 5px;
	margin-left: 210px;
}

div#footer ul
{
	list-style: none;
}

div#footer li
{
	display: inline;
}


div#logo
{
	margin-left: 612px;
	height: 47px;
	background: url(images/logo.png) no-repeat;
	margin-bottom: 5px;
	width: 100px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div#menu
{
	float: left;
	border-top: 0;
	border-bottom: 2px #000 solid;
	padding: 0;
}

div#badbrowser
{
	float: left;
	clear: left;
	border: 1px #f00 dashed;
	padding: 2px;
	width: 192px;
	font-size: 7pt;
	color: white;
	margin-top: 1.5em;
}

div#goedewaar
{
	float: left;
	clear: left;
	border: 2px #000 solid;
	background: url(images/goedewaar.png);
	padding: 2px;
	width: 190px;
	height: 32px;
	font-size: 13px;
	color: white;
	margin-top: 1.5em;
	text-align: right;
	font-weight: bold;
}

div#goedewaar a
{
	color: #000;
}

div#main
{
	background: url(images/bg_main_less.png);
	background-position: 100px 100px;

	margin-left: 210px;
	border: 2px #000 solid;
	width: 576px;
	/*height: 600px;*/
	padding: 5px;
	padding-bottom: 20px;
}

h1
{
	text-align: center;
	font-size: 12pt;
	border-bottom: 1px solid #000;
	background: url(images/logo_bullet.png) no-repeat left;
}

div#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#menu li
{
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background: #fff;
}

/*div#menu ul ul li
{
	margin-left: 25px;
}*/

div#menu ul ul li
{
	background: #aaa;
}

div#menu a
{
	display: block;
	padding: 2px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 190px;
}

/*div#menu ul ul li a
{
	width: 165px;
}*/

div#menu a:hover
{
	background: #f3c900;
}

p.date
{
	text-align: right;
	font-weight: normal;
	font-size: 7pt;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#main img
{
	border: 0;
}

div#footer img
{
	border: 0;
}

div.image
{
	text-align: center;
}

table.images
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

table.images td
{
	border: 0;
}

div.tiny
{
	text-align: center;
	font-size: 8pt;
	color: #bbb;
}

div#main ul
{
	margin-bottom: 1.5em;
}

div#main li
{
	margin-bottom: 0.5em;
}

div#badbrowser a
{
	color: #a2c500;
}

div#keywords
{
	border: 0;
	background: #567898;
    background: transparent;
	color: #898e79;
	font-size: 7pt;
	text-align: center;
	margin-top: 5px;
	margin-left: 210px;
}


