@charset "utf-8";
@import url(sidebar.css);

/* Element styles */
* {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #fff;
	text-align: center;
	height: 100%;
}
p {
	margin: 5px 0;
}
img {
	border: 0;
	display: block;
}
a img {
	display: inline;
}
a {
	color: #f8981d;
}
a:hover {
	color: #930;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 120%;
}
h1 {
	font-size: 26px;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 20px;
}
ul {
	list-style: disc outside;
	margin: 0 15px;
}
address {
	font-style: normal;
}
table {
	border-collapse: collapse; /* Table cellpadding en cellspacing op 0 */
}
small {
	font-size: 12px;
	color: #ccc;
	margin: 0 0 3px 0;
}

/* Global styles */
.subhead { /* Headers */
	font-size: 16px; 
}
.floatl {
	float: left;
	margin: 0 10px 0 0;
}
.floatr {
	float: right;
	margin: 0 0 0 10px;
}
.back { /* De 'terug naar boven' links */
	text-align: right; 
	text-transform: lowercase;
}
.clearer {
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
}
.whitespace {
	width: 1px;
	height: 5px;
	clear: both;
	overflow: hidden;
	display: block;
}
.wrapper { /* 10px ruimte vanaf de kant */
	padding: 10px;
}
table .key {
	padding: 0 5px 2px 0;
	text-align: left;
}
table .value {
	padding: 0 0 2px 5px;
}
table .largecolumn { /* Tabel met breede kolommen */
	width: 160px;
}
table .smallcolumn { /* Tabel met smalle kolommen */
	width: 50px;
}
.table {
	width: 100%;
	color: #000;
}
.table thead td {
	background-color: #6e2a8d;
	color: #fff;
	font-weight: bold;
	border: 1px solid #6e2a8d;
	padding: 2px;
}
.table tbody th {
	background-color: #b18cc2;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border: 1px solid #6e2a8d;
	padding: 1px 2px;
}
.table tbody td {
	background-color: #f2eaf5;
	vertical-align: middle;
	border: 1px solid #6e2a8d;
	padding: 2px 4px;
	height: 25px;
	line-height: 125%;
}
.list span{
	display: block;
	float: left;
}
.list .key {
	position: relative;
	width: 25px;
}
.pagefooter {
	width: 680px;
	margin: 0 0 10px 0;
}
a.doc { /* Word icoontje voor .doc links */
	background: url(../images/icon/doc.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.zip { /* Zip icoontje voor .zip links */
	background: url(../images/icon/zip.png) no-repeat;
	padding: 2px 0 0 20px;
}
a.pdf { /* Pdf icoontje voor .pdf links */
	background: url(../images/icon/pdf.png) no-repeat;
	padding: 2px 0 0 20px;
}

/* Container styles */
#container {
	margin: 0 auto;
	width: 910px;
	height: 100%;
	text-align: left;
}
#header {
	width: 910px;
	height: 71px;
	padding: 14px 0;
}
#navigation {
	width: 910px;
}
#content {
	margin: 26px 0 2px 0;
	font-size: 11px;
	overflow: visible;
}
#footer {
	font-size: 12px;
	color: #666;
}
#page {
	float: left;
	width: 680px;
	margin: 8px 10px 10px 0;
	font-size: small;
	line-height: 130%;
}
#column {
	float: left;
	width: 220px;
}
#sidebar {
	width: 100%;
	height: 450px; /* Hoogte voor MSIE */
}
/* Menu styles */
.menu {
	list-style: none;
	margin: 0;
}
.menu li {
	float: left;
	margin: 0 1px 0 0;
}
.menu li.first {
	margin: 0 1px 0 30px;
}
.menu li img {
	display: block;
}
.submenu li {
	background-color: #f0e9f3; /* Submenu buttons achtergrondkleur */
}
#menuline {
	background: #6e2a8d;
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}
#nomenu {
	width: 100%;
	height: 24px;
	overflow: hidden;
}

/* Important styles */
.overrule_white { /* Witte voorgrondkleur forceren */
	color: #fff !important;
}
a.overrule_white:hover {
	color: #930 !important;
}
.overrule_black { /* Zwarte voorgrondkleur forceren */
	color: #000 !important;
}
a.overrule_black:hover {
	color: #930 !important;
}
.overrule_purple { /* Paarse voorgrondkleur forceren */
	color: #6e2a8d !important;
}
a.overrule_purple:hover {
	color: #930 !important;
}
.overrule_orange { /* Oranje voorgrondkleur forceren */
	color: #f8981d !important;
}
a.overrule_orange:hover {
	color: #930 !important;
}

/* Color styles */
.lightpurple { /* Blok met lichtpaarse achtergrondkleur */
	background-color: #f0e9f3;
	color: #000;
	overflow: hidden; /* MSIE variabele hoogte fix */
}
.lightpurple h1, .lightpurple h2{
	color: #000;
}
.lightpurple a {
	color: #f8981d;
}
.lightpurple a:hover {
	color: #930;
}
.lightpurple .subhead {
	color: #6e2a8d;
}
.lightpurple.alt { /* Alternatieve lichtpaarse achtergrondkleur */
	background-color: #f8f4f9;
}
.purple { /* Blok met paarse achtergrondkleur */
	background-color: #6e2a8d;
	color: #fff;
}
.purple h1, .purple h2{
	color: #fff;
}
.purple a {
	color: #fff;
}
.purple a:hover {
	color: #f8981d;
}
.purple .subhead {
	color: #fff;
}
.lightorange { /* Blok met lichtoranje achtergrondkleur */
	background-color: #feead2;
	color: #000;
	overflow: hidden; /* MSIE variabele hoogte fix */
}
.lightorange h1, .lightorange h2{
	color: #000;
}
.lightorange a {
	color: #6e2a8d;
}
.lightorange a:hover {
	color: #930;
}
.lightorange .subhead {
	color: #f8981d;
}
.lightorange.alt{ /* Alternatieve lichtoranje achtergrondkleur */
	background-color: #fffaf3;
}
.orange { /* Blok met oranje achtergrondkleur */
	background-color: #f8981d;
	color: #000;
}
.orange h1, .orange h2 {
	color: #fff;
}
.orange a {
	color: #333;
}
.orange a:hover {
	color: #930;
}
.orange .subhead {
	color: #fff;
}

/* Custom styles */
#intro { /* Uitlijning van intro-zin op homepage */
	margin: -16px 10px -10px 10px;
}
#intro h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 16px;
	color: #6e2a8d;
	line-height: 120%;
}
#footer a {
	color: #666;
}
#footer span {
	margin: 0 5px;
}
#block1 {
	position: relative;
	top: 15px;
}
#block5 {
	position: relative;
	top: 15px;
}
#block2 {
	background: url(/include/images/bg_orange_large.gif) no-repeat -10px 0;
	height: 146px;
}
#block2 .wrapper {
	padding: 25px 10px 10px 10px;
}
.homeblock { /* Grootte homepage blokken */
	float: left;
	margin: 5px;
	width: 445px;
	height: 130px;
	font-size: 13px;
	overflow: hidden;
}
.homeblock h2 {
	font-size: 26px;
	margin: 0 0 5px 0;
}
.tinyblock { /* Kleine homepage blokken */
	position: relative;
	float: left;
	margin: 5px;
	padding: 5px 10px;
	width: 200px;
	height: 85px;
	overflow: hidden;
}
.tinyblock.second { 
	width: 195px;
}
.tinyblock .subhead {
	line-height: 100%;
}
.tinyblock .link {
	position: absolute;
	bottom: 7px;
}
.tinyblock img {
	margin: 8px 0;
}
.date {
	float: left;
	width: 140px;
	text-align: left;
	margin: 0 20px 0 0 ;
}
.item {
	float: left;
}
.alignright {
	float: right;
	width: 530px;
}
.overviewlink {
	float: right;
	width: 100px;
}
.list-style-decimal {
	list-style-type: decimal;
	margin: 0 20px;
}