/* general */

* {
	font-size: 12px;
	font-family: arial, tahoma, helvetica, verdana;
	color:#303275;
	text-align:justify;
}

h1 {
	font-size: 16px;
	color:#ad0000;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

h3 {
	font-size: 16px;
	color:#ad0000;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

h4 {
	font-size: 16px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:left;
}

.clear {
	clear:both;
}

span.red {
	color:#ad0000;	
}

a {
	color:#ad0000;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

li {
	text-align:left;
	margin-bottom:10px;
}


/* template */

body {
	margin: 0;
	padding: 0;
	background-color: #c6cbd9;
}

#container {
	width: 994px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}

#container #buttonbar {
	height:27px; /* 39px - (margin top+margin bottom) */
	width:980px; /* 994px - (margin left+margin right) */
	margin:6px 7px;
	background-color:#efeefc;
}

	#buttonbar a, #buttonbar img {
		display:block;
		height:27px;
		float:left;
	}
	
	#buttonbar a span {
		display:none;
	}

	#buttonbar a#home {
		width:66px;
		background-image:url('../images/home.gif');
	} #buttonbar a#home:hover {
		background-image:url('../images/home_mo.gif');
	}
	
	#buttonbar a#werken {
		width:203px;
		background-image:url('../images/werken.gif');
	} #buttonbar a#werken:hover {
		background-image:url('../images/werken_mo.gif');
	}
	
	#buttonbar a#voordelen {
		width:87px;
		background-image:url('../images/voordelen.gif');
	} #buttonbar a#voordelen:hover {
		background-image:url('../images/voordelen_mo.gif');
	}
	
	#buttonbar a#abonnementsvormen {
		width:163px;
		background-image:url('../images/abonnementsvormen.gif');
	} #buttonbar a#abonnementsvormen:hover {
		background-image:url('../images/abonnementsvormen_mo.gif');
	}
	
	#buttonbar a#rapportage {
		width:99px;
		background-image:url('../images/rapportage.gif');
	} #buttonbar a#rapportage:hover {
		background-image:url('../images/rapportage_mo.gif');
	}
	
	#buttonbar a#referenties {
		width:96px;
		background-image:url('../images/referenties.gif');
	} #buttonbar a#referenties:hover {
		background-image:url('../images/referenties_mo.gif');
	}
	
	#buttonbar a#voorwaarden {
		width:109px;
		background-image:url('../images/voorwaarden.gif');
	} #buttonbar a#voorwaarden:hover {
		background-image:url('../images/voorwaarden_mo.gif');
	}
	
	#buttonbar a#backup {
		width:73px;
		background-image:url('../images/backup.gif');
	} #buttonbar a#backup:hover {
		background-image:url('../images/backup_mo.gif');
	}
	
	#buttonbar a#contact {
		width:84px;
		background-image:url('../images/contact.gif');
	} #buttonbar a#contact:hover {
		background-image:url('../images/contact_mo.gif');
	}

#container #content {
	width:980px; /* 994px - (margin left+margin right) */
	margin:6px 7px;		
}
	
	#content #leftcolumn {
		width:250px;
		float:left;
	}
	
	#content #midcolumn {
		margin:0px 20px;
		width:470px;
		float:left;
	}
	
	#content #rightcolumn {
		width:220px;
		float:left;

	}
	
	#content #midrightcolumn {
		margin-left:20px;
		width:710px;
		float:left;
	}
	
/* content */

#content div.infobody {
	width:228px; /* 250 - (padding left+padding right+border-left+border-right) */
	padding:10px;
	border:solid #c6cbd9 1px;
	border-top:none;
	margin-bottom:10px;
	background-color:#f3f5fa;
}

#content div.nieuwsheader {
	width:214px;
	height:29px;
	border:solid #c6cbd9 1px;
	border-bottom:none;
	background-image:url('../images/nieuwsheader.gif');
	
}

#content div.nieuwsbody {
	width:194px; /* 214 - (padding left+padding right) */
	padding:10px;
	border:solid #c6cbd9 1px;
	border-top:none;
	margin-bottom:10px;
	background-color:#f3f5fa;
}

#content div.referentiesheader {
	width:214px;
	height:29px;
	border:solid #f2b9b9 1px; 
	border-bottom:none;
	background-image:url('../images/referentiesheader.gif');	
}

#content div.referentiesbody {
	width:194px; /* 214 - (padding left+padding right) */
	padding:10px;
	border:solid #f2b9b9 1px;
	border-top:none;
	background-color:#fdf2f2;
}

#print_adres
{
	display: none;
}
#print_url
{
	display: none;
}



