	
/* ==============================================================================================
	MMR Trilobiet 2009
	Print style sheet 
============================================================================================== */

/* layout styles (layout.css is not included for media type print */

	#frontpage .header {
		display:block;
		margin:0;
	}
	
	#frontpage .banner {
		display:block;
		float:left;
		height:120px;
		margin:10px 10px 0 0;
		width:240px;
	}
	
	#frontpage .header span, #frontpage .banner span {
		display:none;
	}

/* additional content styles */

	hr {
		height:1px;
		border-width: 1px 0 0 0;
		border-color: black;
	}

	#maincontent {
		font-family:Verdana,sans serif;
		font-size:12px;
	}
	
	#mnu1, #mnu1-end, #mnu2, #crumbpath, #tabbar  {display:none}
	
	#layMenu {
		display: block;
		clear: both;
		height: 75px;
		border-bottom: solid 1px black;
		margin-bottom: 20px;
	}
	
	.headline { display:none } 
	
	.summary {
		float:none !important;
		width:auto !important;
		text-align: justify;
	}
	
	.maintext {
		width:auto !important;
		text-align: justify;
	}
	
	.plaatjeskolom .maintext {
		width:470px !important;
		text-align: justify;
	}
	
	
	.imagestrip { }
	
	.spotlight { display:none }
	
	.tentoonbrowse { display:none }
	
	.backtop { display:none }

	a {
		color:#666;
	}
	
	.cmsfunctions {
		display:none;	
	}
	
	.evenement_navi, .pageBrowse {
		display: none;
	}