html{
	height: 100%; 
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	font-family: arial;
	height: 100%; 
	width: 100%;
}
#body{
	background-color:#E3E5F3;
	background-image:url(images/bg_repeat_content.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-attachment: scroll;
}
*{
	font-family: arial;
	behavior: url('css/pngfix/iepngfix.htc');
}
img a {
	border:none;
}
img {
	border:none;
}
p{
	padding:0px;
	margin:0px;
	font-size: 12px;
	color: 	#6D6E71;
	padding-bottom:15px;
}
ul{
	font-size: 12px;
	color: 	#6D6E71;
}
li{
	font-size: 12px;
	color: 	#6D6E71;
}
h1{
	margin: 0px;
	padding: 0px;
	padding-bottom:28px;
	color:#17469E;
	font-size: 18px;
	text-align: right;
	font-weight:normal;
	letter-spacing:0.05em;
}
h2{
	margin:0px;
	padding:0px;
	padding-bottom:30px;
	color: 	#6D6E71;
	font-size: 12px;
	font-weight:bold;
}
a{
	text-decoration: underline;
	color: #6D6E71;	
}
a:hover{
	text-decoration: none;
	color: #6D6E71;	
}
#main {
	width: 98%;
	position: relative;
	min-height: 100%;
	height:auto !important; 
	height:100%;
}
#container {
	width: 956px;
	background-color: #fff;
	position: relative;
	top: 0px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%;
	margin: 0 auto;
}
	#header{
	height: 167px;
	width: 956px;
	background-image:url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	position:relative;
	}
		#headerText {
		position:absolute;
		top:40px;
		left:620px;
		height:50px;
		width:296px;
		}
			#headerText h1 {
			font-size:18px;
			color:#FFFFFF;
			font-weight:normal;
			letter-spacing:0.05em;
		}
	#middle{
	display: table;
	width: 956px;
	background-image:url(images/watermerk_content.gif);
	background-repeat:no-repeat;
	height:680px;
	background-attachment: scroll;
	background-position: right 270px;
	z-index:10;
	}
		#content{
			width: 956px;
			float: left;
			display: table;
			z-index:20;
		}

			#content_container{
				width: 688px;
				z-index:30;
			}
	#footer {
		position: absolute;
		bottom: 0; /* heel belangrijk */
	}	
	
/**** menu ****/	

ul#menu{
	width:632px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position:absolute;
	top:138px;
	left:264px;
}
	
ul#menu li{
	margin: 0px;
	padding: 0px;
	padding-top:2px;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	list-style: none;
	float:left;
	color:#FFFFFF;
}
ul#menu li a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration: none;
	display: block;
}
ul#menu li a:hover{
	color:#F99F2F;
	text-decoration: none;
}
ul#menu .active a {
	color:#F99F2F;
	text-decoration: none;
}
ul#menu .streep {
	padding:0px;
	margin:0px;
}
#content_table_div {
	position:relative;
	top:58px;
	left:0px;
	z-index:65;
}
#content_table {
	width:956px;
	position:relative;
	top:0px;
	left:0px;
	z-index:75;
}
.content_table_col_1 {
	width:244px;
}
.content_table_col_2 {
	width:40px;
}
.content_table_col_3 {
	width:632px;
}
.content_table_col_4 {
	width:40px;
}
#footer {
	padding:0px;
	margin:0px;
	text-align:right;
	width:632px;
	position:relative;
	left:284px;
	top:46px;
	font-size:12px;
	color:#6D6E71;
	z-index:50;
}
