/* CSS Document */

/* Page Wrapper
------------------------------------------------------------------*/
#wrap {
	width:1385px;
	margin-left:5px;
	text-align: center;
	margin: 0 auto;
	height:100%;
	}

/* Global
------------------------------------------------------------------*/
html, body {
	height:100%;
	margin:0;
	padding:0;
	}
form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
li.disc {
	list-style-type:square;
	margin-left:20px
	}
body {
	color:#333;
	background-color:#666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	}
		
img {
	border:0;
	margin:0px;
	padding:0px;
	}

img.bordered {
	border:1px #0066CC solid;
	/*margin-left:15px;*/
	margin-right:15px;
	margin-bottom:15px;
	}

table {
	border:1px #0066CC solid;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	width:92%;
	empty-cells:show;
	border-collapse:collapse;
	}

table.form {
	border:0px #0066CC none;
	margin-left:30px;
	margin-top:30px;
	empty-cells:show;
	border-collapse:collapse;
	}

table.invisible {
	border:0px #0066CC none;
	margin-left:0px;
	margin-top:0px;
	empty-cells:show;
	border-collapse:collapse;
	}
	
table.invisible tr {
	padding:Opx;
	border:0px;
	valign="middle"
	}

table.invisible td {
	padding:0px;
	border:0px;
	vertical-align: middle;
}

table.standen {
	border:1px #0066CC solid;
	margin-left:0px;
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	empty-cells:show;
	border-collapse:collapse;
	}

table.standen th {
	font-size:10px;
	padding:1px;
	border:1px #0066CC solid;
	background-color:#FEEAE7
	}

	
table.standen td {
	font-size:9px;
	padding:1px;
	border-right:1px #0066CC solid;
	}

td, th {
	padding:2px;
	text-align:left;
	vertical-align:top;
	}

/* Menu
------------------------------------------------------------------*/

div#div_menu {
	vertical-align:middle;
	height:30px;
	line-height:30px;
	width:100%;
	background-image:url(images/menu.png);
	background-position:center;
	background-repeat:no-repeat;
	font-size:12px;
	float: left;
	}

div#div_menu ul {
	padding-left:15px;
	}

div#div_menu li {
	display:inline;
	padding:0px 20px;
	}

div#div_menu li#login {
	display:inline;
	padding:0px 20px;
	margin-left:20px;
	font-size:10px;
	font-style:italic;
	}

div#div_menu li a:link {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
	}

div#div_menu li a:visited {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
	}

div#div_menu li a:hover {
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
	}

/* Divs for graphic layout
------------------------------------------------------------------*/

div#div_mainwrap{
	position:relative;
	float:left;
	width:995px;
	overflow:hidden;
	margin:0;
	}

div#div_maintop{
	background:url(images/maintop.png) bottom left no-repeat;
	position:relative;
	float:left;
	width:995px;
	height:30px;
	overflow:hidden;
	}

div#div_mainbottom{
	background:url(images/mainbottom.png) top left no-repeat;
	position:relative;
	float:left;
	width:995px;
	height:30px;
	overflow:hidden;
	}

/* Main Area
------------------------------------------------------------------*/

div#div_mainarea {
	width:961px;
	background:white;
	position:relative;
	float:left;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	padding:0px 15px;
	border-left:#0066CC 2px solid;
	border-right:#0066CC 2px solid;
	overflow:hidden;
	}

div#div_mainarea h1 {
	width:570px;
	margin:0px 10px;
	margin-bottom:20px;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:15px;
	height:18px;
	line-height:12px;
	color:#0066CC;
	/*	background:url(images/mainheader.png) no-repeat top left;*/
	font-size:18px;
	font-weight:bold;
	text-align: left;
	}
	
div#div_mainarea a:link {
	color:#0066CC;
	text-decoration:none;
	border-bottom:1px dotted #0066CC;
	}

div#div_mainarea a:hover {
	color:#0066CC;
	text-decoration:none;
	border-bottom:1px solid #0066CC;
	}

div#div_mainarea a:visited {
	color:#0066CC;
	text-decoration:none;
	border-bottom:1px dotted #0066CC;
	}

/* Home Page Center
------------------------------------------------------------------*/
div#div_news {
	width:580px;
	position:relative;
	float:left;
	height:95%;
	padding-left:10px;
	padding-right:30px;
	text-align: justify;
	}

div#div_news ul.nieuws {
	line-height:15px;
	margin:15px 0px;
	}

div#div_news ul.nieuws li{
	padding:3px 0px;
	list-style-type:none;
	margin-top:7px;
	}

div#div_news ul.nieuws span.datum {
	line-height:10px;
	margin:0px;
	padding-bottom:5px;
	border-bottom:solid 1px #0066CC;
	display:block;
	text-align:right;
	font-size:10px;
	font-style:italic;
	color:#0066CC;
	}
	
/* Home Page Right
------------------------------------------------------------------*/
div#div_right {
	width:280px;
	position:relative;
	float:left;
	padding: 10px;
	padding-left:20px;
	border-left:1px solid #0066CC;
	margin-left:20px;
/*	background-color:#FFF4E6 */
	}

div#div_right h1 {
	width:260px;
	margin:10px;
	margin-top:20px;
	padding:5px;
	height:18px;
	line-height:12px;
	color:#0066CC;
	background:url(images/rightheader.png) no-repeat top left;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	}
	
div#div_right h1.centered {
	width:260px;
	margin:10px;
	margin-top:20px;
	padding:5px;
	height:18px;
	line-height:12px;
	color:#0066CC;
	background:url(images/rightheader.png) no-repeat top center;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	}

div#div_right p {
	margin-left:15px;
	line-height:15px;
	text-align:center;
	padding-right:5px;
	}

div#div_right p.mvdm {
	margin-left:15px;
	line-height:15px;
	width:260px;
	text-align:center;
	font-style:italic;
	}

div#div_right ul {
	margin:15px 0px;
	margin-left:20px;
	line-height:15px;
	}

div#div_right ul li{
	list-style-type:disc;
	padding:3px 0px;
	}

div#div_right ol {
	margin:15px 0px;
	margin-left:30px;
	line-height:15px;
	}

div#div_right ol li{
	list-style-type:decimal;
	padding:3px 0px;
	}

div#div_right img{
	border:#0066CC 1px solid;
	}

/* Home Page Logos and Adsense
------------------------------------------------------------------*/
div#div_logo1 {
	width:195px;
	float:left;
	text-align:center;
	background-color:#FFF;
	clear:both;
	overflow:hidden;
	}

div#div_logo2 {
	width:195px;
	position:static;
	float:right;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
	}

div#div_adsense {
	width:140px;
	position:relative;
	left:1210px;
	top:145px;
	text-align:center;
	}


/* Counter
------------------------------------------------------------------*/
div#div_invisible {
	clear:both;
	visibility:hidden;
	}
