/*
 * default.css: stijlscheet
 */

/* defaults */
* {
	font-family: "Calibri", "Helvetica Neue", "Bitstream Vera Sans", "Arial", sans-serif;
}
pre, tt {
	font-family: "Consolas", "Monaco", "Courier New", monospace;
	font-size: 1.11em;
}

/***************************************************************************
 *** ELEMENTAL LAYOUT ******************************************************
 ***************************************************************************/

a         { color: #000090; }
a:hover,
a:active  { color: #0000FF; }
a:visited { color: #006090; }

h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 * {
	font-family: "Candara", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	color: black;
}

h1 {
	font-size: 130%;
	margin: .77em 0 -.57em 0;
	padding: 0;
}

h2 {
	font-size: 120%;
	margin: .9em 0 -.5em 0;
	padding: 0 0 .05em 0;
	border-bottom: 1px dotted #B0B0B0;
}

h3 {
	font-size: 110%;
	margin: .9em 0 -.7em 0;
	padding: 0;
}

h4 {
	font-size: 100%;
	margin: 1em 0 -.7em 0;
	padding: 0;
}

p {
	margin: .8em 0 0 0;
	padding: 0;
	line-height: 1.15em;
}


ul,
ol {
	margin: .8em 0 0 2em;
	padding: 0;
	line-height: 1.15em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0 0 0 1.5em;
}

blockquote {
	border: 1px solid #B2D4E5;
	background: #E0EEF5;
	display: block;
	margin: .8em auto 0 auto;
	padding: .4em .4em 0 .4em;
	width: 80%;
}

blockquote p {
	margin: 0 0 .8em 0;
}

blockquote p:last-child {
	margin: 0 0 .4em 0;
}

.description {
	font-size: 95%;
	width: 80%;
	margin: 0 10% 1em 10%;
	padding: .5ex .5em;

	border: 1px solid #E0E0E0;
	background: #F0F0F0;
	display: block;
}

.description p {
	margin: 0;
}

/***************************************************************************
 *** STRUCTURAL LAYOUT *****************************************************
 ***************************************************************************/

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

.header {
	border-bottom: 1px solid white;
	padding: 0;
	margin: 0;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	z-index: 1;
}

.header div {
	display: block;
	background: #0070A8;
	border-bottom: 1px solid #006090;

	padding: 0;
	margin: 0;
	width: 100%;
	height: 2em;
}

.header h1 {
	display: inline;
	position: relative;
	left: .2em;
	top: .1em;

	margin: 0;
	padding: 0;

	font-weight: normal;
	font-size: 140%;
	color: white;
}

.header ul {
	display: inline;
	position: absolute;
	bottom: 0;
	right: 1em;

	font-size: 80%;

	margin: 0;
	padding: 0;
}

.header ul li {
	display: inline;
	padding: 0 0 1px 0;
	margin: 0 0.3em;
	line-height: normal;

	position: relative;
	top: 1px;
}

.header ul li.here {
	border: solid #006090;
	border-width: 1px 1px 0 1px;
	padding: 0 3px 0 3px;
	background: white;
}

.header a,
.header a:hover,
.header a:active,
.header a:visited {
	text-decoration: none;
	color: white;
}

.header a:hover {
	text-decoration: underline;
}

.content {
	display: block;
	padding: 2.8em 8% 0 8%;
}

.not-footer {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0 0 -2.5em 0;
}

.footer,
.not-footer .footer-space {
	height: 1em;
	margin: 1.5em 0 0 0;
}

.footer span {
	border-top: 1px dotted #B0B0B0;

	text-align: center;
	font-size: 80%;
	display: block;

	margin: 0;
	padding: 0 4px;
}

/***************************************************************************
 *** IMAGES ****************************************************************
 ***************************************************************************/

.image {
	margin: 1.5em 1em 1.5em 1em;
	display: block;
	text-align: center;
}

.image .caption {
	display: block;
	padding: 0 4px 0 4px;
	margin: 0 auto 0 auto;
	color: #404040;
	font-size: 95%;
	text-align: left;
}

.image img {
	margin: 0;
	display: inline;
	border: 4px double #B0B0B0;
}

.image.imageleft,
.image.imageright {
	text-align: left;
	position: relative;
}

.image.imageleft {
	margin: .5em 0 .5em 0;
	float: left;
	left: -1.2em;
}

.image.imageright {
	margin: .5em 0 .5em 0;
	float: right;
	right: -1.2em;
}

/* end default.css */
