body {
	font: 100% verdana, sans-serif;
	line-height:1.25em;
	color: #ffffff;
	margin-top: 0px;
	background-image: url(img/bg-site.jpg);  
	background-repeat: repeat; /* dit is de rondom kleur*/
}


#center {
	width:860px;
	height:500px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top:-250px;   /* de helft van width en height om te compenseren voor verschuiven*/
	margin-left:-430px;
}

#content {
	width:860px;
	height:500px;
	background-image: url(img/bg.jpg);  
	background-repeat: no-repeat;
}


#content-contact {
	width:860px;
	height:500px;
	background-image: url(img/bg-contact.jpg);  
	background-repeat: no-repeat;
}

#menu {
	float:left;
	width: 350px;
	height: 330px;
	padding-top:170px;
}

#foto {
	float:left;
	width: 140px;
	height: 500px;
}


#tekst {
	float: right;
	width: 300px;
	font-size: 70%;
	padding: 50px 40px 0px 30px; 
}

#tekst a {
	text-decoration: underline;
	color: #ffffff;
}

#tekst a:hover {
	text-decoration: none;
	color: #ffffff;
}

#fotoblok {
	float: right;
	width: 420px;
	font-size: 70%;
	padding: 50px 0px 0px 90px; 
}

#fotoblok a {
	text-decoration: none;
	color: #ffffff;
}

#fotoblok a:hover {
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	text-align:center;
}

/************** MENU *******************************************/


A.menu {
	display : block;
	width: 339px;
	height:31px;	
}

A.menu#werkplek {
	background-image: url(img/menu-werkplek.jpg);
}

A.menu#werkplek:hover {
	background-image: url(img/menu-werkplek-o.jpg);
}


A.menu#huis {
	background-image: url(img/menu-huis.jpg);
}

A.menu#huis:hover {
	background-image: url(img/menu-huis-o.jpg);
}


A.menu#verkoop {
	background-image: url(img/menu-verkoop.jpg);
}

A.menu#verkoop:hover {
	background-image: url(img/menu-verkoop-o.jpg);
}


A.menu#verhuizen {
	background-image: url(img/menu-verhuizen.jpg);
}

A.menu#verhuizen:hover {
	background-image: url(img/menu-verhuizen-o.jpg);
}



A.menu#jeannette {
	background-image: url(img/menu-jeannette.jpg);
}

A.menu#jeannette:hover {
	background-image: url(img/menu-jeannette-o.jpg);
}



A.menu#werkwijze {
	background-image: url(img/menu-werkwijze.jpg);
}

A.menu#werkwijze:hover {
	background-image: url(img/menu-werkwijze-o.jpg);
}



A.menu#contact {
	background-image: url(img/menu-contact.jpg);
}

A.menu#contact:hover {
	background-image: url(img/menu-contact-o.jpg);
}



A.menu#home {
	background-image: url(img/menu-home.jpg);
}

A.menu#home:hover {
	background-image: url(img/menu-home-o.jpg);
}


