html {
	margin: 0; 
	height: 100%; 
}

body {
	position:relative;
	min-height: 100%; 
	text-align:center;
	background-color: #E1E1E1;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto;
}

#header_container {
	position:relative;
	height:205px;
	background-image:url(../images/bg_top.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0 auto;
}

#h-con {
	position:relative;
	width:980px;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image:url(../images/bg_top.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#header {
	top:0px;	
	text-align:left;
	height:75px;
}

#logo {
	position:absolute;
	top:5px;
	left: 15px;
}

/* Banner */
#banner {
	position:relative;
	width:980px;
	height:93px;
	background-image:url(../images/banner.gif);
	background-position:top;
}

#banner_tekst {
	position:absolute;
	top:38px;
	left:340px;
}

/* Menu */
#menu {
	position:relative;
	width:980px;
	height:37px;
	background-image:url(../images/bg_menu.gif);
	background-position:top;
	background-repeat:repeat-x;
	clear:both;
}

#menuitems {
	position:absolute;
	padding:0;
	margin:0;
	top:3px;
	left:0px;
}

/* Image Slider */
#imageslider {
	position:absolute;
	right:12px;
	top:12px;
	height:224px;
	width:261px;
	background-image:url(../images/bg_slider2.gif);
}

#slider {
	position:relative;
	margin:3px 0 0 3px;
}

#transparantie {
	position:absolute;
	right:13px;
	bottom:3px;
	width:256px;
	height:33px;
}

/* Body */
#body_container {
	position:relative;
	width:980px;
	background-color:#FFFFFF;
	margin:0 auto;
}

#slider_bottom {
	position:absolute;
	height:31px;
	width:261px;
	right:11px;
	background-image:url(../images/slider_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#left {
	position:absolute;
	left:0;
	top:0;
	width:258px;
	height:341px;
	text-align:left;
}

#content_left {
	margin-top:30px;
	left:0px;
	background-color:#EEEEEE;
}

#submenuitems {
	margin:0px;
	padding: 0 0 15px 0;
}

#submenu {
	background-color:#EEEEEE;
	background-image:url(../images/bg_nieuws.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#nieuwsblok {
	background-color:#EEEEEE;
	padding: 0 25px 10px 15px;
	background-image:url(../images/bg_nieuws.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.nieuwsitem {
	margin: 0 0 15px 0;
	line-height:13px;
}

#inloggen {
	background-color:#869DB4;
	padding:3px 0 3px 10px;
}

#titel {
	padding-top:10px;	
	padding-bottom:5px;	
}

#content_tekst {
	position:relative;
	padding: 0 20px 130px 20px;
	margin:0px; 
	text-align:left;
	border-left:258px solid #869DB4;
}

#tekstvenster {
	border:1px solid #CCCCCC;
	padding:20px;
	background-image:url(../images/bg_content_tekst.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* Footer */
#footer_container {
	position:absolute;
	margin: 0 auto;
	bottom:0px;
	width:100%;
	left:0px;
	height:116px;
	background-image:url(../images/bg_bottom2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#f-con {
	position:relative;
	width:980px;
	margin:0 auto;
}

#footer {
	position:absolute;
	top:4px;	
	left: 50%;
	width:980px;
	margin-left: -490px;
	height:35px;
	background-image:url(../images/bg_bottom.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#contact {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	line-height:32px;
}

#realisatie {
	position:absolute;
	top:40px;
	left:10px;
}

#disclaimer {
	position:absolute;
	top:40px;
	right:10px;
}