/* Algemeen */
body {
	margin: 0 auto;
	padding: 0;	background-color:#005097;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	text-align:center;
	}
	
a {
	color: #333333;
	}
	

img {
	border: 0px;
	}
	
	
	
.menu{
	width:164px;	
	padding-top: 10px;
	
}	
	
.content{
	width:736px;	
	padding-top: 17px;
	
}	

.inhoud{
	background-image:url("images/contentbg.gif");	
}	
	
	
	
.bottom{
	background-image:url("images/contentbottom.gif");	
	height: 30px;
}	
		
		
		
		
h2{
	font-size: 12px;
	padding-left: 30px;	
	padding-top: 10px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	font-family: arial;
	min-height: 230px;
	height:auto !important;
	width:670px;
}
	



	
	
	
