body {
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position:top;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;

	color:#000;
	padding:0;
}

#sitewrapper{
	padding-top:16px;
	width:1249px;
	margin:auto;
}

#header{
	width:1249px;	
	height:128px;
	float:left;
	background-image:url(images/header.png);
}

#content{
	width:1249px;	
	height:664px;
	float:left;
	background-image:url(images/content.png);
}

#kaart{
	padding-left:208px;
	padding-top:460px;
	width:242px;	
	height:121px;
	float:left;
}

#contentfb{
	width:620px;
	float:left;
	padding-left:120px;
	padding-top:130px;
}
#footer{
	width:1249px;	
	height:80px;
	float:left;
	background-image:url(images/footer.png);
}

#footercontent{
	padding-left:410px;
	padding-top:50px;
	float:left;
}

#ontwerp4u{
	width:38px;
	height:32px;
	float:right;
	background-image:url(images/ontwerp4u.png);
	margin-top:50px;

	
}
div.clickable { /* Containing div must have a position value */
    position:relative;
	border:0;
}
div.clickable a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
	border:0;
}