/* resetten van css waarden */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, sub, sup, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	line-height: 16px;
	font-family: inherit;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	color: #728c24;	
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
	
/* opbouwen van hoofdstructuur */	
html, body, #wrapper {
	height: 100%;
	}
body > #wrapper {
	height: auto; min-height: 100%;
	}
#main {
	padding-bottom: 175px;
	}  
#footer {
	position: relative;
	margin-top: -175px; 
	height: 175px;
	clear:both;
	} 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* verbergen voor IE-mac \*/
* html .clearfix { 
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* einde verbergen voor IE-mac */	
