body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../../img/35/background.png');
	background-repeat: repeat-x;
	background-color: #cdb5d5;
	color: #23446a;	
}

* {
	margin: 0px;
	padding: 0px;
}

div.header, div.page, div.footer {
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;	
}

div.header {
	height: 50px;
	position: relative;
	z-index: 10;		
}

#logo {
	width: 319px;
	height: 90px;
	background-image: url('../../img/35/logo.jpg');
    background-repeat: no-repeat;
	float: left;
}

div.menu {
	width: 951px;
	height: 90px;
	position: relative;
	z-index: 1;	
}

div.menu ul {
	position: absolute;
	list-style: none;
	right: 0px;
	bottom: 5px;
	font-size: 11px;	
}

div.menu ul li {
	display: inline;		
}

div.menu ul li span {
	width: 80px;
	display: block;
	float: left;
	background-image: url('../../img/35/bullet.png');
    background-repeat: no-repeat;
	background-position: right;
	text-align: center;
}

div.menu li.page-waar span  {
    background-image: none;
}

div.menu ul li a {
	text-decoration: none;
	color: #244169;
	font-weight: bolder;
}

div.menu ul li.menuItemActive a, div.menu ul li a:hover {
	color: #966fa8;
}

h1.pageTitle, h2.contentElementTitle {
	display: none;
}

div.menu div.after {
	width: 318px;
	height: 404px;
	position: absolute;
	bottom: -404px;
	left: 0px;
	background-image: url('../../img/35/foto.jpg');
    background-repeat: no-repeat;
	border-right: 1px solid #23456a;
	z-index: 1;
}	

#content {
	min-height: 334px;
	_height: 334px; /* ie6 */
	padding-left: 361px;
	padding-right: 40px;
	padding-top: 25px; /*33*/	
	padding-bottom: 45px;
	background-image: url('../../img/35/content_background.png');
    background-repeat: repeat-x;
	line-height: 20px;		
}

div.footer {
	height: 140px;
	position: relative;
}

#fake_content {
	width: 951px;
	height: 23px;
	position: absolute;
	top: -23px;
	left: 0px;
	background-image: url('../../img/35/content_bottom_background.jpg');
	background-repeat: no-repeat;
}

#footer_text {
	float: right;
	font-size: 10px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 10px;
}

#footer_text a {
	text-decoration: none;
	color: #23446a;    
}

div.footer div.go-on-footer {
	margin-left: 11px;
}

