#contactheader
{
	width: 422px;
	height: 131px;
	position: absolute;
	left: 50px;
}

#contactheaderlinks
{
	background-image:url(images/logo_nieuw_links.gif);	
	width: 287px;
	height: 131px;
	float: left;
}

#contactheaderrechts
{
	background-image:url(images/logo_nieuw_bag.gif);
	width: 133px;
	height: 131px;
	float: right;	
}

#buttonbar
{
	position: absolute;
	top: 288px;
	left: 384px;
	z-index: 1;
	width: 600px;
}

.button
{
	float: left;
}

#topinfo
{
	width: 400px;
	height: 100px;
	position: absolute;
	left: 500px;
	top: 120px;
	line-height: 16px;
}

#content
{
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	width: 419px;
	position: absolute;
	left: 50px;
	top: 135px;
	bottom: 0px;
	padding-top: 310px;
	padding-left: 10px;
	padding-right: 10px;
	height: 49%;	
}
.highlightcolor
{
	color: #E30083;
}