	* {
		margin: 0;
		padding: 0;
	
	}
	
	body {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		line-height: 150%;
		text-align: center; /* for IE */
		color: black;
	}
	
	h1 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 0.5cm;
	}

	h2 {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 0.3cm;
	}
	
	#container {
		display: block;
		width: 17cm;
	}
	
	.boven {
		display: none;
	}
	
	.onder {
		display: block;
		width: 17cm;
		text-align: justify;
		float: left;
	}
	
	.onder .intro {
		margin-bottom: 0.8cm;	
	}
	
	.onder .links {
		display: none;
		width: 0;
	}
	
	.onder .rechts {
		display: block;
		float: left;
	}
	
	.article {
		display: block;
		width: 17cm;
		margin-bottom: 0.8cm;
		float: left;
	}

	.article_left {
		float: left;
		width: 4.5cm;
	}
	
	.article_left img {
		display:block;
		width: 4cm;
		
	}
	
	.article_right {
		display: block;
		float: left;
		width: 12.5cm;
		text-align: justify;
	}

	/* agenda */
	
.datum_screen {
	font-weight: bold;
	display: block;
	float: right;
		width: 17cm;
	border-bottom: 1px solid gray;
	margin-top: 1cm;
	color: #100d5d;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.session_title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;

	display: block;
	float: right;
		width: 12.5cm;
	margin-left: 4.5cm;
	margin-bottom: 0px;
	border-bottom: 1px solid gray;
	margin-top: 1cm;
	color: #100d5d;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.session_chair {
	display: block;
	float: right;
		width: 12.5cm;
	font-weight: bold;
/*	font-style: italic; */
	margin-left: 4.5cm;
	color: #100d5d;
	margin-bottom: 0.5cm;
	page-break-after: avoid;
	page-break-inside: avoid;

}

.item_tijd {
	display: block;
	float: left;
		width: 3.5cm;
	text-align: right;
	margin-bottom: 0;
	color: #100d5d;
	page-break-after: avoid;
	page-break-inside: avoid;

}

.item_titel {
	display: block;
	float: right;
		width: 12.5cm;
	font-weight: bold;
	margin-bottom: 0;
	text-align: justify;
	color: #100d5d;
	page-break-after: avoid;
	page-break-inside: avoid;
}

.item_spreker {
	display: block;
	float: right;
		width: 12.5cm;
	margin-left: 4.5cm;
	margin-top: 0px;
	font-style: italic;
	text-align: justify;
	margin-bottom: 0.2cm;
	color: #100d5d;
	page-break-after: avoid;
	page-break-inside: avoid;

}

.item_intro {
	display: block;
	float: right;
		width: 12.5cm;
	margin-left: 4.5cm;
	text-align: justify;
	margin-bottom: 0.4cm;
	page-break-inside: avoid;

}

