@charset "utf-8";    /* gebruik charset */

/* CSS Document */
html {
	height: 100%;
}
body {
	width: 100% !important;
	min-width: 720px; 
	background-color: rgb( 255,255,255);
	background-image: url( none ); 
	background-repeat: repeat-y;
	font-family: Verdana;			font-size:11px; line-height:18px; color: rgb( 120,120,130); text-align: justify;
	margin: 0;
	padding: 0;
}

/* preloader div for images in galleries */
div#preload { 
	display: none; 
}

h1 { 
	font-family: Verdana;	 		font-size:12px; line-height:24px; color: rgb( 50,50,53); text-transform:uppercase; letter-spacing:1px; font-weight:700; text-decoration: none; ; 
	margin: 0;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
	padding-top: 11px;
	padding-left: 0px;
	padding-right: 0px;
}
h2 { 
	font-family: Verdana; 			font-size:16px; line-height:22px; color: rgb( 50,50,53); text-align: left; letter-spacing:2px; font-weight:100; 
	margin-top: 12px;
	margin-bottom: 16px;
	padding: 0;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
}
h3 { 
	font-family: Verdana; 			font-size:13px; line-height:20px; color: rgb( 107,107,137); text-align: left; letter-spacing:2px; font-weight:100;
	margin-top: 12px;
	margin-bottom: 8px;
	padding: 0;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px; 
}



a { 
	font-family: Verdana;			font-size:11px; line-height:14px; color: rgb( 137,137,137) !important;
	text-decoration:none; 
}
a.hover { 
	font-family: Verdana;			font-size:11px; line-height:14px; color: rgb( 107,107,107) !important;
	text-decoration:none; 
}

.publication_link {
	float: left;
	margin-right: 10px;
	text-decoration: underline; 
}
.publication_card {
	border: 1px solid rgb(200,200,200);
	border-radius: 0px;
	height: auto;
	width: auto;	
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
	margin-top: 20px;
	background-color: rgb( 250,250,250);
}
.collapse_item {
	border: 1px solid rgb(200,200,200);
	border-radius: 0px;
	height: auto;
	width: auto;	
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0px;
	margin-bottom: 30px;
	background-color: rgb( 255,255,255);
}
h1.collapse_trigger{
	font-family: Verdana;	
	font-weight: 300;  		
	font-size:11px; 
	text-decoration: underline; 
	text-transform: none;
	margin: 0;
	margin-top:  0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px; 
	color: rgb( 100,100,100);
}
h1.collapse_trigger_active{
	font-family: Verdana;	 	
	font-weight: 300;  	
	font-size:11px; 
	text-decoration: none; 
	text-transform: none;
	margin: 0;
	margin-top:  0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px; 
	color: rgb( 100,100,100);
}

/* Lay-out */
#container_logo {
	height: auto;
	width: 100%;
	background-color: rgb( 255,255,255);
}
#logo {
	width: 720px; 
	margin-right: auto;
	background-color: rgb( 233,233,233); 
}
.mainmenu {
	clear: both;
	height: 40px;
	width: 100%;
	background-color: rgb( 200,200,220);
	border-top: 1px solid rgb(200,200,200);
	text-decoration:none;
}

.submenu {
	top: 0px;
	margin-top: -0px;
	padding-top:0px;
	clear: both;
	height: 40px;
	width: 100%;
	background-color: rgb( 215,215,215);
	text-decoration:none;
}

.centred {
	clear: both;
	width: 720px;
	margin:0px auto;
	height: auto;
}
.centred ul {
	height: 32px;
}
.centred li {
	float: left;
	top: 20px;
}

ul {
	list-style-type:none;	
}

.centred li a {
	font-family: Verdana;			font-size:11px; line-height:14px; color: rgb( 137,137,137) !important;
	text-decoration:none;
	padding-right: 24px;
	line-height: 24px;          /* gebruik line-height zelfe hoogte als ul container   */
	display: block;
	padding-left: 0px;
}
.centred li a.active_menu {
	font-family: Verdana;			font-size:11px; line-height:14px; color: rgb( 50,50,53) !important;	list-style-type:none;
	text-decoration:none;
	padding-right: 24px;
	line-height: 24px;          /* gebruik line-height zelfe hoogte als ul container   */
	display: block;
	padding-left: 0px;
}
.centred li img {

}
#container {
	position: relative;
	width: 720px ;
  	margin: 0px auto;
  	padding-left: 60px;
	background-color: rgb( 255,255,255); 
	
}
#sidebarleft {
	margin-right: 40px;
	width: -40px; 
	float: left;
	height: auto;
	display: none;     
}
#maincontent {
	float: left;
	height: auto;
	width: 720px;
}
#sidebarright {
	width: -40px;
	float: right;
	height: auto;
	display: none; 
}
.clearboth {
	clear: both;			/* clear de floats van bovenstaande boxes   */
}
#container_footer {
	background-color: rgb( 200,200,200);
	height: auto;
	width: 100%;
}
#footer {
	height: 90px;
	width: 720px;
	margin-right: auto;
	background-color: rgb( 200,200,200);
}

/* simply hide */ 
.hidden {
display:none;
}


/* trigger for collapse/expand mc_item */
.noBorders {
border-top: 	0px !important;	
border-bottom: 	0px solid rgb( 225,225,225) !important;	
border-left: 	0px !important;	
border-right: 	0px !important;	
}
.doBorders {
border-top: 	1px solid rgb( 225,225,225) !important;	
border-bottom: 	0px !important;	
border-left: 	0px !important;	
border-right: 	0px !important;	
}

h1.link {
clear: both;
font-family: Verdana; 			font-size:12px; line-height:24px; color: rgb( 97,97,92); text-transform:uppercase; letter-spacing:1px; font-weight:700; text-decoration: underline; ;
margin: 0;
margin-top: 16px;
margin-bottom: 16px;
padding: 0;
padding-top: 11px;
padding-bottom: 0px;
padding-left: 32px;
padding-right: 0px;
background: url( http://85.214.249.66/heerden.com/assets/h1_trigger_toggle_plus.png) no-repeat;
background-position: 0px 9px;
border-top: 1px solid rgb( 225,225,225);
z-index: 11000;
}

h1.trigger {
clear: both;
font-family: Verdana; 			font-size:12px; line-height:24px; color: rgb( 97,97,92); text-transform:uppercase; letter-spacing:1px; font-weight:700; text-decoration: underline; ;
margin: 0;
margin-top: 16px;
margin-bottom: 16px;
padding: 0;
padding-top: 11px;
padding-bottom: 0px;
padding-left: 32px;
padding-right: 0px;
background: url( http://85.214.249.66/heerden.com/assets/h1_trigger_toggle_plus.png) no-repeat;
background-position: 0px 16px;
border-top: 1px solid rgb( 225,225,225);
}
h1.active {	
clear: both;
font-family: Verdana;	 		font-size:12px; line-height:24px; color: rgb( 50,50,53); text-transform:uppercase; letter-spacing:1px; font-weight:700; text-decoration: none; ;
margin: 0;
margin-top: 16px;
margin-bottom: 16px;
padding: 0;
padding-top: 11px;
padding-bottom: 0px;
padding-left: 32px;
padding-right: 0px;
background: url( http://85.214.249.66/heerden.com/assets/h1_trigger_toggle_min.png) no-repeat;
background-position: 0px 16px;
border-top: 1px solid rgb( 225,225,225);
}



