html {
	background			: #fff url(../img/frontpage/html_bg.png) repeat-x center top;
}

#header	{
	background			: url(../img/frontpage/header_bg.jpg) no-repeat;
	height				: 331px;
}

#header h1	{
	position			: absolute;
	bottom				: 20px;
	left				: 595px;
	width				: 380px;
	font-size			: 2.4em;
	color				: #F58519;
}

#header h1 span	{
	color				: #fff;
}

/* zijbalk */
#zijbalk	{
	position			: relative;
	margin-top			: -164px;
	background			: url(../img/frontpage/zijbalk_bg.png) repeat-y 19px top;
}

#zijbalk #menu	{
	background-position	: 6px 164px;
}

/* content */
#content {
	padding				: 15px 3px;
	width				: 659px;
}

#content .iwes	{
	margin				: 0 10px 20px 10px;
}

/* assortiment */
#content .assortiment	{
	background			: url(../img/frontpage/content_items_bg.png) repeat-y -655px 0;
	width				: 423px;
	float				: left;
	font-size			: 0.9em;
	line-height			: 1.5em;
	position			: relative;
}

#content .assortiment h2	{
	background			: url(../img/frontpage/content_items_bg.png) no-repeat 0 0;
	height				: 55px;
	text-indent			: -900em;
}

#content .assortiment a.vorige,	
#content .assortiment a.volgende	{
	position			: absolute;
	z-index				: 10;
	top					: 120px;
	left				: 0;
	background			: url(../img/frontpage/assortiment_bg.png) no-repeat -399px 0;
	width				: 13px;
	height				: 26px;
	text-indent			: -900em;
	overflow			: hidden;
}

#content .assortiment a.volgende	{
	left				: auto;
	right				: 23px;
	background-position	: -412px 0;
}


#content .assortiment ol	{
	position			: relative;
	background			: url(../img/frontpage/assortiment_bg.png) no-repeat 0 0;
	width				: 399px;
	height				: 164px;
	overflow			: hidden;
}

#content .assortiment li	{
	position			: absolute;
	height				: 164px;
	width				: 330px;
	top					: 0;
	left				: 0;
	margin-left			: 35px;
}

#content .assortiment li img	{
	padding				: 10px;
	margin-right		: 10px;
	background			: #fff;
	border				: solid 1px #F0F0F0;
	float				: left;
}

#content .assortiment li h3	{
	margin-bottom		: 10px;
}

/* nieuws */
#content .nieuws	{
	background			: url(../img/frontpage/content_items_bg.png) repeat-y -1078px 0;
	width				: 232px;
	float				: right;
	font-size			: 0.9em;
	line-height			: 1.5em;
}

#content .nieuws h2	{
	background			: url(../img/frontpage/content_items_bg.png) no-repeat -423px 0;
	height				: 55px;
	text-indent			: -900em;
}

#content .nieuws h3,
#content .nieuws p	{
	margin				: 0 18px 0 25px;
}

#content .nieuws p			{ 	color: #7E7E7E;	}
#content .nieuws p.datum	{	color: #F46C0F;	}

#content .nieuws p.button a	{
	font-size			: 1em;
}