#speedcams {
	width: 300px;
	float: left;
}

#speedcams h2 {
/*	margin-top: 0;*/
	margin-bottom: 10px;
}

#ads {
	margin-left: 310px;
	width: 120px;
}

#speedcams ul {
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #ddd;
	margin: 0;
}

#speedcams li {
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
	font-size: 9pt;
	font-family: arial;
}

#speedcams div.wegnummer {
	background-color: yellow;
	color: black;
	width: 36px;
	display: block;
	float: left;
	text-align: center;
}

#speedcams li.rijksweg div.wegnummer {
	background-color: red;
	color: white;
}

#speedcams div.lokatie {
	margin-left: 42px;
}