/*   O P M A A K   T E K S T   */

html, body{ 
							 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-image:url(bg_justitia.jpg);
	font-family:Arial, Helvetica, sans-serif;
} 

h1 {
	font-size: 200%;
	text-align: left;
	color: #FF9900;
	font-style: normal;
}

h2 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color:#FF0000;
}

h3 {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}

h4 {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}

p {
	font-size: 90%;
	text-align: left;
	color: black;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

li {
	color: #000000;
	font-size: 90%;
}



/*   O P M A A K   B E E L D   */
 
#pagewidth{ 
							width:950px; 
							text-align:left;  
							margin-left:auto; 
							margin-right:auto;
							background-image:url(bg.jpg);
							background-repeat:repeat-y;

}
 
#header{
							position:relative;
							height:90px;
							background-image:url(kop.jpg);
							background-repeat:no-repeat;
							background-position:top;
							background-color:#FFFFFF;
							width:950px;
} 

 
#leftcol{
							 width:250px; 
							 float:left;
							 padding-left:35px;
							 padding-top:10px; 
							 position:relative; 
							 padding-top:10px;
}
 
#maincol{
							float: right; 
							display:inline; 
							position: relative; 
							width:650px;
							text-align:left;
}
 
#footer{
							height:45px; 
							background-image:url(footer.jpg);
							background-repeat:no-repeat;
							background-position:bottom;
							background-color:#FFFFFF;
							width:950px;
							padding:1px;
							clear:both;
 } 
 
 .footer a:link {
		color:#FFFFFF;
		text-decoration:underline;  
		}
		
.footer a:visited {
		color:#FFFFFF;
		text-decoration:underline;  
		}
		
.footer a:hover {
		color:#FFFFFF;
		text-decoration:underline;  
		}
		
.footer a:active {
		color:#FFFFFF;
		text-decoration:underline;  
		}
 


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