body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}


#container  {
	width: 900px;
	height: 500px;
	position: absolute;
	margin-left: -450px;
	left: 50%;
	top: 10px;
	background-color: #fff;
	border: 0px solid #000;			/* BORDER, WEGHALEN */
}

#header {
	width: 670px;
	height: 87px;
	background: url(../afbeeldingen/header.gif) left top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	border: 0px solid red;			/* BORDER, WEGHALEN */
}

#navigation {
	height: 90px;
	width: 900px;
	background: url(../afbeeldingen/navigatie_balk.gif) left top no-repeat;
	position: absolute;
	top: 87px;
	left: 0px;
}

/* ----------------------------- */
/* 			Navigatie			 */

#navigation #menu {
	width: 670px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	position: absolute;
	bottom: 10px;
}

#navigation #menu a {	color: white; text-decoration: none; height: 20px;	}
#navigation #menu a.active {	font-weight: bold;	}
#navigation #menu a:hover {	text-decoration: underline;	}

#navigation span.activearrow {
	position: absolute;
	background:url(../afbeeldingen/active_arrow.gif) bottom center no-repeat;
	background-color: transparent;
	left: -10px;
	bottom: 0;
	width: 7px;
	height: 5px;
}

/* Active arrow bij navigatie items */
#navigation span.activearrow#home 		{	left: 52px;	}
#navigation span.activearrow#visie 		{	left: 96px;	}
#navigation span.activearrow#wiewezijn {	left: 160px;	}
#navigation span.activearrow#watwedoen {	left: 253px;	}
#navigation span.activearrow#resultaat {	left: 339px;	}
#navigation span.activearrow#opdrachtgevers {	left: 431px;	}
#navigation span.activearrow#referenties{	left: 532px;	}
#navigation span.activearrow#contact 	{	left: 605px;	}

/* ----------------------------- */
/* 			  Citaat			 */

#navigation #citaatbox {
	position: absolute;
	left: 670px;
	top: 0;
	height: 88px;
	width: 198px;
	color: #707070;
	padding: 0 0.5em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: table;
}

#navigation #citaatbox #citaatbox2 {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}

#navigation #citaatbox #citaatbox2 #citaat {
	#position: relative;
	margin-left: -2px;
	width: 194px;
	#top: -50%;
}

#navigation #citaatbox a {
	color: #707070;
	text-decoration: none;
}

#navigation #citaatbox a:hover {
	cursor:pointer;
	color: #6898c4;
}

#contentbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../afbeeldingen/content_background.gif) top left no-repeat #fff;
	position: absolute;
	width: 100%;
	height: 300px;
	top: 180px;
	left: 0;
	padding-bottom: 2.5em;
}

#contentbox #contentImg {
	position: absolute;
	width: 199px;
	text-align: center;
	left: 670px;
	top: 10px;
}

#content {
	width: 640px;
	padding: 10px 0 0 20px;
	*padding-top: 15px;
}

#content h1, #content h2, #diensten h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 100;
	color: #6493be;
}

#content h2 {
	font-size: 18px;
	text-decoration: underline;
}

#footer {
	position: absolute;
	background: url(../afbeeldingen/footer.gif) repeat-x;
	height: 30px;
	width: 100%;
	text-align: center;
	color: #626262;
	margin-top: 1em;
	bottom: 0;
	border-left: 1px solid #6898c4;
	border-right: 1px solid #6898c4;
}

#categorie b { color: #6493BE; }
