html 
{ 
	height: 100%; 
}
body 
{
	font-family: 	 Arial, Helvetica, sans-serif;
	font-size:			12px;
	padding: 			0;
	margin: 			0;
	height: 			98%;
	background-color: 	#C0C1C2;
	color: 				#003070;
	line-height: 		1.6;
	margin-top: 		0px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.container
{
	width: 960px;
	height: 96%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding-top: 0pt;
	padding-bottom: 0pt;

}

.header
{	
	padding-top: 25px;
	height: 100px;
	background-color: #D8D8D8;
}
.header2
{
	background-color: #DCDCDC;
	height: 150px;
	float: left;

}
.header3
{
	background-color: #DCDCDC;
	color: #003070;
	font-size: 18px;
	float: right;
	padding-left: 25px;
	padding-top: 30px;
	width: 686px;
	height: 120px;
	float: right;

}
.menu
{
	background-color: #BEBFC1;
	height: 30px;

}
.bandBlauw
{
	height:15px;
	background-color: #003070;

}
a.menu
{
	color:#000000;
	padding-top: 7px;
	font-size: 13px;
	font-style: normal ;
	text-decoration: none;
	border-right: 1px solid #DCDCDC;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
	height: 23px;
	display: block;
}
a.menuActive
{
	background-color: #003070;
	color: #FFF;
	font-weight: bold ;
	padding-top: 7px;
	font-size: 13px;
	font-style: normal ;
	text-decoration: none;
	border-right: 1px solid #DCDCDC;
	padding-left: 10px;
	padding-right: 30px;
	float: left;
	height: 23px;
	display: block;	
	
}

a.menu:hover
{
	background-color: #003070;
	color: #FFF;
}
.content
{
	background-color: #FFF;
	/*padding: 28px;*/
	height: auto;
}
.footer
{
	background-color: #10346E;
	width: 960px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.left
{
	background-color: #FFF;
	float: left;
	padding-left: 28px;
	padding-top: 15px;
	width: 450px;
}
.right
{
	background-color: #FFF;
	float: right;
	width: 450px;
	padding-right: 28px;
	padding-top: 15px;
}
.contact_left
{
	background-color: #FFF;
	float: left;
	padding-left: 28px;
	padding-top: 15px;
	width: 450px;
		height: 250px;
}
.contact_right
{
	background-color: #FFF;
	float: right;
	width: 450px;
	height: 250px;
	padding-right: 28px;
	padding-top: 15px;
}
.full
{
	padding: 28px;
}
.table
{
	line-height:1.2;
	font-size:16px;
	width:256px;
	float:left;
	margin-right:45px;
}
h2
{
	font-size: 14px;
}
.tr
{
	
	background-image: url(images/row.bmp);
	background-position: bottom; 
	background-repeat: repeat-x;
	height: 25px;
}
