
	/* site */

	body
	{
		font-family: Helvetica;
		font-size: 12px;
		text-align: center;
		margin: 25px 0px 70px 0px;
		background: #FEC522;
	}

	#site
	{
		width: 935px;
		margin: auto;
		text-align: left;
		background: white;
	}

	#site .top
	{
		background: url('images/borderTop.gif') repeat-x 50% top;
	}
	#site .right
	{
		background: url('images/borderRight.gif') repeat-y right 50%;
	}
	#site .bottom
	{
		background: url('images/borderBottom.gif') repeat-x 50% bottom;
	}
	#site .left
	{
		background: url('images/borderLeft.gif') repeat-y left;
	}
	#site .leftTop
	{
		background: url('images/borderLeftTop.gif') no-repeat left top;
	}
	#site .rightTop
	{
		background: url('images/borderRightTop.gif') no-repeat right top;
	}
	#site .rightBottom
	{
		background: url('images/borderRightBottom.gif') no-repeat right bottom;
	}
	#site .leftBottom
	{
		background: url('images/borderLeftBottom.gif') no-repeat left bottom;
	}
	#site .padding
	{
		padding: 56px 96px 75px 89px;
	}


	/* header */

	#header
	{
	}

	#logo
	{
	}

	#menu
	{
		margin: 31px 0px 16px 0px; 
		height: 17px;
		overflow: auto;
	}

	#menu a
	{
		display: block;
		float: left;
		height: 17px;
		background-repeat: no-repeat;
	}

	#menu a.home
	{
		background-image: url('images/menuItemHome.gif');
		width: 39px;
	}
	#menu a.home:hover, a.homeActive
	{
		background-image: url('images/menuItemHomeYellow.gif');
		width: 39px;
	}
	#menu a.introductie
	{
		background-image: url('images/menuItemIntroductie.gif');
		width: 76px;
	}
	#menu a.introductie:hover, a.introductieActive
	{
		background-image: url('images/menuItemIntroductieYellow.gif');
		width: 76px;
	}
	#menu a.innovatie
	{
		background-image: url('images/menuItemInnovatie.gif');
		width: 63px;
	}
	#menu a.innovatie:hover, a.innovatieActive
	{
		background-image: url('images/menuItemInnovatieYellow.gif');
		width: 63px;
	}
	#menu a.partners
	{
		background-image: url('images/menuItemPartners.gif');
		width: 58px;
	}
	#menu a.partners:hover, a.partnersActive
	{
		background-image: url('images/menuItemPartnersYellow.gif');
		width: 58px;
	}
	#menu a.projecten
	{
		background-image: url('images/menuItemProjecten.gif');
		width: 65px;
	}
	#menu a.projecten:hover, a.projectenActive
	{
		background-image: url('images/menuItemProjectenYellow.gif');
		width: 65px;
	}
	#menu a.links
	{
		background-image: url('images/menuItemLinks.gif');
		width: 32px;
	}
	#menu a.links:hover, a.linksActive
	{
		background-image: url('images/menuItemLinksYellow.gif');
		width: 32px;
	}
	#menu a.contact
	{
		background-image: url('images/menuItemContact.gif');
		width: 52px;
	}
	#menu a.contact:hover, a.contactActive
	{
		background-image: url('images/menuItemContactYellow.gif');
		width: 52px;
	}

	#menu .separator
	{
		float: left;
		width: 33px;
		height: 14px;
		background: url('images/menuItemSeparator.gif') no-repeat 50% top;
	}


	/* content */

	td
	{
		vertical-align: top;
		font-size: 14px;
	}

	.block
	{
		margin-top: 36px;
		font-size: 14px;
		line-height: 21px;
	}

	h1
	{
		display: block;
		padding-bottom: 18px;
		border-bottom: 1px solid #CDCFD1;
		margin-top: 0px;
		margin-bottom: 24px;
	}

	.readMore
	{
		margin-top: 14px;
		margin-bottom: 1px;
	}
	.readMore a
	{
		text-decoration: none;
		color: black;
		font-size: 12px;
		line-height: 14px;
	}
	.readMore span
	{
		border-bottom: 1px solid #BFBFBF;
	}
	.readMore img
	{
		vertical-align: middle;
		padding-left: 5px;
		border: 0px;
		vertical-align: bottom;
	}

	.listItem
	{
	   background: url(images/bullet.gif) no-repeat left 50%;
	   padding-left: 19px;
	}

	.linkAsText
	{
		text-decoration: none;
		color: black;
	}


	/* images */

	#imageQuote
	{
		margin-left: -7px;
	}


	/* form */


	form
	{
		margin: 0px;
	}

	fieldset
	{
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	label
	{
		display: block;
		float: left;
		width: 96px;
		padding-top: 3px;
	}

	input
	{
		border: 1px solid #ADADAD;
		font-family: Helvetica;
		font-size: 14px;
		padding: 5px 0px 4px 4px;
		padding-right: 1px;
		width: 417px; /* xbrowser input size hack - normal for most browsers */
		_width: 414px; /* xbrowser input size hack - other box model in IE 6.0 */
		margin-bottom: 7px;
	}

	input.fieldError
	{
		border-color: #FEC522;
	}

	textarea
	{
		border: 1px solid #ADADAD;
		font-family: Helvetica;
		font-size: 14px;
		padding: 3px 4px; /* xbrowser textarea size hack - normal for most browsers */
		overflow: auto;
		margin: 0px;
		width: 414px;
		height: 210px;
	}

	textarea, /* for IE only */
	{
		padding: 3px 5px; /* xbrowser textarea size hack - other box model in IE */
		width: 412px;
		_width: 409px; /* for IE 6.0 */
	}

	.submitButton
	{
		width: auto;
		padding: 0px;
		font-size: 12px;
		border: 0px;
		background: transparent url('images/bullet.gif') no-repeat right 40%;
		cursor: pointer;
		_cursor: hand;
		float: right;
		margin-top: 26px;
		width: 130px;
	}

	#formFeedback
	{
		height: 300px;
	}


	/* footer */

	#footer
	{
		padding-top: 17px;
		width: 873px;
		margin: auto;
	}

	#copyright
	{
		margin-top: 7px;
		float: left;
	}

	#byAllyourmedia
	{
		float: right;
	}
