body {
	background-image: url('../images/bg_top.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFCC00;
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow-y:hidden;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	heigth:500px;
	border-left: 4px solid #76C244;
	border-right: 4px solid #76C244;
	overflow:visible;
}
#topblue {
	height: 120px;
	width: 950px;
	text-align: left;
	background-color: #2E3897;
	background-image:url('../images/top_image.jpg');
	background-position:right;
	background-repeat:no-repeat;
	}
#menu {
	height: 30px;
	width: 950px;
	text-align: left;
	background-color: #FFCC00;
	}
#submenu {
	height: 20px;
	width: 950px;
	text-align: left;
	background-color: #7574B6;
	}
#content {
	width: 950px;
	text-align: left;
	}
#imageholder {

	}
#text {
	padding:40px;
	font-family:Arial;
	font-size:13px;
	color:  #2E3897;
	line-height:18px;
	overflow: auto;
	}
.menuitem {
	margin-top:8px;
	margin-left: 16px;
	}
.submenuitem {
	margin-top:3px;
	margin-left: 16px;
	}
.regiosubmenuitem {
	margin-top:3px;
	margin-left: 16px;
	margin-right: -3px;
	}
.perssubmenuitem {
	margin-top:3px;
	margin-left: 16px;
	margin-right: -8px;
	}
.destichting {
	text-align:center;
	font-weight:bold;
	}
TD {
	vertical-align:top;
	font-family:Arial;
	font-size:13px;
	color:  #2E3897;
	line-height:18px;
	}
.kop {
	font-weight: bold;
	font-size: 14px;
	}
.datum {
	font-size: 10px;
	}
.regio {
	border-bottom: 2px solid #76C244;
	cursor: pointer;
	}
.regio a {
	text-decoration: none;
	color: #7574B6;
	}
	

