<?
header("Content-Type: text/css");
?>
html {
	height:100%;
}
body {
	height:100%;
	margin:0px;
	background:#F7F5F2;
}
td {
	font:0.8em Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color:#000;
}

p {
	margin: 0px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

form {
	margin:0px;
	padding:0px;
}
input.field, select.field {
	height:18px;
	padding:0px 0px 0px 3px;
	font:11px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:normal;
	color:#000;
	background:#EFEBE5;
	border:solid 1px #000;
}

.button {
	background: black;
	color: white;
	border: 0px;
	font-size: 0.7em;
	cursor: hand;
	padding: 1px 3px 1px 3px;
	margin: 0px;
}

a {
	color:#000;
	text-decoration:underline;
}

.pageheader {
	font-size:1.2em;
	font-weight:bold;
}
div.pageheader {
	margin-bottom:1.2em;
}
.header {
	font-weight:bold;
	margin-top:0.5em;
}
.author {
	font-size:0.85em;
	font-style:italic;
}
.small {
	font-size:0.85em;
}

a.download {
	padding-left:16px;
	background:url("../images/link.download.gif") no-repeat 0px 4px;
}
a.vorige {
	padding-left:16px;
	background:url("../images/link.vorige.gif") no-repeat 0px 4px;
}
a.volgende {
	margin-left:30px;
	padding-left:16px;
	background:url("../images/link.volgende.gif") no-repeat 0px 4px;
}

table#page {
	width:732px;
	height:100%;
	border:solid 0px #C6C4C2;
	border-right-width:1px;
}

img#title_left {
	float:right;
	margin-top:16px;
}
img#title_right {
	margin-top:16px;
}
body.home img#title_left, body.home img#title_right {
	margin-top:33px;
}

td#left {
	vertical-align:top;
	width:190px;
	color:#FFF;
	background:#003059;
}
body.home td#left {
	width:250px;
}

div#navigation {
	margin:44px 0px 0px 10px;
	color:#FFF;
}
body.home div#navigation {
	margin:82px 0px 0px 63px;
}
div#navigation a {
	color:#FFF;
	text-decoration:none;
}
div#archive {
	margin-bottom:0.6em;
}
a.nav_thick {
	padding-left:13px;
	font-weight:bold;
	background:url("../images/nav.arrow.thick.gif") no-repeat 0px 6px;
}
a.nav_thin {
	padding-left:13px;
	background:url("../images/nav.arrow.thin.gif") no-repeat 0px 6px;
}
form#search {
	margin-left:13px;
}
input#text {
	width:110px;
	height:18px;
	margin-top:1px;
	margin-bottom:4px;
	padding:0px 0px 0px 3px;
	font:11px Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:normal;
	color:#000;
	background:#EFEBE5;
	border:solid 1px #FFF;
}


td#right {
	vertical-align:top;
	background:#FFF;
}
body.home td#right {
	background:#EFEBE5;
}

div#title_right_container {
	float:left;
}
img#subtitle {
	margin-left:49px;
}
div#number_container {
	float:right;
	padding:50px 50px 0px 0px;
	font-size:13px;
	line-height:16px;
}
img.number {
	margin:0px 0px 6px 0px;
}
div#content {
	float:normal;
	margin:27px 50px 33px 50px;
}
body.home div#content {
	margin-top:50px;
}

div#topbutton {
	display:none;
	position:absolute;
	left:721px;
	top:0px;
	font:11px Trebuchet MS, Arial, Helvetica, sans-serif;
}
