/* Cascading Style Sheet voor de VSP Nieuwsbrief
 * (C) Olivier Biot, 2004, 2005, 2006
 * Versie 1.1
 */
body {
	color: #003366;
	background: #ffffd9;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 1em;
}
a:link, a:visited {
	color: #003366;
}
a:hover {
	color: red;
}
p {
	margin: 6pt 0pt;
}
p.abstract {
	font-style: italic;
}
h1 {
	text-align: center;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	margin: 18pt 0pt 12pt 0pt;
}
h2 {
	text-align: left;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	margin: 16pt 0pt 9pt 0pt;
}
h3 {
	text-align: left;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	margin: 14pt 0pt 9pt 0pt;
}
h4, h5, h6 {
	text-align: left;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 11pt 0pt 6pt 0pt;
}
ol {
	margin: 0ex 0em 1ex 0em;
	list-style: decimal outside;
}
ul {
	margin: .5ex 0em .5ex 0em;
	list-style: square outside;
}
li {
	margin: .5ex 0em .5ex 2em;
}
dt {
	font-style: italic;
}
dd {
	margin: 0pt 0pt 1ex 2em;
}
div.dossier {
	border-left: .25em solid #ffcc66;
	border-top: .5pt solid #ffcc66;
	border-bottom: .5pt solid #ffcc66;
	background: #ffffe9;
	padding: 2ex .5em;
	margin: 5ex 0em 5ex -.75em;
}
div.kadertekst {
	border:1pt dotted #ffcc66;
	padding: 6pt;
	margin: 0pt;
	background: white;
}
div.navbar {
	background: #ffcc66;
	color: black;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	margin: 1ex 0em;
	padding: 2pt .5em;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
}
span.navitem {
	clear: both;
	color: black;
	font-size: 100%;
	margin: 0ex 0em 0ex .5em;
	font-style: normal;
	font-weight: normal;
	padding: 0pt;
}
span.navitem a:hover {
	background: #ffd88c;
}
span.fluo {
	background:     #ffff99;
	color:	  #000000;
}

@page {
	margin: 10%;
}

@media print {
	body {
		color: black;
		background: white;
	}
	a:link, a:visited {
		color: black;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote, pre {
		widows: 5;
		orphans: 5;
	}
	ul, ol, dl, dd {
		page-break-before: avoid;
		widows: 5;
		orphans: 5;
	}
	div.dossier {
		border-left: .25em solid black;
		border-top: .5pt solid black;
		border-bottom: .5pt solid black;
		background: white;
	}
	div.kadertekst {
		border: 1pt dotted black;
		padding: 6pt;
		margin: 0pt;
		background: white;
	}
	div.navbar, div.noprint {
		display: none;
	}
}
