#main {
	margin-top			: 10px;
}

#content h1 {
	display				: none;
}

#content .main-content {
	width				: 475px;
	line-height			: 1.7em;
	font-size			: 1.2em;
	text-align			: justify;
	float				: left;
	min-height			: 150px;
	margin-bottom		: 10px;
}

#content .aanbiedingen {
	position			: relative;
	background			: #fff;
	width				: 446px;
	height				: 154px;
	overflow			: hidden;
	padding				: 12px;	
	float				: right;
}

#content .aanbiedingen ul {
	height				: 120px;
}

#content .aanbiedingen li {
	width				: 430px;
	clear				: both;	
	height				: 120px;
	margin-top			: 10px;
}

#content .aanbiedingen .titel  {
	display				: block;
	background			: #FF6600;	
	padding				: 0 0 0 3px;	
}

#content .aanbiedingen h3  {
	color				: #fff;
	font-size			: 1.5em;
	font-weight			: normal;
}

#content .aanbiedingen a.leesmeer  {
	padding				: 0 5px;
}

#content .aanbiedingen .afbeelding {
	float				: left;
}

#content .aanbiedingen .info {
	float				: right;
	width				: 255px;
	color				: #000;
	text-align			: justify;
}

#content .aanbiedingen #nav {
	position			: absolute;
	height				: 23px;
	padding				: 3px 0 0 0;
	right				: 12px;
	bottom				: 12px;
	z-index				: 3455;
}

#content .aanbiedingen  #nav a {
	display				: block;
	float				: left;
	text-decoration		: none;
	padding				: 1px 6px;
	border				: 1px solid #FF7021;
	margin				: 0 2px 0 0;
	background			: #FFF;
	font-size			: 0.9em;
	color				: #000;
}

#content .aanbiedingen  #nav a:hover {
	background			: #FF9F5F;
	color				: #fff;
}

#content .aanbiedingen #nav a.activeSlide {
	color				: #FFF;
	background			: #FF7021;
	font-weight			: bold;
}
/*
#content .aanbiedingen:hover,
#content .aanbiedingen.hover {
	border				: solid 2px #057C7F;
	padding				: 10px;
}

#content .aanbiedingen:hover .titel,
#content .aanbiedingen.hover .titel {
	background			: #057C7F;
}

#content .aanbiedingen:hover #nav,
#content .aanbiedingen.hover #nav  {
	bottom				: 10px;
	right				: 10px;
}*/


/*referenties*/
#content .referenties {
	float				: left;
	width				: 480px;
	margin-top			: 5px;
	clear				: left;
}

#content .referenties ul {
	margin-left			: -7px;
	height				: auto;
	border-right		: solid 1px #fff;
	height				: auto;
	min-height			: 180px;
	clear				: both;	
}

#content .nieuws li,
#content .referenties li {
	padding				: 7px;
	width				: 207px;
	float				: left;
}

#content .referenties li.first {
	margin				: 0 24px 0 0;
	clear				: right;		
}

#content .nieuws li:hover,
#content .nieuws li.hover,
#content .referenties li:hover,
#content .referenties li.hover {
	background			: #dcf1f7;	
}

#content .referenties img {
	border				: solid 7px #fff;
	margin-bottom		: 5px;
}

#content .nieuws strong, 
#content .referenties strong {
	display				: block;
	margin				: 0 0 3px 0;
}

#content .nieuws .info span,
#content .referenties .info span {
	display				: block;
	color				: #828282;
	font-size			: 1em;
	width				: 210px;
	line-height			: 1.7em;	
	text-align			: justify;
}

#content a.meer {
	float				: right;
	font-weight			: bold;
	font-size			: 1em;
	margin-top			: 5px;
	clear				: both;
}

#content .referenties a.meer {
	color				: #017f82;
}


/*nieuws*/
#content .nieuws {
	float				: right;
	width				: 470px;
	margin-top			: 30px;
}

#content .nieuws ul {
	margin-top			: 10px;
}

#content .nieuws li.first {
	margin				: 0 24px 0 -5px;
}

#content .nieuws a.meer {
	color				: #ff6600;
}