html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#E3E3E3;
	background-image: url('../i/bg.gif');
	background-repeat: repeat-y;
	background-position: center center;
	font-family:tahoma;
	color:#000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:962px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height: 25px;
	background:#ddd;
	background-image: url('../i/menubg.gif');	
}

div#topimg {
	background:#FFFFFF;
}

div#menu_hoofd {
	background:#FFFFFF;
	background-image: url('../i/menubg.gif');	
	border-top: 1px solid #000000;
}

div#menu_sub {
	clear: both;
	height: 22px;
	padding: 0px 10px 0px 10px;
	line-height: 22px;
	background-image: url('../i/content.gif');
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-bottom: 6px;
}

div#content {
	padding: 8px;
}

div#footer {
	clear: both;
	text-align: left;
	position: absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #04a3be;	
}

div#homelogo {
	width: 100%;
}

div#links {
	padding: 10px;
	float:left;
}

div#rechts {
	padding: 10px;
	float:right;
}

div#popup {
	background: #FFFFFF;
	height: 100%;
	min-height: 100%;
}
