/****************************************************************************/
/*********************** CASCADING STYLE SHEET NIVECO ***********************/
/****************************************************************************/

body {
	background:url(images/bg.png) #fff repeat-x;
	font-family:"Arial";
	line-height:15px;
	font-size:10px;
	color:#b2b2b2;
	height:100%;
	margin:0;
}

/****************************************************************************/
/********************************* LANDING **********************************/
/****************************************************************************/

#landing {
	background:url(images/bg_patroon.png) no-repeat;
	padding:85px 0 0 0;
	height:365px;
	width:100%;
}

/****************************************************************************/
/********************************* PAPIER ***********************************/
/****************************************************************************/

#landing .papier {
	background:url(images/papier.png) no-repeat;
	behavior:url(iepngfix.htc);
	padding:35px 0 0 210px;
	margin:0 auto;
	height:350px;
	width:175px;
}

#landing .papier h1 {
	margin:15px 0 2px 0;
	font-size:11px;
	color:#333333;
	padding:0;
}

#landing .papier h1 span {
	font-weight:normal;
}

#landing .papier p {
	margin:0;
}

#landing .papier a {
	text-decoration:none;
	color:#b2b2b2;
}

#landing .papier a:hover {
	color:#333;
}

#landing .papier .tel,
#landing .papier .mail,
#landing .papier .fax,
#landing .papier .mob {
	padding:0 0 0 20px;
	display:block;
	width:120px;
}

#landing .papier .tel {
	background:url(images/icon_tel.png) 0 1px no-repeat;
}

#landing .papier .mail {
	background:url(images/icon_mail.png) 0 3px no-repeat;
}

#landing .papier .fax {
	background:url(images/icon_fax.png) 0 4px no-repeat;
}

#landing .papier .mob {
	background:url(images/icon_mob.png) 0 1px no-repeat;
}
