#artikelen_lijst {
	width: 740px;
	float: left;
	margin: 20px 0 0 0;
	height:100%;
}

#artikelen_lijst #header {
	height: 28px;
	width: 740px;
	float:left;
}

#artikelen_lijst #header a {	color:#000; }

#artikelen_lijst #header #titel{
	padding-left: 10px;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff04;
	width: 740px;
	float: left;
	background-image: url('../img/header_artikelen.png'); 
	background-repeat: no-repeat;
	margin: 0 0 17px 0;
}

#artikelen_lijst #header #titel #categorie{
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff04;
	width: auto;
	float: left;
}

#artikelen_lijst #header #titel #paginering {
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #ffff04;	
	float: left;
	width: auto;
	margin: 0 0 0 20px;
}

#artikelen_lijst #header #titel #paginering a 		{ color: #ffff04; }
#artikelen_lijst #header #titel #paginering .white	{ color: #fff; }

#artikelen_lijst #artikel {
	height: 100%;
	width: 231px;
	float: left;
	margin: 20px 10px 0 0;
	border-left: 5px #eeeee4 solid 
}

#artikelen_lijst #artikel #foto {
	width: 90px;
	height: 90px;
	margin: 0 10px 0 5px;
	float: left;
}

#artikelen_lijst #artikel #content {
	width: 125px;
	float: left;
}

#artikelen_lijst #artikel #content_empty,
#artikelen_lijst #artikel #content_full
{
	width: 460px;
	float: left;
	height: 100%;
	padding: 0 0 0 10px;
}


#artikelen_lijst #artikel #content #header {
	height: 10px;
	line-height: 10px;
	font-size: 9px;
	font-weight: bold;
	background-color: #fff;
	width: 130px;
	float: left;
	margin: 0 0 5px 0;
}

#artikelen_lijst #artikel #content #header .info {
	color: #5d5d3a;
}

#artikelen_lijst #artikel #content_full #header .info { font-size: 10px; }
#artikelen_lijst #artikel #content_full #header .info a { color: #646400; }

#artikelen_lijst #artikel #content_full #buttons { 
	line-height: 17px;
	margin: 10px 0 0 0; 
}

#artikelen_lijst #artikel #content_full #footer { 
	margin: 10px 0 0 0;
	color: #5d5d3a;
	font-size: 9px; 
}

#artikelen_lijst #artikel #content #zaak {
	background-color: #fff;
	width: 100%;
	float: left;
}
#artikelen_lijst #artikel #content #zaak h2 { line-height: 0.8em; }
#artikelen_lijst #artikel #content #zaak h2 a {
	font-size: 9pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: left;
}

#artikelen_lijst #artikel #content #zaak h2 a:hover { color: #bcb20b; }

#artikelen_lijst #artikel #content #zaak p { 
	color: #323200;
	text-align: left; 
}

#artikelen_lijst #artikel #content #zaak p.intro { 
	color: #323200;
	text-align: left;
	font-weight: bold; 
}

/* regio selectie */
#artikelen_lijst #regio_selectie { margin: 43px 0 0 0 }
#artikelen_lijst #regio_selectie select { border: 1px solid gray; width: 155px; }
#artikelen_lijst #regio_selectie form { 
	width: 200px; 
	float: left;
}




