/* PRINT STYLES KALENDER */
@page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
}

/* zaken die niet geprint hoeven te worden: menu, googleform */
#header, #menu, #googleform, #rightcolumn_fotoblock, .no-print, .section_separator, #footer, p, ul {
display:none;
}
/* opzet pagina */
#page {
width:auto;
height:auto;
padding:0;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11pt;
color:#000000;
}
/* de event tabel */
.agenda_table_event {
margin-bottom:20pt;
width:90%;
page-break-inside: avoid;
border-bottom:1px solid #000000;
}
#page-break {
page-break-after: always;
}
/* end table */
a:link, a:visited {
	color: #000000;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
}
h1 {
font-family:"Lucida Grande","Lucida Sans", Arial, sans-serif;
font-size:16pt;
color:#000000;
}
.agenda_table_event_datum {
font-family:"Lucida Grande","Lucida Sans", Arial, sans-serif;
font-size:14pt;
color: #73083C;
border-bottom:1px solid #73083C;
}
/* end print kalender */


