body {
	font-family: Arial;
	margin: 3em 4em 3em 4em;
}

h1 {
	font-size: 36pt;
	text-align: center;
}

h2 { text-align: center; font-size: 28pt; }

h4 {
	padding: 1em 0 0 -.5em;
	text-align: left;
	font-size: 12pt;
}


@media screen {
	body {
		margin-right: 25%;
 		padding-left: 4em;
		padding-right: 4em;
		padding-bottom: 2em;
		border-left: 3px solid green;
		border-top: 3px solid green;
		border-right: 3px solid #eee;
		border-bottom: 3px solid #eee;
/*		background-image: url('/assets/images/achtergrond-rechterbalk.jpg');
		background-position: -600px 0;
		background-repeat: repeat-y; */
	}

	h1 {
		margin-top: 1em;
		text-align: center;
		font-size: 28pt;
	}

	h2 {
		font-size: 18pt;
		border-bottom: 1px solid green;
		text-align: left;
	}
}


p {
	font-size: 12pt;
}

a { color: green;}

table {
	width: 100%;
	border: 1px solid black;
}

td{
	border: 1px black solid;
}

table img {
	width:100%;
	height:100%;
}


div.button {
	border: 2px solid gray;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	padding: 8px;
	font-family: sans-serif;
	text-align: center;
	background-color: silver;
	width: 150px;
}

div.button a {
	color: black;
	text-decoration: none;
}

div.firstpage {
	text-align:center;
}

@media print {
	body {
		margin: 0;
	}

	h3.newpage {
		 page-break-before:always;
	}

	div.button {
		display: none;
	}

	div.footer {
		display: none;
	}
}

blockquote p {
	font-weight: bold;
}

p.prog {
	font-style: italic;
}

div#prbrc {
	width: 100%;
	border: 1px solid black;
}

div#progressbar {
	background-color: green;
	height: 15px;
}

div.footer {
	color: silver;
	text-align: center;
	font: 65% Arial;
	text-decoration: underline;
	margin-bottom: -2em;
}
div.footer a {
	color: silver;
}

input.error {
	border-color: red;
}
