html, body, #container, #content {
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF; 	
	color: #FFF;
	font-family: arial, verdana, sans-serif;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
	width: 100%;
}

h2 {
	margin-top: 2.5em;
}

img {
	border: 1px solid #000;
}
	
#container
{
	background-color: #FFF;
	margin: 0;
	padding: 0;	
	position: relative;
	width: 100%;
}

#header {
	background: #C00 url('../images/header.jpg') no-repeat scroll top left;
	height: 125px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#navmain {
	background-color: #000;
	height: 19px;
	left: 0;
	margin: 0;
	padding: 3px 0;
	position: absolute;
	text-align: center;
	top: 125px;
	width: 100%;
}

#navmain ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#navmain li {
	border-left: 2px solid #FFF;
	display: inline;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	padding: 0 15px;
	text-align: center;
}

#navmain li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#navmain a:link, a:visited, a:active {
	background-color: transparent;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#navmain a:hover {
	background-color: transparent;
	color: #FFF;
	text-decoration: underline;
}

#navsub {
	background-color: #090;
	border-bottom: 10px solid #F00;
	border-top: 5px solid #0F0;
	padding: 5px;
	padding-bottom: 15px;
	position: absolute;
	left: 0;
	top: 150px;
	width: 170px;	
}

#navsub ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

#navsub li {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navsub a:link, a:visited, a:active {
	background-color: transparent;
	color: #FFF;
	text-decoration: none;
}

#navsub a:hover {
	background-color: transparent;
	color: #C00;
}

#nieuwsitems li {
	margin-bottom: 1em;
}

#content {
	background: #FFF url('/images/background.gif') repeat;
	border-left: 1px dashed #000;
	color: #000;
	padding: 0;
	margin: 0;
	margin-left: 180px;
	width: expression( (document.body.scrollWidth-this.offsetLeft-1)+'px' );
	height: expression( (document.body.offsetHeight-this.offsetTop ) +'px' );
}

#content a:link {
	color: #00F;
	text-decoration: underline;
}

#content a:visited {
	color: #909;
	text-decoration: underline;
}

#content a:hover {
	color: #F00;
	text-decoration: underline;
}

#content a:active {
	color: #00F;
	text-decoration: underline;
}

#contentbox {
	/* background-color: #000; */
	color: #000;
	padding: 160px 10px 30px 10px;
}

.hide {
	display: none;
}

.nieuwsinfo {
	font-size: 0.85em;
	font-weight: bold;
}
