html, body{
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #494040;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#content table{
	border-collapse: collapse;
}

#content td{
	padding: 5px;
}
a img{
	border: 0;
}

a:link, a:hover, a:visited, a:active{
	color: #494040;
}

#supercontainer {
	
	width:1030px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/achtergrond.jpg);
}
#container {
	
	width:1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#header {
	
	width: 1000px;
	height: 150px;
}
#subcontainer {
	
	width: 1000px;
	height: 520px;
}
#footer {
	width: 1000px;
	height: 23px;
	padding-top: 7px;
	background-color: #9a141b;
	text-align: center;
	color: #fff;
	font-size:13px;

}

#footer a{
	color: #fff;
}

#logo {
	
	width: 800px;
	height: 150px;
	float: left;
	background-color: #9a141b;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}


#zoek {
	float: left;
	width: 200px;
	height: 110px;
	padding: 40px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background-color: #b8b5ae;
}

#zoek .search{
	height: 20px;
	width: 150px;
	border: 2px solid #9a141b;
	color: #494040;
}
#menubalk {
	
	width: 1000px;
	height: 50px;
}
#menu {
	padding: 15px 0 0 140px;
	width: 660px;
	height: 35px;
	float:left;
	background-color: #b8b5ae;
}
#icons{
	
	width: 200px;
	height: 50px;
	float:left;
	background-color: #dbdad6;
}

.icon{
	float:left;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}

#iconsitemap {
	background-image: url('images/sitemap.jpg');
	background-position: -8px -3px;
}
#iconhome {
	background-image: url('images/home.jpg');
	background-position: -8px -3px;
}
#iconcontact {
	background-image: url('images/contact.jpg');
	background-position: -6px -3px;
}
#iconprint {
	background-image: url('images/print.png');
	background-position: 7px 16px;
	
}
#main {
	width: 1000px;
	overflow-y: auto;
}

.home{
	height: 255px;
}

.default{
	height: 470px;
}

#banner{
	width: 100%;
	height: 215px;
	background: #9a141b url('images/banner.png') no-repeat scroll 0 0;
}

#content{
	padding: 10px 10px 10px 20px; 

}


#forum{
	width: 1000px;
	height: 480px;
	overflow: hidden;
}


/*
.tabel{
	width: 420px;
}
*/

@media print{
	
	#header, #menu, #banner, #footer, #icons, #menubalk{
		display: none;
		visiblilty: hidden;
	}
	
	
	#content, #supercontainer, #subcontainer, #main, #container, .default{
		width: 665px;
		font-size: 13px;
		padding: 0;
		margin: 0;
		padding-right: 1px;
		background-image: none;
		overflow: visible;
	}
	
	table{
		margin-left: 1px;
	}

}