body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background:url(../images/bg.gif) repeat;
}

body, div, td, p {
	font: 12px  Arial, Helvetica, sans-serif;
	color: #151515;
	line-height:16px;
}

a {
	color:#151515;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

#container {
	margin:0 auto;
	width: 954px;
	min-height:400px;
	text-align:left;
	background-color:#fff;
}
#header{
	float:left;
	width:954px;
	height:120px;
	background:url(../images/header.gif) no-repeat left;
}
#content{
	float:left;
	width:904px;
	min-height:213px;
	padding:25px;
	text-align:center;
}
#footer {
	float:left;
	width:934px;
	height:17px;
	background:url(../images/bg_footer.gif) no-repeat;
	font-size:11px;
	color:#fff;
	padding-left:20px;
}

input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #151515;
}
.button {
	color:#353690;
	border:1px solid #353690;
	background-color:#c2c2c4;
}
/* forum en admin deel*/
table.forum {
	border-collapse:collapse;
	border:1px solid #CECDD5;
}
table.forum td {
	padding:5px;
}
table.forum td.tekst {
	padding:0px;
}
tr.header, td.header {
	background-color:#E4E2E7;
	font-weight:bold;
	color:#000000;
}
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: 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;
}
