@charset "utf-8";
/* CSS Document */

@IMPORT url("structuur.css");
@IMPORT url("font.css");
@IMPORT url("lightbox.css");

html, body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif; 
	font-size: 13px;
	line-height:19px;
	color: #535353;
	text-align:left;
	background-color: #448330;
	margin: 0px;
}

img{border:none;}

.cleardiv{
	clear:both;
	height:1px;
	overflow:hidden;
	margin:0;
}
