html {
	overflow-x: hidden;
}
body,html {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:10pt;
	width:100%;
}
img {
	border:0px solid #FFFFFF; 
}
a,a:link,a:visited,a:active {
	color:#2e55b7;
	text-decoration:none;
}
a:hover {
	color:#003399;
}
#pageCenter {
	position:absolute;
	left:50%;
	width:0px;
	height:0px;
	margin:auto;
}
#bgrt {
	position:relative;
	margin-left:100px;
	width:608px;
	height:382px;
}
#mainframe {
	position:absolute;
	top:180px;
	left:-400px;
	width:800px;
	z-index:2;
}
#bgh {
	position:absolute;
	top:382px;
	z-index:0;
}
#bgh, #bgh img {
	width:100%;
	height:320px;
}
#logo {
	position:absolute;
	top:50px;
	left:-400px;
}
#menu {
	font-size:18px;
}
.submenu {
	position:relative;
	font-size:12pt;
	color:#FFFFFF;
	width:770px;
	white-space: nowrap;
	padding:14px;
}
.submenu a,.submenu a:link,.submenu a:visited,.submenu a:active {
	text-decoration:none;
	color:#FFFFFF;
}
.submenu a:hover {
	color: #FFC68C;
}
#content {
	position:absolute;
	top:84px;
	background-color:#FFFFFF;
	width:100%;
	min-height:550px;
	padding-bottom:50px;
}
.shadowTR {
	position:absolute;
	top:0;
	right:0;
	margin-top:-4px;
	margin-right:-11px;
	height:20px;
	width:11px;
	background-image:url(images/shadow_TR.png);
	background-repeat:no-repeat;
}
.shadowR_tab {
	position:absolute;
	top:16px;
	right:0;
	margin-right:-11px;
	height:17px;
	width:11px;
	background-image:url(images/shadow_R.png);
	background-repeat:repeat-y;
}
.shadowR {
	position:absolute;
	top:16px;
	right:0;
	margin-right:-11px;
	height:100%;
	width:11px;
	background-image:url(images/shadow_R.png);
	background-repeat:repeat-y;
}
.shadowB {
	position:absolute;
	left:0;
	bottom:0px;
	margin-bottom:-12px;
	width:811px;
	height:12px;
	background-image:url(images/shadow_B.png);
	background-repeat:no-repeat;
}
#newsScroller {
	position:relative;
	height:15px;
	width:680px;
	padding:10px;
	padding-left:110px;
	background:url(images/bg_newsscroller.jpg) no-repeat;
	overflow:hidden;
	z-index:3;
}
#newsScroller .descr {
	font-size:8pt;
	color:#666666;
}
#bodyContent {
	padding:30px;
	width:490px;
}
#bodyContent h1 {
	font-weight:normal;
	font-size:14pt;
	color:#999999;
	margin-bottom:30px;
}
#disclaimer {
	position:absolute;
	bottom:0;
	padding:15px 0 15px;
	left:30px;
	width:740px;
	border-top:1px solid #ff7e00;
	color:#666666;
	font-size:9pt;
	text-align:center;
}
#disclaimer a,#disclaimer a:link,#disclaimer a:visited,#disclaimer a:active {
	text-decoration:none;
	color:#666666;
}
#disclaimer a:hover {
	color:#333333;
}

/* Nieuws */

#pages {
	margin-top:30px
}
.pageNumber, .pageNumberSelected {
	width:20px;
	height:20px;
	vertical-align:middle;
	text-align:center;
	margin:2px;
	float:left;
	font-size:12pt;
}
.pageNumberSelected {
	border:1px solid #CCCCCC;
	color:#CCCCCC;
}
.pageNumber {
	border:1px solid #999999;
	color:#999999;
}
.pageNumber:hover {
	background-color:#CCCCCC;
}
#newsList, #newsList li {
	margin:0px;
	list-style:none;
	list-style-position:inside;
	padding:0px;
}
#newsList li {
	padding:10px;
	border-bottom:1px dashed #CCCCCC;
}
#newsList li:hover {
	background-color:#e5e5e5;
}
#newsList h3 {
	margin:0 0 5px 0;
	font-weight:normal;
	font-size:12pt;
	color:#333333;
	float:left;
	display:block;
	width:100%;
}
.item {
	height:50px;
	width:100%;
	position:relative;
	cursor:pointer;
	!cursor:hand;
}
.datum {
	color:#666666;
	font-size:9pt;
}
.prevNextLinks {
	display:block;
	width:100%;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
	
	border-top:1px dashed #aaaaaa;
}