body {
	background				: #FFFFFF;
	font-size 				: 10px;
	margin-top				: 167px;
	
	background-position		: top;
	background-repeat		: no-repeat;
	background-image		: url(http://www.integreer.nl/productfeeds/images/integratiekop_grijs.jpg);
}

.items {
	margin-top				: 50px;
	width					: 100%;
}

.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}

.itemodd {
	font-family				: Arial;
	font-size				: 10px;
	color					: #000000;
	background-color		: #EBEBEB;
	height					: auto;
	padding					: 5px;
	margin					: 1px;
	width					: 48%;
	display					: inline;
	float					: left;
}

.pulldown{
	display					: inline;
}

.itemeven {
	font-family				: Arial;
	font-size				: 10px;
	color					: #000000;
	background-color		: #ACACAC;
	height					: auto;
	padding					: 5px;
	margin					: 1px;
	display					: inline;
	width					: 48%;
	float					: left;
}


.title {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.link {
	text-align: right;
	color: #0000FF;
}
A{
	color: #0000FF;
}


.pages {
	font-family: Arial;
	font-size : 10px;
	width: 100%;
	text-align: center;
}
.image{
	float: left;
	display:block;
	background:		white;
}

.selectedPage {
	font-weight: bold;
	color: #000000;
}
