
/* -- CONTENT STYLES ---------------------------------------------- */
div#contentCon {
	background:			none;
	padding-bottom:		30px;
}

div.introTextBlock {
	padding:			18px 60px 0px 30px;
	color:				#a8a3a3;
	font-weight:		bold;
	font-size:			0.8em;
}

div.textBlock {
	padding:			10px 60px 15px 30px;
	background:			#f5f5f6;
	color:				#3b230f;
	font-size:			0.8em;
}

div.white {
    background-color    :   #ffffff;
}

div.textBlock img {
	margin:				5px 10px 5px 0;
}

div.textBlock h3 {
    font-size           :   12px;
    color               :   #585458;
}

div.textBlock dl {
    line-height         :   20px;
}

/* DT */
div.textBlock dl dt {
    background-color    :   #f5f5f6;
    background-image    :   url("/images/box.gif");
    background-repeat   :   no-repeat;
    background-position :   4px 8px;
    padding-left        :   20px;
    padding-right       :   10px;
}

div.textBlock dl dt.active {
    background-color    :   #ffffff;
    background-image    :   url("/images/box_black.gif");
}

div.textBlock dl dt a {
    font-weight         :   bold;
}

div.textBlock dl dt.active a {
    color               :   #585458 !important;
}

div.textBlock dl dt a:visited {
    /*
    color               :   #000000;
    */
}

div.textBlock dl dt a:hover {
    /*
    color               :   #777777;
    */
}

/* DD */
div.textBlock dl dd {
    margin-bottom       :   1em;
    margin-left         :   0;
    padding-top         :   1em;
    padding-bottom      :   1em;
    padding-left        :   20px;
    padding-right       :   10px;
    display             :   none;
    line-height         :   17px;
    background-color    :   #ffffff;
    border-bottom       :   2px solid #a5a5a5;
}



/* ---------------------------------------------------------------- */

 /* -- NAVIGATION STYLES ------------------------------------------ */

div#subcontentCon {
	padding:			25px 50px 20px 27px;
	width:				179px; /* 269 - 40 - 50 */
	margin-left:		7px;
	color:				#888888;
	font-size:			10px;
}
div#subcontentCon h3 {
	font-size:			1.0em;
	color:				#777777;
	margin:				0;
}
div#subcontentCon ul{
	margin-top:			0;
}
div#subcontentCon img {
	border-bottom:		4px solid #58575a;
}


div#printbttn {
	position:			absolute;
	bottom:				0px;
	padding:			0 0 29px 30px;
}
div#printbttn a {
	background:			url(/images/print_ico.gif) 0 2px no-repeat;
	padding:			0 0 2px 22px;
}
/* ---------------------------------------------------------------- */

/* -- FOOTER STYLES  ---------------------------------------------- */
div#footerCon {
	width:				100%;
	height:				110px;
	background:			url(/images/vervolg_footer_outer_bg.gif);
}
	div#innerFooter {
        padding:			37px 0 0 0; /* was: 86px 0 0 0 */
		background:			url(/images/vervolg_footer_inner_bg.gif) no-repeat;
	}
/* ---------------------------------------------------------------- */


