body {
	margin: 105px 100px 50px 100px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: medium;
	line-height: 1.5em;
	color: #333;
	background-image: url('../images/header_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

div#wrap {
	font-size: 90%;
}

/* 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 {
	color: #333;
	font-family: "Helvetica", Arial;
	font-weight: normal;
}

h1 {
	background-color: #e9e9e9;
	padding: 10px 15px 10px 15px;
	position: relative;
	left: -15px;
}

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

blockquote {
	background-image: url('../images/quote.gif');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 35px;
}

blockquote p.cite {
	font-size: 90%;
	margin-top: -10px;
}

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

/* Tabel */

table {
	width: 100%;
	margin: 0; padding: 0;
	border: 1px solid #aaa;
	border-right: none;
	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 {
	background-image: url('../images/top.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 12px;
}
/* Header */

div#header {
	position: absolute;
	top: 0; left: 0;
	width: 950px; height: 105px;
	background-image: url('../images/header.jpg')
}

div#header img {
	position: absolute;
	top: -10000px;
}

/* To top */

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