@import url(right-column.css);

ul#content-items
{
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	margin: 18px 0 0 0;
	padding: 108px 0 0 0;
	width: 615px;
}

ul#content-items li
{
	height: 110px;
	float: left;
	padding: 0;
	margin: 0;
}


li#first-content-item
{
	width: 155px;
	background: url(../pic/home/pijl_groen.gif) no-repeat 125px 112px;
}

li#first-content-image
{
	background-repeat: no-repeat;
	background-position: top left;
	width: 155px;
}

li#second-content-item
{
	width: 150px;
	background: url(../pic/home/pijl_grijs.gif) no-repeat 122px 112px;
}

li#second-content-image
{
	float: right;
	width: 145px;
	background-repeat: no-repeat;
	background-position: top right;
}

div#bottom-bar
{
	position: relative;
	top: -27px;
	text-align: center;
	border-bottom: 1px solid #CE103C;
	width: 610px;
}

div#bottom-image
{
	background: #FFFFFF url(../pic/home/b3_anim_NL.gif) no-repeat top left;
	width: 460px;
	height: 54px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 27px;
}


.blocks {
	width: 610px;
	height: 145px;
	margin-bottom: 10px;
}
.freeblock,
.newsblock {
	float:left;
	width: 300px;
	height: 145px;
	background-image: none;
	background-position: top right;
	background-repeat: no-repeat;
	
}
.marginleft {
	margin-left: 5px;
}
.marginright {
	margin-right: 5px;
}

.newsblock .content {
	width: 145px;
	background: url(../pic/home/pijl_groen.gif) no-repeat 120px 112px;
	height: 145px;
	font-size: 10px;
	color: #333333;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
}

.newsblock h1.title
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0px 15px 0;
	padding: 2px 0 1px 4px;
	text-transform: uppercase;
}

.freeblock .content {
	padding: 6px;
	width: 100%;
	height: 145px;
	font-size: 10px;
	color: #black;
	background-color: pink;
}

.freeblock h1.title
{
	font-size: 11px;
	font-weight: bold;
	color: #black;
	margin: 0 0px 15px 0;
	text-transform: uppercase;
}

.teaser {
	font-weight: bold;
}


