body {
	background-image:url('/media/background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	color: #000000;
	/*background-color: #ffffff;*/
	padding:0px;
	font-size:11pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1 {
	margin-left:auto;
     margin-right:auto;
     margin-bottom: 5px;
     margin-top: 0px;
	padding:0px;
	color:#0404B4;
	/*color: #0b6dce;*/
	font-size: 26pt;
	text-align: center;
}

h2 {
	margin:20px 0px 5px 0px;
	padding:0px;
	font-size: 16pt;
	font-weight: bold;
}

h1 p, h2 p, h3 p {
    clear:both;
    margin-bottom:2px;
}

h3 {
	padding:0px;
        font-weight: bold;
        font-size: 14pt;
        
}
blockquote {font-size:11pt;
		color:#0404B4;}

a {
	text-decoration:none;
}
a:link { color: #0b6dce;}
a:visited {color: #0404B4;}
a:hover {color:Red;}

a.name { color: #eeeeee }
a.name:link { color: #eeeeee }
a.name:hover { color: #eeeeee }

div.container {
	position:center
	width:1050px;
	padding:10px;
	border:0px;
	margin:0px;
	margin-left: 45px;
	}
/*div.content {
	margin-left: 10px;*/
}
div.center {
    text-align:center;
    width:950px;
    margin:auto;
    margin-top:30px;
}

.text {
	clear:both;
	margin-bottom:2px;
}

img.left {
	float:left;
	margin: 0px;
	padding: 0px 20px 20px 0px;
}
img.right {
	float: right;
	margin: 0px;
	padding: 0px 0px 20px 20px;
}
a img {
        border: 0px;
}
span.name {
	white-space:nowrap; 
}

/* Hier begint de CSS van het menu */

.treeview {
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00009e;
	border: solid 1px gray;
}


.treeview, .treeview ul {
	padding: 0px; 
	margin: 0px;
	list-style: none;
}

.treeview ul {
	/* background-color: white; */
	margin-top: 4px;
}

.treeview .hitarea {
	/* background: url(/media/treeview-default.gif) -64px -25px no-repeat; */
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px -20px 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: Red; cursor: pointer; }

/*.treeview li { background: url(/media/treeview-default-line.gif) 0 0 no-repeat; } */
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -179px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/media/treeview-default.gif); } */
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/media/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/media/treeview-red.gif); } 

.treeview-black li { background-image: url(/media/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/media/treeview-black.gif); }  

.treeview-gray li { background-image: url(/media/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/media/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/media/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/media/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/media/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 10px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/media/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/media/folder-closed.gif) 0 0 no-repeat; }
/* .filetree span.file { background: url(/media/file.gif) 0 0 no-repeat; } */
