
/*  HTML  */
body {
	background: #000;
	font-family: Arial;
	font-size: 11px;
	margin: 0px;
	color: #FFF
}
p {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}

/*  DIVS  */
#container { 
	margin-left: auto;
	margin-right: auto;
	width: 1030px;    
}
#content {
	width: 1030px;
	color: #FFF;
	float: left;
}

/*  HEADERS  */
#header { 
	width: 1030px;
	height: 130px;
	float: left;
}
#copy {
	color: #999;
	margin-top: 10px;
	float: left;
}
#projects, #office {
	color: #FFF;
	height: 15px;
	margin-top: 10px;
	width: 150px;
	float: left;
	overflow: hidden;
}
#office {
	margin-left: 218px;
}
#overigmenu {
	color: #999;
	margin-top: 10px;
	float: right;
}

/*  PROJECT  */
#projectblok {
	margin-left: auto;
	margin-right: auto;
	width: 932px;
}
#projectitem {
	margin: 2px;
	width: 182px;
	height: 155px;
	text-align: center;
	overflow: hidden;
	float: left;
}
#projectbeeld {
	width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	word-spacing: 7px; 
}

/*  FOOTER  */
#footer {
	clear: both;
	width: 1030px;
	text-align: center;
	font-size: 10px;
	color: #999;
}

/*  LINKS  */
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a.foot {
	text-decoration: underline;
	color: #999;
}
a:hover.foot {
	text-decoration: none;
	color: #FFF;
}
a.menu {
	text-decoration: none;
	color: #FFF;
}
a:hover.menu {
	text-decoration: none;
	color: #999;
}
a.menuw {
	text-decoration: none;
	color: #FFF;
	font-weight: 900;
}
a:hover.menuw {
	text-decoration: none;
	color: #999;
	font-weight: 900;
}