body{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0px;
}
img.b_white{
	margin:4px 0px 4px 0px;
	border:1px solid white;
}
img.b_white_thick{
	margin:4px 0px 4px 0px;
	border:3px solid white;
}
img.b_grey{
	border:1px solid #CCCCCC;
}

p{
	margin:8px 0px 8px 0px;
	padding:0px 0px 0px  0px;
}

/* STANDAARD LINK OPMAAK */
a:link {
	color: #E51837;
	font-weight:bold;
}     /* unvisited link */
a:visited {
	color: #E51837;
	font-weight:bold;
}  /* visited link */
a:hover {
	color: #E64F66;
	font-weight:bold;
}   /* mouse over link */
a:active {
	color: #E51837;
	text-decoration:none;
	font-weight:bold;
}   /* selected link */

a.header_item{
	text-decoration:none;
}
a.disclaimer{
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

/* met onderlijning */
a.underline{
	text-decoration:underline;
}
/* zonder onderlijning */
a.no_underline{
	text-decoration:none;
}

/* kruimelpad links */
a.kruimelpad{
	color:#7F7F7F;
	text-decoration:none;
	font-weight:normal;
}
a.kruimelpad:hover{
	color:#7F7F7F;
	font-weight:normal;
	text-decoration:underline;
}

/* class voor de div die om de "klik hier" href moet */
.klik_hier{
	width:120px;
	margin:0px 0px 0px 0px;
	background:url(../images/arrows_red.gif) no-repeat 50px 4px;
}

.red{
	font-weight:bold;
	color: #E51837;
}

.black_bold{
	color:#000000;
	font-weight:bold;
}
.white_bold{
	color:#FFFFFF;
	font-weight:bold;
}

/* H1 CLASSES */

/* INTRO PAGINA */
.h1_button_white{
	margin:0px;
	padding:0px;
	font-size:12pt;
	color:white;
}

/* HOME PAGINA */
.h1_title_header_white{
	margin:0px;
	padding:0px;
	font-size:11pt;
	color:white;
}
.h1_title_header_red{
	margin:0px;
	padding:0px;
	font-size:11pt;
	color:#E51837;
}
.h1_title_header_black{
	margin:0px;
	padding:0px;
	font-size:11pt;
	color:black;
}

/* ZOEKRESULTATEN PAGINA */


/* PENSIOENEN PAGINA */
.h1_pensioen_tekort{
	margin:0px;
	padding:0px;
	font-size:12pt;
	color:white;
}
.h1_pensioen_tekort_klik_hier{
	margin:0px;
	padding:0px;
	font-size:9pt;
	color:black;
}

.transparent{
	filter: alpha(opacity=80); 
	opacity: .80;
	background-color:white;
	position:absolute;
	width:100%;
}

/* START FAQS STIJLEN */
.faqs_item {
	margin:0px;
	padding:0px;
}

.faqs_categorie {
	font-weight:bold;
	text-decoration:underline;
	margin: 15px 0 15px 0;
}

.faqs_question {
	color: #E51837;
	font-weight:bold;
}

.faqs_answer {
	margin: 0 0 15px 0;
}

a.faqs_toplink:link 		{ color: #E51837;	text-decoration:none; font-weight:normal;}
a.faqs_toplink:visited 	{ color: #E51837;	text-decoration:none; font-weight:normal; }
a.faqs_toplink:hover 		{	color: #000000;	text-decoration:none; font-weight:normal; }
a.faqs_toplink:active 	{	color: #E51837;	text-decoration:none;	font-weight:normal;} 
/* EINDE FAQS STIJLEN */

/* START VESTIGINGEN STIJLEN */
.vestiging_item {
	margin:0 0 20px 0;
	border-bottom: 1px solid #c0c0c0;
}

.vestiging_titel {
	font-weight:bold;
	font-size:10pt;
	line-height:14pt;
}
.vestiging_link {
	vertical-align:top;	
}

.vestiging_image {
	vertical-align:top;
	text-align:right;
}
/* EINDE VESTIGINGEN STIJLEN */

/* START VACATURES STIJLEN */
.vacature_titel {
	font-weight:bold;
	font-size: small;
	line-height:14pt;
	color:#E51837;
}
/* EINDE VACATURES STIJLEN */
/* Nieuws opmaak */
a.nieuws_link {
	font-size:8pt;
	color:#E51837;
	text-decoration:none;
	font-weight:normal;
}

.nieuws_link{
	font-size:8pt;
	color:#E51837;
	text-decoration:none;
	font-weight:normal;
}



















