/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {	
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-image: url(../images/achtergrond.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	/*position: absolute;
	width: 100%;
	height: 100%;*/
}

#content {
	height: 280px;
	width: 672px;
	margin-left: -336px;
	top: -140px;
	position: absolute;
	left: 50%;
}
#wrapper {
	overflow: visible;
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
}

div.site {
	width: 224px;
	height: 280px;
	float: left;
	clear: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.site div {
	margin-top: 10px;
	padding-left: 10px;
}

div.site div.natuursteen {
	color: #999999;
}

div.site div.natuursteen span.titel {
	font-style: italic;
	font-weight: bold;
}

div.site div.natuursteen a, div.site div.natuursteen a:link, div.site div.natuursteen a:hover {
	color: #999999;
}

div.site div.monumenten {
	color: #549511;
}

div.site div.monumenten span.titel {
	font-style: italic;
	font-weight: bold;
}

div.site div.monumenten a, div.site div.monumenten a:link, div.site div.monumenten a:hover {
	color: #549511;
}

div.site div.projecten {
	color: #006699;
}

div.site div.projecten span.titel {
	font-style: italic;
	font-weight: bold;
}

div.site div.projecten a, div.site div.projecten a:link, div.site div.projecten a:hover {
	color: #006699;
}
