@charset "utf-8";
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html {
	background: #eef2f6;
	overflow-y: scroll;
}

body {
/*	width: 770px;*/
	padding-bottom: 20px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 0.75em;
	color: #000;
/*	overflow: hidden;*/
}

img#logo {
	position: absolute;
	top: 22px;
}

div#header {
	width: 320px;
	height: 150px;
	padding: 0 129px 0 321px;
	display: block;
	background: transparent url('/images/bg_header.png') no-repeat left top;
}

div#header div#flash {
	width: 320px;
	height: 150px;
}

div#graphic {
	width: 160px;
	float: left;
}

div#content {
	width: 429px;
	padding: 20px 0 0 20px;
	float: left;
}

div#content.wide {
	width: 589px;
}

/* Class for no padding on div#content for the index page */
div#content.nopad {
	padding: 0;
}

/* Some pages need the content div to start higer (and overlap div#header) */
div#content.top {
	margin-top: -150px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2f6fa8;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
}

p,
div#content ul,
table {
	font-size: 1em;
	line-height: 1.35em;
	margin-bottom: 15px;
}

div#content ul {
	margin-left: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

td {
	font-size: 0.9em;
}

table table td {
	font-size: 1em;
}

.small {
	font-size: 0.8em;
	line-height: 1.2em;
}

a:link {
	color: #000;
}

a:visited,
a:hover,
a:active {
	color: #2f6fa8;
}

/* Navigation styles */
div#nav {
	width: 161px;
	padding-top: 22px;
	text-align: right;
	float: left;
}

div#nav ul {
	list-style: none;
	line-height: 1.3em;
}

div#nav ul li {
	display: inline;
}

div#nav a {
	padding: 4px 15px 4px 4px;
	color: #000;
	display: block;
	text-decoration: none;
}

div#nav ul ul {
	border-color: #edd6e7;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 3px;
	line-height: 0.85em;
	background: #fff;
}

div#nav ul ul a {
	font-size: 0.8em;
}

div#nav ul a.active,
div#nav ul ul a.current {
	font-weight: bold;
}

div#nav ul ul a.current {
	color: #003366;
}

div#nav ul ul a.pdf {
	padding-bottom: 12px;
	background: transparent url('/images/pdf.png') no-repeat 125px bottom;
}

div#nav ul ul {
	display: none;
}

div#nav ul ul.show {
	display: block;
}
/* /Navigation styles */

address {
	margin-top: 20px;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

/* Colored borders */
.purple {
	border-top: 22px solid #c1a8db;
}

.pink {
	border-top: 22px solid #edd6e7;
}

.darkblue {
	border-top: 22px solid #b2c5d6;
}

/* Styles for Capacity table */
.capacity {
	width: 100%;
}

.capacity td {
	padding: 2px 3px;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #ccc;
	border-left-width: 1px;
	border-bottom-width: 1px;
}

.capacity td:first-child {
	border-left: none;
}

.capacity tr:last-child td {
	border-bottom: none;
}
/* /Styles for Capacity table */

/* Styles for "simple" tables */
.simple {
	width: 100%;
}

.simple td {
	padding: 2px 0;
	vertical-align: top;
	border-style: solid;
	border-color: #ccc;
	border-bottom-width: 1px;
}

.simple tr:last-child td {
	border-bottom: none;
}

.simple ul {
	margin-bottom: 5px;
}
/* /Styles for "simple" tables */

/* Formulier elementen */
input[type=text],
input[type=submit],
select,
textarea {
	border: 1px solid #ccc;
	background-color: #fff;
}

input[type=text],
input[type=submit],
textarea {
	padding: 2px;
}

td.error {
	font-weight: bold;
	color: #f00;
}