/* 
===========================================================================================	
	Developed by MCW Studio's
	For more information visit www.mcw.nl 

	CSS DOCUMENT FOR Dlg Cms SITES

	This is the print css file for the websites.
==============================================================
*/

#printlogo { display:block; width:auto; height:auto; margin:0 0 20px 0; padding:0 0 20px; border-bottom:double 4px black; }
#printlogo img { border:none; }

.logos { display:none; }

/* HTML, BODY, FORM */
html, body {
	background:#fff;
}
form { 
	margin:0 auto; padding:0;
	font: normal 14px "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
/* END HTML, BODY, FORM */

/* GENERIC */
	.clear { clear:both; }
	a { color:#041a56; }
	a:hover { color:#15891f; }
	img { border:none; }
/* END GENERIC */

/* MCW EDITOR DECLARTIONS */
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
}

h1 {
	font-size:140%;
	color:#15891f;
}
h2 {
	font-size:130%;
	color:#15891f;
}
h3 {
	font-size:120%;
	color:#15891f;
}
.header{
	display:none;
}
.pic {
	display:none;
}
.nopic {
	display:none;
}
.content {
	
}
	.content .colLeft {
		
	}
	.content .colRight {
		border-top:double 4px black;
		padding-top:15px;
		margin-top:30px;
	}
	.content .text {
		
	}
.footer {
	display:none;
}

/* PHOTOS BOTTOM */
.fotofooterrepeat {
	display:none;
}
.fotofooter {
	display:none;
}
/* END PHOTOS BOTTOM */

/* END GENERAL MARKUP */

/* SPECIFIC */
	/* Hometable met 3 'snel naar' blokken  */
	.homeTable table td {
		padding:0 15px 0 1px;
	}
	
	/* NewList */
	#ulNewsList {
		list-style:none;
		margin:0;
		padding:0;
	}
	#ulNewsList li {
		display:block;
		margin:0 0 20px 0;
		padding:0 0 20px ;
		border-bottom:dotted 1px #b6c5ca;
	}
	#ulNewsList li a {
		display:block;
		font-size:120%;
		margin:2px 0 10px 0;
		text-decoration:none;
	}
	span.list_date {
		/*font-size:80%;*/
		color:#4e9eb7;
		font-variant:small-caps;
	}
	#ulNewsList span.list_intro {
		
	}
	.list_detail_intro {
		font-size:110%;
		line-height:150%;
	}
	.list_detail_back {
		margin:-18px 0 20px 0;
	}
	
/* END SPECIFIC */


/* EXTRERNAL */

.breadCrumb { display:none !important; }
.menuContainer { display:none !important; }
.mailingSubscribeFields { display:none !important; }
.searchBoxContainer { display:none !important;}

/* END EXTERNAL */












