#header {
	height: 125px;
}

img.logo{
	margin: 30px 0px 0px 40px;
}

#header {
	background:url(../img/header.png) no-repeat;
	height: 75px;
}

p.big{
	font-size: 110%;
}

h1{
	color:#998b7d;
}

a:link, a:active, a:visited, a:hover {
	color:#998b7d;
	text-decoration:none;
}
a:hover {
	color:#998b7d;
	text-decoration:underline;
}

h2{
	font-size: 25px;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: 0% 40%;
}

h2.comm{
	background-image: url(../img/communicatie.jpg);
	color:#ADAA00;
}

h2.bouw{
	background-image: url(../img/bouw.jpg);	
	color:#E62B34;
}

h2.real{
	background-image: url(../img/realestate.jpg);
	color:#9A8B7D;
}

div.group{
	float:left;
	width:280px;
	margin-right: 30px;
	margin-top: 10px;
}

div.last{
	margin-right: 0px;
}

div.group div{
	height: 300px;
	margin-right: 20px;
}

p.logo{
	text-align:center;
}

p.logo img{
	margin-right: 20px;
}

p.logo img.last{
	margin-right: 0px;
}