*
{
	margin:0;
	padding:0;
}

html
{
	overflow-y:scroll;
}

body
{
	text-align:center;
	background-color:#666; /*E7E7E7;*/
}

#container
{
	text-align:left;
	position:absolute;
	left:50%;
	top:50%;
	width:750px;
	height:300px;
	margin-left:-375px;
	margin-top:-150px;
}

h1
{
	display:block;
	height:109px;
	width:750px;
	background:url(../images/header.jpg) no-repeat;
}

span,p
{
	display:none;
}

#home-en-design
{
	background:url(../images/home-en-design.jpg) no-repeat;
	display:block;
	width:750px;
	height:95px;
}

#home-en-design .preload_hover
{
	background:url(../images/home-en-design_u.jpg) no-repeat;
	visibility:hidden;
	width:750px;
	height:95px;
}

#home-en-design:hover .preload_hover
{
	visibility:visible;
	color:#666;
}

#bouwwerkzaamheden
{
	background:url(../images/bouwwerkzaamheden.jpg) no-repeat;
	display:block;
	width:750px;
	height:95px;
	margin-bottom:1px;
}

#bouwwerkzaamheden .preload_hover
{
	background:url(../images/bouwwerkzaamheden_u.jpg) no-repeat;
	visibility:hidden;
	width:750px;
	height:95px;
}

#bouwwerkzaamheden:hover .preload_hover
{
	visibility:visible;
	color:#666;
}

p#creator
{
	display:block;
	width:150px;
	position:absolute;
	right:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#AAA;
	font-size:10px;
	text-align:right;
	margin-top:5px;
}

p#creator a
{
	color:#AAA;
	font-size:10px;
	text-decoration:underline;
}

p#creator a:hover
{
	text-decoration:none;
}