/*
 * $Id: style.css,v 1.6 2007-11-09 15:05:49 richard Exp $
 */

body	{
	font-family:Verdana,Tahoma,Helvetica,Sans-Serif;
	font-size:13px;
	color:#330033;
	margin:0;
	padding:0;
	scrollbar-face-color: #FCFDFE;
	scrollbar-track-color: #FCFDFE;
	scrollbar-arrow-color:  #006699;
	scrollbar-3dlight-color: #98AAB1;
	scrollbar-highlight-color: #DEE3E7;
	scrollbar-shadow-color: #98AAB1;
	scrollbar-darkshadow-color: #DEE3E7;
	width:99.9%;
	height:100.1%;
}
table, tr, td, td, a, div {
	font-size:100%;
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
}
p {
	font-size:100%;
}
a	{
	color:#006C8F;
	text-decoration: none;
}
a:hover	{
	text-decoration:underline;
}
p.rootItem,
p.rootItemSelected {
	padding:0;
	margin:0;
}
p.rootItemSelected {
	color:#330033;
}
div.placeHolder {
	background:url(/images/backgrounds/vervolgpagina.jpg) left top no-repeat;
	position:relative;
	z-index:1;
	width:770px;
	height:500px;
	text-align:center;
}
table#pageBody {
	width:100%;
}
table#pageBody td.body {
	text-align:center;
}
table#pageBody td.topMenuHid {
	height:1px;
}
table#pageBody td.topMenuHid div.menu {
	position:absolute;
	z-index:1;
	visibility:hidden;
	display:none;
	overflow:hidden;
	height:1px;
	width:100%;
	
}