#category {
	position: relative;
	display: inline-block;
	min-width: 70pt;
	min-height: 70pt;
	text-align: center;
	margin-right: 10pt;
	margin-bottom: 10pt;
}

/*
#category #title {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -15% 0 0 -25%;

	color: white;
	font-size: 20pt;
}
*/

#category #title {
	padding: 29pt 0;
	color: white;
	font-size: 16pt;

}

a #category {
	color: white;
}

#category #count {
	position: absolute;
	right: 5pt;
	bottom: 2pt;
	font-size: 10pt;
}

#newsflashSummary {
	width: 80%;
}

#newsflashSummary #newsflash {
	position: relative;
	margin-bottom: 16pt;
}

#newsflashSummary #newsflash #links {
	display: table-cell;
	width: 150px;
	border: 1px solid #eeeeee;
	padding: 8px;
}


#newsflashSummary #newsflash #rechts {
	display: table-cell;
	width: 600px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 8px;
}

#newsflashSummary #newsflash h2 {
	font-size: 14pt;
	color: #444444;
}

#newsflashSummary #newsflash #postingDate {
	font-size: 9pt;
	color: #888888;
}

#newsflashSummary #newsflash #popularityBar {

}


/* BLOK ONDERIN */

#bottomStuff {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 1em;
	padding-left: 15px;
}

#bottomStuff #item {
	background: #e0e0e0;
	zborder-radius: 10px;

	float: left;
	width: 220px;
	text-align: center;
	padding-right: 3px;
	margin-right: 12px;
	padding-left: 3px;
	padding-top: 5px;

}

#bottomStuff #item h3 {
	color: #FA7400;
	margin-top: 15px;
	line-height: 0px;
}

#bottomStuff #item a {
	font-size: 13px;
}

