body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#CCCCCC;
}
#container{
	margin: 0px auto;
	width: 950px;	
	height: 900px;
	text-align:center;
	background:#FFFFFF;
	border: #000000 thin solid;
}
#header{
	margin: 0px auto;
	width: 950px;	
	height: 227px;
	background:url("../images/navigatie_fotos.jpg") 0 0 no-repeat;
}
#cont{
	width: 950px;
}
#navigatie{
	float: left;
	margin: 5px 0px 0px 7px;
	padding: 15px 5px 5px 5px;
	width: 154px;	
	height: 500px;
	background: #7D0000;
	text-align: left;
}
#content{
	padding: 10px 10px 10px 10px;
	width: 713px;	
	text-align: left;
}

/* opmaak tekst */
a.nav{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 13px;
}
a:hover{
	text-decoration:underline;
}
ul.none{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 140%;
}
h1{
	font-size: 14px;
}