html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; background: transparent;}
body {	line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
:focus { outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table {	border-collapse: collapse;	border-spacing: 0;}


html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	width				: 100%;
	height				: 100%;
}

body	{
	background			: #fff;
	font				: 0.8em/1.6em Arial;
	width				: 100%;
	height				: 100%;
}

.clear	{
	clear				: both;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 100%;
	height				: 100%;
}


/* --------------------------------	*/
/* site							 	*/
/* --------------------------------	*/
#site	{
	position			: relative;
	margin				: 0 auto;
	width				: 740px;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header 	{
	text-align			: center;
	padding-bottom		: 20px;
	position			: relative;
}

/* --------------------------------	*/
/* inhoud						 	*/
/* --------------------------------	*/
#inhoud 	{
	border-top			: solid 2px #dfdfdf;
	border-bottom		: solid 0 #dfdfdf;
	padding				: 0 0;
	color				: #000;
	font-size			: 0.9em;
	overflow			: hidden;
}

#inhoud a 	{
	color				: #f9b816;
}


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	padding				: 10px 0;
}

#menu li	{
	float				: left;
	width				: 33.3%;
}

#menu li.referenties	{ text-align: left; }
#menu li.fotos			{ text-align: center; }
#menu li.contact		{ text-align: right; }


#menu li a	{
	color				: #000;
	text-transform		: uppercase;
	text-decoration		: none;
}

#menu li a:hover,
#menu li.actief a	{
	color				: #f9b816;
	text-decoration		: underline;
}
