/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color: #ffffff;
 background-image:  url(../images/bg-header.png);
 background-repeat: repeat-x;
 text-align:center; 
  font: 90% arial;
} 

h1{
 padding-left: 21px;
 font-family: arial;
 font-size: 18px;
 color: #575757;
 background:  url(../Icons/arrow.png) no-repeat;
 }


h2{
 font-family: arial;
 font-size: 16px;
 color: #575757;
 } 

 
h3{
font: 100% arial;
}
 
.emp {
 background-color: #FFFFCC;
}

.afb{
 float: right; 
 margin-left: 10px;
 margin-top: 10px;
 border: solid 1px black;
}
.box {
 border: solid 1px #C2C2C2;
 background-color: #EDECEC; 
 padding: 5px;
 width:170px; 

 margin-right: 10px;
 }
 
.links {
 float: right;
 margin-left:10 px;
 margin-top: 10px:
 }
.dark {
 text-decoration: none;
 color: #575757;
 }
 
 .h2home{
 font-family: arial;
 font-size: 16px;
 text-decoration: none;
 color: #363636;
 } 
 
 .content{
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	margin-bottom: -10px;
	margin-top: -10px;}
	
#pagewidth{ 
 width:750px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 width:100%;
 padding-top: 25px;
 font-family: "verdana";
 font-size: 60px;
 color: #ffffff;
 }
#header a:link {
	text-decoration: none;
	color: #FFF;}
#header a:visited {
	text-decoration: none;
	color: #FFF;}
#header a:hover {
	text-decoration: none;
	color: #FFF;}
#header a:active {
	text-decoration: none;
	color: #FFF;}

#headersub { 
 margin-top: -71px;
 font-family: "verdana";
 font-size: 20px;
 color: #000;
} 
 
	
#leftcol{
 width:199px; 
 float:left; 
 position:relative; 
 margin-top: 22px;
 font-family: "verdana";
 font-size: 16px;

 }
 
 	#treeMenu {
		position: relative; 
		float: left;	 
	 	list-style-type: none;
		padding: 0;
		margin-top: -5px;
		margin-left: 0px;
		font-family: arial;
        font-size: 18px;
	}
	
	#treeMenu ul {
		list-style-type: none;
		padding: 0;
		margin-top: 5px;
		margin-left: 1px;
	}
	
	/* padding tussen de regels*/
	#treeMenu li {
		padding: 0px;
		padding-left: 10px;
		margin: 5px 0px 0px 0px;
		
	}
	
	#treeMenu a {
		text-decoration: none;
		color: black;
		padding: 0px 4px 0px 19px;
		height: auto;
	}
	
	#treeMenu a:hover {
		text-decoration: underline;
		filter: alpha(opacity=50);
		-moz-opacity:.5;
				
	}
		
	
	#treeMenu .itemOpen ul, #treeMenu .itemOpenEnd ul {
		display: block;
	}
		
	
	#treeMenu .itemClose ul, #treeMenu .itemCloseEnd ul {
		display: block;
	}	
	
	#treeMenu .history a{
		background:  url(../Icons/bullet.png) no-repeat;
		margin-left: -5px;
		
	}
	#treeMenu .history1 a{
		background:  url(../Icons/bullet.png) no-repeat;
		margin-left: -5px;
		font-size: 16px;
		
	}
	
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 margin-top: 22px;
 width:540px; 
 font-size: 16px;
 color: #000; 
 border-left: 1px dashed #000000;
 padding-left: 10px;
 }
 
#footer{
 height:20px; 
 font-size: 12px;
 color: #FFF;
 clear:both;
 text-align: left;
 background-color: #575757;

 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
