
@import url(style.css);
@import url(sub-page-top.css);

div#right-column
{
	background-position: 0 115px;
	background-repeat: no-repeat;
}

div#center-content
{
	margin: -4px 0 0 0;
	width: 610px;
}

div#first-part
{
	float: left;
	width: 300px;
}

div#second-part
{
	/*
		Aangepast wegens een render bug in Internet Explorer.
		Door de float viel de tekst in de linker kolom soms weg.
	*/
	/*margin-left: 310px;*/
	float: left;
	margin-left: 10px;
	width: 300px;
	overflow: hidden;
}

h1.part-top
{
	color: #FFFFFF;
}


.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;
}

.freeblock h1.title
{
	font-size: 11px;
	font-weight: bold;
	color: #black;
	margin: 0 0px 15px 0;
	text-transform: uppercase;
}


