* { margin: 0; padding: 0; border: 0;}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; color: #000;
	background-color: #FFF;}
	
#wrapper {
	text-align: left; 
	width: 650px; 
	margin: 20px 0;
	background-color: #FFF;}
	
h1 {
	font: bold 16px Arial, Helvetica, sans-serif; color: #000;	
	margin: 20px 0 18px 0;}
	
a:link, a:visited, a:hover, a:active { 
	font: normal 12px Arial, Helvetica, sans-serif; color: #069; 
	text-decoration: underline;}
	
a:hover {font: bold 12px Arial, Helvetica, sans-serif; color: #069;}

.clearfloat {								
	clear: left;
    height:0;
    font-size: 1px;
    line-height: 0px;}						/* this class should be placed on a div or break element and should be the final                                             element before the close of a container that should fully contain a float */
		
/* HEADER
-----------------------------------------------------------------------------------------------------------------------------*/
#header {
	/*position: relative; 
	top: 0; left: 0; */
	width: 650px; height:120px;
	color: #000;	
	background-image: none;}
	
#header img.noprint { 		 /* logo */
	display: none;}   
	
#header img.print { 		/* logo */
	display: block; 
	float: left; 
	margin-top: 1px; margin-left: 0px;}   

#header h1 { 
	float: left;
	margin-top: 70px; margin-left: 40px;
	font: normal 18px Arial, Helvetica, sans-serif; color: #000;
	letter-spacing: 1px;	  
	display: block;
	/*clear: both;*/}
	
/* NAVIGATIE BOVEN
-----------------------------------------------------------------------------------------------------------------------------*/			
#navtop { display: none;}
	
/* CONTENT -----------------------------------------------------------------------------------------------------------------------------*/	
#content {
	width: 650px; 
	padding: 0;}
	
body#home #content {
	width: 920px; 
	margin-top: 20px;
	padding: 0;}
	
img.index { display: none;}
	
img.indexprint { display: block;}
	
.bloklinks {
	float: none;
	width: 400px; height: 300px; 
	margin: 12px 0 20px 0;}
	
.blokrechts { 			
	float: none;
	position: relative;
	width: 400px; height: 300px; 
	margin: 12px 0 20px 0;}
	
.portfolio { padding-bottom: 12px;}

.portfolio .bloklinks {
	float: left;
	width: 400px; /*height: 300px; */
	margin: 12px 0 20px 0;
	padding-bottom: 12px;}
	
.portfolio .blokrechts { 			
	float: left;/*right;*/ 
	position: relative;
	width: 400px; /*height: 300px; */
	margin: 12px 0 20px 0;
	padding-bottom: 12px;}	
	
.portfolio .bloklinks p, .portfolio .blokrechts p {		
	font-size: 12px; color: #333;
	line-height: 130%; 
	margin-bottom: 12px;
	padding-top: 6px;}
	
.lb, .lo, .rb, .ro {
	position: absolute;	
	width: 180px; height: 130px;}
.lb { top:0; left: 0;}	
.lo { bottom:0; left: 0;}
.rb { top:0; right: 0;}
.ro { bottom:0; right: 0;}
	
.tekst { 
	float: none;	
	width: 650px;  
	font: normal 12px/130% Arial, Helvetica, sans-serif; color: #000;
	text-align: left;}	

.tekst h1 {
	font: bold 16px Arial, Helvetica, sans-serif; color: #000;	
	margin-bottom: 12px; margin-top: 0;
	letter-spacing: 1px;}
	
.tekst h2 { 
	font-size: 12px; color: #000;}
		
.tekst p{
	font-size: 12px; color: #000;
	line-height: 130%; 
	margin-bottom: 12px;}

.tekst img.tekstplaatje { float: right;  padding: 0 0 20px 20px;}	

/* FOOTER
-----------------------------------------------------------------------------------------------------------------------------*/
#footer {	
	width: 650px;  
	background-color: #FFF;
	text-align: left;
	margin: 30px 0 0 0;}
	
#footer ul {
	list-style-type: none;
	font: normal 12px Arial, Helvetica, sans-serif; color: #000;
	padding-top: 3px;}
	
#footer li { display: block; margin: 5px 0;}	
#footer li a { 
	font: normal 12px Arial, Helvetica, sans-serif; color: #000;
 	text-decoration: underline;}
