	body {
		margin			: 0;
		background-color: #ddd;

	}
	body, p, td, li {
		font-family		: "trebuchet MS", Arial, Helvetica;
		font-size		: 11px;
		color			: #444;

	}
	a,
	a:visited,
	a:link,
	a:hover,
	a:active {
		text-decoration	: none;
		color			: #639;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin			: 0;
		padding			: 0;
		padding-bottom	: 2px;
		color			: #444;
	}
	h1 {
		font-size		: 16px;
		font-weight		: bold;
		color			: #639;
	}
	h2 {
		font-size		: 14px;
		font-weight		: bold;
	}

	h3 {
		font-size		: 12px;
		font-weight		: bold;
	}

	h4, h5, h6 {
		font-size		: 11px;
		font-weight		: bold;
	}
	input {
		width			: 325px;
		background-color: #f6f5f5;
		border			: 0;
		border-bottom	: 1px solid #ccc;
		color			: #444;
	}
	textarea {
		width			: 325px;
		height			: 100px;
		background-color: #f6f5f5;
		border			: 1px solid #ccc;
	}
	input.button {
		width			: auto;
		padding			: 3px;
		background		: #639 url(/images/band_paars.png) repeat-x;
		color			: #fff;
		font-weight		: bold;
	}
	.noborder {
		border			: 0;
	}
	.red {
		color			: #991b1e;
	}
	.strong {
		font-weight		: bold;
	}
	ul.contactgegevens {
		list-style		: none;
		margin			: 0 auto;
		padding			: 0;
		padding-top		: 10px;
	}
	ul.contactgegevens li {
		font-weight		: bold;
		color			: #888;
		float			: left;
		background		: transparent url(/images/liSep.png) no-repeat right center;
		padding			: 0 5px;
	}
	
	#feedback {
		width			: 20px;
		height			: 106px;
		position		: fixed;
		top				: 240px;
		right			: 0;
		background		: transparent url(/images/neemcontactop.png) no-repeat left top;
	}
	#feedback img {
		width			: 20px;
		height			: 106px;
		border			: 0;
	}
	#feedback span {
		display			: none;
	}
	#wrapper {
		background-color: #fff;
		overflow		: hidden;
	}
	#header,
	#container,
	.container {
		width			: 950px;
		margin			: 0 auto;
		position		: relative;
	}
	#header {
		height			: 30px;
		overflow		: hidden;
		padding-top		: 23px;
	}
	#band {
		position		: absolute;
		left			: 0;
		top				: 60px;
		width			: 100%;
		height			: 136px;
		overflow		: hidden;
		background		: #639 url(/images/band_paars.png) repeat-x;
		color			: white;		
	}
	#headerContent ul {
		margin			: 0;
		padding			: 0;
		list-style		: none;
		width			: 100%;
	}
	#headerContent li {
		float			: left;
		font-size		: 13px;
		margin-right	: 1px;
		font-weight		: bold;
		width			: 236px;
	}
	#headerContent a,
	#headerContent a:visited,
	#headerContent a:link,
	#headerContent a:hover,
	#headerContent a:active {
		text-decoration	: none;
		color			: #444;
	}
	#headerContent .headerRed {
		background-color: #991b1e;
	}
	#headerContent .headerOrange {
		background-color: #ff9933;
	}
	#headerContent .headerYellow {
		background-color: #f8ed37;
	}
	#headerContent .headerGreen {
		background-color: #50b848;
	}
	#headerContent ul.colors li {
		font-size		: 1px;
		height			: 6px;
		overflow		: hidden;
		margin-right	: 1px;
		width			: 236px;
	}
	#bandContainer ul {
		margin			: 0;
		padding			: 0;
		list-style		: none;
		width			: 100%;
		overflow		: hidden;
	}
	#bandContainer li {
		height			: 126px;
		margin			: 5px;
		width			: 935px;
		overflow		: hidden;
		position		: relative;
	}
	#bandContainer a,
	#bandContainer a:visited,
	#bandContainer a:link,
	#bandContainer a:hover,
	#bandContainer a:active {
		text-decoration	: none;
		color			: #fff;
	}
	#bandContainer h2,
	#bandContainer h3 {
		font-size		: 22px;
		color			: #fff;
		font-style		: normal;
	}
	#bandContainer h2 {
		padding-top		: 15px;
	}
	#bandContainer h3 {
		font-size		: 19px;
		font-style		: italic;
		font-weight		: normal;
		padding-left	: 20px;
	}
	#bandContainer h3 span {
		font-size		: 24px;
		font-weight		: bold;
	}
	#bandContainer img {
		position		: absolute;
		top				: 13px;
		max-height		: 100px;
		right			: 15px;
		border			: 0;
	}
	#container {
		background-color: #fff;
	}
	
	/* C O N T E N T */
	#mainContent {
		margin-top		: 170px;
		padding-bottom	: 1em;
	}
	#actualiteitContainer {
		width			: 100%;
		overflow		: hidden;
	}
	#referenties,
	#actualiteit {
		list-style		: none;
		margin			: 0;
		padding			: 0;
		width			: 100%;
		height			: 120px;
	}
	#referenties li,
	#actualiteit li	{
		float			: left;
		width			: 136px;
		height			: 120px;
		background-color: #eee;
		border			: 1px solid #999;
		margin			: 0 15px 0 0;
		overflow		: hidden;
	}
	
	#referenties img,
	#referenties div,
	#actualiteit img	{
		width			: 118px;
		height			: 100px;
		margin			: 8px;
		border			: 1px solid #999;
		background-color: #639;
		color			: #fff;
		font-weight		: bold;
		font-size		: 14px;
		text-align		: center;
		cursor			: pointer;
	}
	#referenties a,
	#referenties a:visited,
	#referenties a:link,
	#referenties a:active,
	#referenties a:hover,
	#actualiteit a,
	#actualiteit a:visited,
	#actualiteit a:link,
	#actualiteit a:active,
	#actualiteit a:hover	{
		text-decoration	: none;
	}
	#actualiteit {
		width			: 55%;
		height			: 405px;
		float			: left;
	}
	#actualiteit li {
		margin			: 0 15px 15px 0;
	}
	#textblock {
		width			: 40%;
		float			: left;
		
	}	
	
	.twoColumnContainer {
		clear			: both;
		width			: 100%;
		overflow		: hidden;
		padding			: 5px 0;
	}
	.twoColumnContainer .Column {
		float			: left;
		width			: 47%;
		padding			: 0 8px 0 0;
	}
	.twoColumnContainer .Column h2 {
		border-bottom	: 1px solid #ccc;
	}
	.twoColumnContainer .Column img {
		padding			: 4px;
		background-color: #ddd;
		border			: 1px solid #444;
		margin			: 0 7px 7px 0;
	}
	.twoColumnContainer .right,
	.right {
		float			: right;
	}
	
	/* P O R T F O L I O */
	#portfolio_images {
		width			: 360px;
		height			: 310px;
		overflow		: hidden;
	}
	#portfolio_images ul{
		margin			: 0;
		padding			: 0;
		list-style		: none;
		width			: 100%;
		overflow		: hidden;
	}
	#portfolio_images li {
		height			: 310px;
		width			: 360px;
		overflow		: hidden;
	}
	#portfolio_images li img {
		margin			: 0;
	}
	ol#controls {
		height			: 28px;
		margin			: 1em 0;
		padding			: 0;
	}
	ol#controls li {
		float				: left;
		height				: 28px;
		line-height			: 28px;
		list-style-image	: none;
		list-style-position	: outside;
		list-style-type		: none;
		margin				: 0 10px 0 0;
		padding				: 0;
	}
	ol#controls li a {
		background-color	: #ddd;
		color				: #444;
		border				: 1px solid #444;
		float				: left;
		height				: 28px;
		line-height			: 28px;
		padding				: 0 10px;
		text-decoration		: none;
	}
	ol#controls li.current a{
		background-color	: #639;
		color				: #fff;
		border				: 1px solid #444;
	}
	
	/* F O O T E R */
	#footer {
		width			: 100%;
		min-height		: 130px;
		border-top		: 1px solid #aaa;
		padding-top		: 6px;
	}
	#footer ul {
		width			: 100%;
		margin			: 0;
		padding			: 0;
		list-style		: none;
	}
	#footer li {
		float			: left;
		width			: 16%;
		font-weight		: bold;
		color			: #999;
	}
	#footer li.half	{
		width			: 50%;
	}
	#footer h3 {
		font-size		: 14px;
		margin			: 0 0 4px 0;
		color			: #777;
	}
	#footer h2 {
		font-size		: 13px;
		color			: #999;
		font-weight		: bold;
		margin			: 0;
	}
	#footer h2 span {
		font-weight		: normal;
	}
	#footer img {
		height			: 100px;
		float			: right;
		padding-top		: 3px;
		border			: 0;
		margin-bottom	: 4px;
	}
	#footer h4 {
		clear			: right;
		font-size		: 11px;
	}