body {
	font-family: "Georgia", serif;
	font-size: medium;
	line-height: 1.5em;
	margin: 3em;
}

div#wrap {
}

/* Links */

a:link,
a:visited {
	color: #0053b3;
	text-decoration: none;
	border-bottom: 1px solid #0099FF;
}

a:hover,
a:active {
	color: #fff;
	background-color: #0053b3;
}

a:hover {
	text-decoration: none !important;
	border-bottom: none;
}

/* De rest */

p#beknopt {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica", Arial;
	font-weight: normal;
}

img.author {
	float: left;
	padding: 0.3em 1em 1em 0;
}

blockquote {
	font-style: italic;
	padding: 0 0 0 5px;
}

blockquote p.cite {
	font-size: 90%;
}

img {
	float: right;
	margin: 0 0 1em 1em;
}

/* Tabel */

table {
	width: 100%;
	margin: 0; padding: 0;
	border: 1px solid #aaa;
	clear: both;
}


table th {
	background-color: #ddd;
}

table td,
table th {
	padding: 5px 10px 5px 10px;
}

table td.nummer {
	text-align: right;
}

table tr.even {
	background-color: #eee;
}

table td, table th {
	border-right: 1px solid #aaa;
}

/* To top */

p.top {
	display: none;
}
/* Header */

div#header img {
	float: none;
	width: 500px;
	margin: 0; padding: 0;
}

/* To top */

p.top {
	font-size: 80%;
}
