@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;
	margin: 0px;
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	background-position:top;
}

img{border:none;}

.cleardiv{
	clear:both;
	height:1px;
	overflow:hidden;
	margin:0;
}

#actie	{
	position:absolute;
	z-index:5;
	margin-left:15%;
	margin-top:-40px;
}
