body
{
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}
body.stap1
{
    background-image: url(/images/bg_stap1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 0 0 0;

}
body.stap2
{
    background-image: url(/images/bg_stap2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}
body.stap3
{
    background-image: url(/images/bg_stap3.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}
body, td
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 15px;
    color: #6d6e71;
    line-height: 24px;
}
a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 15px;
    color: #6d6e71;
    line-height: 24px;
    text-decoration: underline;
}
a:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 15px;
    color: #6d6e71;
    line-height: 24px;
    text-decoration: none;
}
td.seperator
{
    height: 1px;
    line-height: 1px;
    background-color: #d6d2d0;
}
td.menu
{
    text-align: right;
    padding-right: 15px;
}
td.menu a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #636467;
    line-height: 24px;
}
td.menu a:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #636467;
    line-height: 24px;
}
td.menu a.selected
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #636467;
    line-height: 24px;
}
td.bottom
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #969698;
}
td.bottom a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #969698;
    text-decoration: none;
}
td.bottom a:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #969698;
    text-decoration: none;
}
.title {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight:bold;
}
input, select
{
    border: 1px solid #00abd4;
    color: #636467;
}
input.checkbox
{
	border-width:0px;
	background-color:Transparent;
}
textarea
{
    border: 1px solid #00abd4;
    color: #636467;
}
input.button
{
    background-color: #00abd4;
    border: 1px solid #636467;
    color: #ffffff;
}

/* 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;
}
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: 11px;
	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;
}