body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
img {
	border: none;
}
div#center {
	margin: auto auto;
	width: 917px;
}

/* ==================== */
/* === start header === */
/* ==================== */
	div#center div#logo {
		width: 112px;
		height: 102px;
		overflow: hidden;
		float: left;
	}
		div#center div#logo img {
			float: left;
		}
	div#center div#headerbanner {
		width: 611px;
		height: 101px;
		overflow: hidden;
		float: left;
	}
	div#center div#headerknoppen {
		width: 180px;
		overflow: hidden;
		float: right;
		border-top: 1px solid #CCCCCC;
		margin: 14px 0 0 0;
	}
	div#center div#headerknoppen div#headerknop{
		width: 180px;
		height: 36px;
		overflow: hidden;
		float: right;
		border-bottom: 1px solid #CCCCCC;
	}
	div#center div#headerknoppen div#headerknop a{
		width: 180px;
		height: 36px;
		line-height: 36px;
		padding: 0 0 0 5px;
	}

/* ======================= */
/* === start navigatie === */
/* ======================= */
div#center div#nav {
	height: 31px;
	width: 917px;
	float: left;
	margin: 0;
	background: transparent url("../images/nav_bg.gif") repeat;
}
	div#center div#nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		div#center div#nav ul li {
			margin: 0;
			padding: 0;
			float: left;
		}
			div#center div#nav ul li a#home {
				display: block;
				position: relative;
				height: 31px;
				width: 64px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_home.gif") no-repeat;
			}
			div#center div#nav ul li a#home_Actief {
				display: block;
				position: relative;
				height: 31px;
				width: 64px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_home.gif") left -62px no-repeat;
			}
			div#center div#nav ul li a#home:hover {
				background: transparent url("../images/nav_home.gif") left -31px no-repeat;
			}
			
			div#center div#nav ul li a#raboutrecht {
				display: block;
				position: relative;
				height: 31px;
				width: 174px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_rabobankutrecht.gif") no-repeat;
			}
			div#center div#nav ul li a#raboutrecht_Actief {
				display: block;
				position: relative;
				height: 31px;
				width: 174px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_rabobankutrecht.gif") left -62px no-repeat;
			}
			div#center div#nav ul li a#raboutrecht:hover {
				background: transparent url("../images/nav_rabobankutrecht.gif") left -31px no-repeat;
			}
			
			div#center div#nav ul li a#rabobankstarter {
				display: block;
				position: relative;
				height: 31px;
				width: 164px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_rabostarter.gif") no-repeat;
			}
			div#center div#nav ul li a#rabobankstarter_Actief {
				display: block;
				position: relative;
				height: 31px;
				width: 164px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_rabostarter.gif") left -62px no-repeat;
			}
			div#center div#nav ul li a#rabobankstarter:hover {
				background: transparent url("../images/nav_rabostarter.gif") left -31px no-repeat;
			}
			div#center div#nav ul li a#starterspakket {
				display: block;
				position: relative;
				height: 31px;
				width: 190px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_starterspakket.gif") no-repeat;
			}
			div#center div#nav ul li a#starterspakket_Actief {
				display: block;
				position: relative;
				height: 31px;
				width: 190px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_starterspakket.gif") left -62px no-repeat;
			}
			div#center div#nav ul li a#starterspakket:hover {
				background: transparent url("../images/nav_starterspakket.gif") left -31px no-repeat;
			}
			div#center div#nav ul li a#stappenplan {
				display: block;
				position: relative;
				height: 31px;
				width: 125px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_12stappenplan.gif") no-repeat;
			}
			div#center div#nav ul li a#stappenplan_Actief {
				display: block;
				position: relative;
				height: 31px;
				width: 125px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_12stappenplan.gif") left -62px no-repeat;
			}
			div#center div#nav ul li a#stappenplan:hover {
				background: transparent url("../images/nav_12stappenplan.gif") left -31px no-repeat;
			}
			div#center div#nav ul li a#onlineondernemersplan {
				display: block;
				position: relative;
				height: 31px;
				width: 178px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_onlineondernemersplan.gif") no-repeat;
			}
			div#center div#nav ul li a#onlineondernemersplan_Actief {
				display: block;
				position: relative;
				height: 31px;
				width: 178px;
				text-indent: -3000px;
				overflow: hidden;
				background: transparent url("../images/nav_onlineondernemersplan.gif") left -62px no-repeat;
			}
			div#center div#nav ul li a#onlineondernemersplan:hover {
				background: transparent url("../images/nav_onlineondernemersplan.gif") left -31px no-repeat;
			}

/* ========================== */
/* === start content     === */
/* ========================== */
div#center div#content {
	width: 917px;
	float: left;
	margin: 21px 0 0 0;
}

/* ========================== */
/* === start content LEFT === */
/* ========================== */

div#center div#content div#column-left {
	width: 723px;
	float: left;
	overflow: hidden;
	padding: 0;
}
	div#center div#content div#column-left div#nieuws{
		width: 723px;
		float: left;
		overflow: hidden;
		padding: 0;
		margin: 8px 0 0 0;
	}

		div#center div#content div#column-left div#nieuws div#itemLinks{
			width: 350px;
			height: 81px;
			float: left;
			overflow: hidden;
			padding: 24px 10px 0 0;
			background: transparent url("../images/bg_homenieuws.gif") no-repeat;
		}
		div#center div#content div#column-left div#nieuws div#itemRechts{
			width: 350px;
			height: 81px;
			float: right;
			overflow: hidden;
			padding: 24px 10px 0 0;
			background: transparent url("../images/bg_homenieuws.gif") no-repeat;
		}
			div#center div#content div#column-left div#nieuws div#image {
				float: left;
				margin: 0 10px 0 12px;
			}
			div#center div#content div#column-left div#nieuws div#image IMG {
				border: 1px solid #CCCCCC;
			}
			
			div#center div#content div#column-left div#nieuws div#titel{
				font-size: 11px; 
				font-weight: bold;
				color: #000099;
				margin: 0;
			}
			
			div#center div#content div#column-left div#nieuws div#bodytekst{
				color: #808080;
				padding: 5px 10px 0 0px;
				height: 37px;
				overflow: hidden;
			}
			
			div#center div#content div#column-left div#nieuws div#link{
				margin: 5px 0 0 0;
				float: right;
			}

/* ======================= */
/* === start detailpagina === */
/* ======================= */

div#center div#content div#column-left div#details{
		width: 723px;
		float: left;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}
	
	div#center div#content div#column-left div#details div#floater {
		width: 232px;
		overflow: hidden;
		border: 1px solid #cccccc;
		float: right;
		margin: 0 0 10px 10px;
	}
	
		div#center div#content div#column-left div#details div#floater div#filmpje {
			margin: 11px;
			border: 1px solid #cccccc;
			padding: 0;
			height: 155px;
			overflow: hidden;
		}
				
		div#center div#content div#column-left div#details div#floater div#ondertitel {
			height: 22px; 
			border-top: 1px solid #EEEEEE;
			background: url(../images/bg_detailFloater.gif) repeat-x;
			line-height: 22px;
			font-weight: bold;
			color: #fe6a05;
			padding: 0 0 0 10px;
		}
		
		div#center div#content div#column-left div#details div#floater div#link {
			min-height: 22px; 
			border-top: 1px solid #EEEEEE;
			background: url(../images/bg_detailFloater.gif) repeat-x;
			line-height: 22px;
			font-weight: bold;
			color: #837373;
			padding: 0 0 0 10px;
		}
		
		div#center div#content div#column-left div#details div#floater div#link a {
			font-weight: normal;
		}
	
	
	div#center div#content div#column-left div#details div#titel {
		color: #fe6a05;
		font-size: 24px;
		overflow: hidden;
		border-top: 1px solid #cccccc;
	}
	
	div#center div#content div#column-left div#details div#bodytekst {
		color: #837373;
		font-size: 11px;
		line-height: 18px;
		margin: 5px 0 0 0;
	}
	
	div#center div#content div#column-left div#details div#bodytekst div.privacyBullets {
		padding: 0 0 0 20px;
	}


/* =========================== */
/* === start content RIGHT === */
/* =========================== */
div#center div#content div#column-right {
	width: 180px;
	float: right;
	overflow: hidden;
	padding: 0;
}

	div#center div#content div#column-right div#testimonials {
		margin: 14px 0 0 0;
	}
		div#center div#content div#column-right div#testimonials div#titel {
			text-indent: -3000px;
			height: 20px;
			width: 180px;
			overflow: hidden;
			background: transparent url("../images/titel_testimonials.gif") no-repeat;
		}
		div#center div#content div#column-right div#testimonials ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			div#center div#content div#column-right div#testimonials ul li {
				margin: 0;
				padding: 0;
				float: left;
				border-bottom: 1px solid #CCCCCC;
			}
				div#center div#content div#column-right div#testimonials ul li a {
					display: block;
					position: relative;
					height: 20px;
					line-height: 20px;
					width: 180px;
					padding: 0 0 0 26px;
					color: #65656b;
				}
				div#center div#content div#column-right div#testimonials ul li a:hover {
					color: #ff6600;
				}
				div#center div#content div#column-right div#testimonials ul li a#foto {
					background: transparent url("../images/icoon_foto.gif") no-repeat;
				}
				div#center div#content div#column-right div#testimonials ul li a#video {
					background: transparent url("../images/icoon_video.gif") no-repeat;
				}


/* ==================== */
/* === start footer === */
/* ==================== */
div#center div#footer {
	height: 25px;
	width: 907px;
	margin: 33px 0 0 0;
	padding: 2px 0 0 10px;
	float: left;
	border-top: 1px solid #CCCCCC;
}
	div#footer div.sitewide {
		height: 25px;
		width: 77px;
		float: left;
		overflow: hidden;
		margin: 0px 0 0 3px;
	}
		div#footer div.sitewide span {
			color: #88BB0B;
		}
	div#footer div#payoff {
		height: 36px;
		width: 183px;
		float: right;
		overflow: hidden;
	}
		div#footer div#payoff img {
			float: right;
			border: none;
		}