body {
	margin: 0px;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bgImage.jpg) repeat;
}

div, td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;}

a {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:underline;}
a:hover {text-decoration:none;}

img {border-color:#ef611b;}

input, select, textarea {
	border: 1px solid #d0d1d2;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	padding-left:3px;
}
.button {
	border: 1px solid #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#f27233;
	cursor:pointer;
}

div#container {
	display: block;
	min-height: 100%;
	_height:100%;
	min-width:960px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background:url(../images/bgImageGlow.jpg) repeat-x;
}

div#main {
	padding-bottom: 50px;
}
/* HEADER */
	div#header {
		height:31px;
		min-width:960px;
		width:100%;
		background-image:url(../images/bg_header.gif);
		background-position:top;
		background-repeat:repeat-x;
	}
	div#headerContent {
		position:relative;
		margin:0 auto;
		width:948px;
		height:28px;
		text-align:right;
		padding-top:3px;
		padding-right:12px;
	}
	div#headerContent ul {
		float:right;
		list-style:none;
		margin:0px;
		padding:0px;
	}
	div#headerContent li{
		float:left;
		cursor:pointer;
		color:#fff;
		padding:3px;
	}
	div#headerContent li a{
		color:#fff;
		line-height:12px;
		text-align:center;
		padding:0px 3px 3px 3px;
		text-decoration:none;
		font-weight:bold;
	}
	div#headerContent li a:hover{
		background:url(../images/bg_hoofdmenu.gif) repeat-x;
	}
	div#headerContent li a.active{
		background:url(../images/bg_hoofdmenu.gif) repeat-x;
	}

/* CONTENT */
	div#main div#content {
		margin:0 auto;
		width:960px;
		padding:0px;
	}
	div#logo, div#flashcontent {
		float:left;
		width:343px;
		height:109px;
		padding-left:0px;
	}
	div#topMenu {
		float:left;
		width:617px;
		min-height:99px;
		_height:99px;
		padding-top:10px;
	}
	div#topMenu ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	div#topMenu li{
		float:left;
		cursor:pointer;
		color:#000000;
		/*padding:3px;*/
	}
	div#topMenu li a{
		color:#000000;
		line-height:11px;
		text-align:center;
		padding:0px 1px 2px 1px;
		text-decoration:none;
		font-size:10px;
		font-weight:bold;
	}
	div#topMenu li a:hover{
		background:url(../images/bg_submenu.gif) repeat-x;
	}
	div#topMenu li a.active{
		background:url(../images/bg_submenu.gif) repeat-x;
	}
	div#contentHome {
		float:left;
		position:relative;
		width:960px;
		margin-top:-78px;
	}
	div#leftMenu {
		float:left;
		position:relative;
		width:241px;
		margin-top:70px;
	}
	div#leftMenuHeader {
		width:241px;
		background:url(../images/bg_leftmenu_top1.gif) no-repeat;
		opacity:.3;
		filter: alpha(opacity=30); 
		-moz-opacity: 0.3;
		-khtml-opacity: 0.30;
		height:9px;
	}
	div#leftMenuBG {
		width:241px;
		background:url(../images/bg_leftmenu1.gif) repeat-y;
		*opacity:.3;
		*filter: alpha(opacity=30); 
		*-moz-opacity: 0.3;
		*-khtml-opacity: 0.30;
	}
	div#leftMenuTekst {
		position:absolute;
		margin-left:9px;
		width:180px;
		background:#fefefe url(../images/bg_leftmenuText.gif) no-repeat bottom;
		padding:25px 20px 25px 20px;
		border:1px solid #fff;
	}
	div#leftMenuTekst a {
		text-decoration:none;
	}
	div#leftMenuTekst a:hover {
		text-decoration:underline;
	}
	div#leftMenuFooter {
		width:241px;
		height:9px;
		background:url(../images/bg_leftmenu_bottom1.gif) no-repeat;
		opacity:.3;
		filter: alpha(opacity=30); 
		-moz-opacity: 0.3;
		-khtml-opacity: 0.30;
	}
	#leftMenuTekst ul {
		width: 150px;
		text-align: left;
		margin: 10px 0px 0px -40px;
		*margin: 10px 0px 0px 0px;
		list-style:none;
	}
	
	#leftMenuTekst ul li {
		background:url(../images/bullet.gif) no-repeat top left;
		padding:3px 0px 3px 10px;
	}
	
	#leftMenuTekst ul li a {
		text-decoration: none;
	}
	
	#leftMenuTekst ul li a:hover {
		text-decoration: underline;
	}
	#leftMenuTekst ul li ul{
		margin:0px;
		margin-top:10px;
		margin-left:-22px;
		*margin-left:19px;
	}
	#leftMenuTekst ul li ul li {
		background:none;
		padding:3px 0px 3px 0px;
	}
	#leftMenuTekst ul li ul li a {
		text-decoration: none;
	}
	div#contentBlock {
		float:left;
		position:relative;
		width:719px;
		min-height:100%;
		/*min-height:550px;
		_height:550px;*/
		height:620px;
		margin-top:-90px;
		margin-bottom:20px;
	}
	div#referentiePagingVorige {
		position:relative;
		float:left;
		padding-left:40px;
	}
	div#referentiePagingVolgende {
		position:relative;
		float:right;
		padding-right:5px;
	}
	div#contentHeader {
		width:719px;
		background:url(../images/bg_content_top1.gif) no-repeat;
		opacity:.5;
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5;
		-khtml-opacity: 0.50;
		height:9px;
	}
	div#contentBG {
		width:719px;
		background:url(../images/bg_content1.gif) repeat-y;
		opacity:.5;
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5;
		-khtml-opacity: 0.50;
	}
	div#contentTekst {
		position:absolute;
		margin-left:10px;
		width:598px;
		background:#fefefe url(../images/bg_contentText.gif) no-repeat bottom;
		padding:65px 70px 50px 30px;
		border:1px solid #fff;
	}
	div#contentFooter {
		width:719px;
		height:9px;
		background:url(../images/bg_content_bottom1.gif) no-repeat;
		opacity:.5;
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5;
		-khtml-opacity: 0.50;
	}



/* FOOTER */
	div#footer {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		min-width:960px;
		display: block;
		height: 26px;
		z-index: 999;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		background:url(../images/bg_footer.gif) repeat-x;
	}
	div#footerDisclaimer a, div#footerContent a {
		color:#fff;
		font-size: 11px;
		text-decoration:none;
	}
	div#footer a:hover {
		text-decoration:underline;
	}
	div#footerDisclaimer {
		position:relative; 
		float:left;  
		padding-left:10px;
		padding-top:6px;
		font-weight:bold;
	}
	div#footerContent {
		position:relative;
		margin:0 auto;
		width:960px;
		height:20px;
		font-weight:bold;
		text-align:center;
		color:#fff;
		font-size: 11px;
		padding-top:6px;
	}
	div#footerDigibiz {
		position:relative; 
		float:right; 
		margin-top:-20px; 
		padding-right:10px;
	}
	div#footerDigibiz a {
		color:#bc4e18;
		font-size: 11px;
	}

form {
	margin:0px;
}

/* forum en admin deel*/
table.forum {
	border-collapse:collapse;
	border:1px solid #CECDD5;
}
tr.header, td.header {
	background-color:#E4E2E7;
	font-weight:bold;
	color:#000000;
}
table.forum td {
	padding:5px;	
}
table.forum td.tekst {
	padding:5px 0px 5px 0px;	
}
tr.normal {
	background-color:#FAFAFA;
	color:#000000;
}
tr.alternate {
	background-color:#FFFFFF;
	color:#000000;
}
blockquote {
	background-color:#FAFAFA;
	padding:5px 5px 5px 5px;
	border:1px solid #CECDD5;
}

a.arachna {
	color:#000000;
}

/*dTree*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}