html{
	height: 100%; 
	width: 100%;
}
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: arial;
	height: 100%; 
	width: 100%;
}
#body{
	background-color:#231f20;
}
*{
	font-family: arial;
	behavior: url('css/pngfix/iepngfix.htc');
}
p{
	padding:0px;
	margin:0px;
	font-size: 12px;
	color: 	#231f20;
	padding-bottom: 3px;
	text-align: justify;
	line-height: 17px;
}
h1{
	margin: 0px;
	padding: 0px;
	color:#231f20;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
}
h2{
	color: 	#231f20;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #007dc3;	
}
a:hover{
	text-decoration: none;
	color: #231f20;	
}
#main {
	width: 98%;
	position: relative;
	min-height: 100%;
	height:auto !important; 
	height:100%;
}
#container {
	width: 956px;
	background-color: #fff;
	position: relative;
	top: 0px;
	background-image: url("images/bg_repeat_container.gif");;
	background-repeat: repeat-y;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%;
	margin: 0 auto;
}
	#header{
	 	height: 135px;
	 	width: 956px;
	 	background-image: url("./images/header.gif");
	 	background-repeat: no-repeat;
	}
	#middle{
		display: table;
		width: 956px;
		background-image: url("./images/bg_menu_foto.gif");
	 	background-repeat:no-repeat;
		height:822px;	 	
	}
		#col_left{
			width: 268px;
			float: left;
			overflow: visible;	
			display: table;	
		}
			#menu_container{
				margin:0px;
				padding:0px;
				width: 263px;
				overflow: hidden;
				border-bottom: 2px solid #231F20;	
				margin-top: 15px; 	
				padding-bottom:11px;	
				background-color: #007FC3;		
			}
		#content{
			width: 688px;
			float: left;
			display: table;
			overflow-x: hidden;
		}
			#unc{
				height: 39px;
				width: 638px;
				font-size: 13px;
				padding-top: 21px;
				margin-left:50px;
				color: #007dc3;
				text-transform: uppercase;
				
			}
				#unc > a{
					font-size: 13px;
					text-decoration: none;
					color: #007dc3;
					text-transform: uppercase;
				}
				#unc > a:hover{
					font-size: 13px;
					text-decoration: none;
					color: #231F20;
				}
			#content_container{
				width: 688px;
			}
				.con_div{
					width: 688px;				
				}
				.con_div td{
					padding-left: 50px;	
					padding-right: 50px;
					padding-bottom: 25px;
					padding-top: 14px;
					vertical-align: top;
				}
				.con_div td h1{
					padding-bottom: 0px;
					padding-top: 12px;
					line-height: 24px;
				}
				.con_div td p{
					padding-top: 14px;
				}
				.textcell{
					padding-left: 39px;	
					padding-right: 50px;
					padding-bottom: 40px;
					padding-top: 34px;
					color: #007dc3;
					vertical-align: top;
				}
				.textcell p{
					color: #007dc3;
					text-align: left;
				}
				.con_div_2{
					border-top:2px solid #231f20;
					border-bottom:2px solid #231f20;			
				}
				.con_div_2 .textcell{
					border-left:2px solid #231f20;			
				}
				.con_div_2_img {
					border-top:2px solid #231f20;
					border-bottom:2px solid #231f20;
				}
				.con_div_3{
					border-top:2px solid #231f20;
					border-bottom:2px solid #231f20;	
				}				
				.img_con{
					border-right:2px solid #231f20;
				}
	#footer {
		position: absolute;
		bottom: 0; /* heel belangrijk */
	}	
/**** menu ****/	

ul#menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #007FC3;
}
	
ul#menu li{
	width: 212px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}
ul#menu li a{
	color:#ffffff;
	font-size: 13px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top:6px;
	padding-bottom:0px;
	height:28px;
	text-transform: uppercase;
	padding-left: 25px;
	letter-spacing: 0.15em;
}
ul#menu li a:hover{
	color:#231f20;
	text-decoration: none;
}
	#menu .menu_child{
		width: 260px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style: none;		
	}
	#menu .menu_child li {
		margin: 0px;
		padding: 0px;

	}
	#menu .menu_child li a{
		color:#231f20;
		font-size: 11px;
		display: block;
		width: 260px;
		padding-top:6px;
		padding-bottom:0px;
		height:28px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 0.15em;
	}
	#menu .menu_child li a:hover{
		color:#ffffff;
		text-decoration: none;
	}
	#menu .menu_child li a.hblue:hover{
		text-decoration: none;
	}
