﻿html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
td, th, caption {
	font-weight: normal;
	text-align: left;
}
img, fieldset {
	border: 0;
}
q:before, q:after {
	content: '';
}
body {
	background-attachment: fixed;
	font-family: "Futura Bk BT", Helvetica, Verdana, sans-serif, Arial;
	font-size: medium;
	font-weight: lighter;
	color: #333333;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #eed8ae;
	scrollbar-darkshadow-color: FFFF99;
	scrollbar-face-color: #eed8ae;
	scrollbar-highlight-color: #FFFF99;
	scrollbar-shadow-color: #666666;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.stretch {
	width: 100%;
	height: 100%;
}
#box {
	-webkit-box-shadow: 3px 3px 12px 0 #999;
}
}
img {
	border: 0 none;
}
html {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 9px #fff;
}
a:visited {
	color: #e6e6e6;
	text-decoration: none;
	text-shadow: 1px 1px 9px #fff;
}
a:focus {
	border: 1px dotted #ffc;
}
a:hover {
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 9px #33c;
}
a:active {
	color: #c0c0c0;
	text-decoration: none;
	text-shadow: 1px 1px 9px #fff;
}
a.extern:link {
	color: black;
}
a.extern:visited {
	color: black;
	text-decoration: none;
	text-shadow: 1px 1px 9px #fff;
}
a.extern:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 9px black;
}
img {
	box-shadow: 10px 10px 20px #666;
	-moz-box-shadow: 10px 10px 20px #666;
	-webkit: 10px 10px 20px #000;
	max-width: 100%;
	height: auto;
}
figure {
	left: auto;
	margin-left: -0px;
	margin-top: -0.1em;
	padding-bottom: 0em;
}
p {
	font-weight: normal;
	font-size: 100%;
}
h1 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #fff;
	font-size: 175%;
	letter-spacing: 3px;
	text-align: left;
	text-shadow: 4px 2px 5px #000;
}
.H1AndereKleur {
	color: #333333;
}
h2 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: bold;
	color: #333;
	font-size: 120%;
	padding-bottom:-0.5em;
}
h3 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: bold;
	font-size: 110%;
}
h4 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: normal;
	font-size: 80%;
}
h5 {
	font-weight: normal;
	font-size: 80%;
}
h6 {
	color: #fff;
	font-weight: lighter;
	font-size: 70%;
}
figcaption {
	font-size: 75%;
	font-style: oblique;
}
#leftcol {
	padding-top: 2em;
	padding-left: 1em;
	width: 20%;
	margin-right: 10%;
	float: left;
	position: fixed;
	background-color: transparent;
	top: 10px;
	left: 0px;
}
#maincol {
	background-color: transparent;
	background-image: url('../images/backgrounds/translucent-white.png');
	top: 3em;
	left: -5%;
	padding: 0em 1.5em 1.5em 1.5em;
	float: right;
	display: inline;
	position: relative;
	width: 75%;
}
#footer {
	background-color: transparent;
	top: 12em;
	left: -8.5%;
	float: right;
	display: inline;
	position: relative;
	width: 75%;
}
/* End hide from IE-mac */
/*printer styles*/
@media print
{
/*hide the left column when printing*/
#leftcol {
	display: none;
}
table {
	border-style: none;
}
tr {
	vertical-align: top;
	padding: 0px 20px 20px 0px;
}
td {
	padding-bottom: 10px;
	padding-right: 20px;
	vertical-align: top;
}