﻿* {
	margin: 0;
	padding: 0;
}
body {
	background-color: rgba(40, 40, 40, 0.4);
	background-image: url(../gfx/pagebkgr.jpg);
	background-attachment:fixed;
	background-size: auto;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: black;
	float: middle;
}
#kop {
	width: 900px;
	height: 74px;
	margin: 0 auto;
	background-image: url("../gfx/pianobckgnd.png");
}
#kop p {
	font-family: Verdana, serif;
	font-size: 40px;
	font-weight: bold;
	color: dodgerblue;
	font-variant: small-caps;
	text-shadow: 3px 3px 1px #303030;
	padding-left: 20px;
	padding-top: 16px;
}
#midden {
	width: 898px;
	border-left: 0px solid black;
	border-right: 0px solid black;
	margin: 0 auto;
	overflow: hidden;
}
#menu {
	height: 26px;
	width: 898px;
	margin: 0 auto;
	border: 0px solid black;
	background-color: rgba(30,144,255,1.0);
}
#menu ul {
	list-style-type: none;
}
#menu li {
	float: left;
	width: 112px;
}
#menu li a {
	display: block;
	width: 112px;
	height: 22px;
	border-right: 0px solid black;
	padding-top: 4px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 1px #303030;
}
#menu li a:hover {
	background-color: royalblue;
}
#menu li a:active {
	background-color: mediumblue;
}
#hoofdvak {
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 28px;
	background-color: rgba(40, 40, 40, 0.4);
	padding-bottom: 32000px;
	margin-bottom: -32000px;
}
#hoofdvak p {
	font-size: 85%;
	margin-bottom: 18px;
}
#hoofdvak ul, #hoofdvak ol {
	font-size: 85%;
	margin-bottom: 18px;
	margin-left: 18px;
}
#hoofdvak h1 {
	font-size: 120%;
	font-weight: bold;
	color: skyblue;
	text-shadow: 2px 2px 1px #808080;
	margin-bottom: 6px;
}
#hoofdvak h2 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	margin-bottom: 6px;
}
#kolomrechts {
	float: right;
	border-left: 0px solid black;
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 28px;
	background-color: rgba(40, 40, 40, 0.4);
	text-align: center;
	padding-bottom: 32000px;
	margin-bottom: -32000px;
}
#kolomrechts p {
	font-size: 75%;
	margin-bottom: 24px;
}
#kolomrechts ul, #kolomrechts ol {
	font-size: 85%;
	margin-bottom: 18px;
	margin-left: 18px;
}
#kolomrechts h1 {
	font-size: 120%;
	font-weight: bold;
	color: skyblue;
	text-shadow: 2px 2px 1px #808080;
	margin-bottom: 6px;
}
#kolomrechts h2 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	margin-bottom: 6px;
}

#animation img {
    display: none;
}
#animation img:first-child {
    display: block;
    margin-left:auto;
    margin-right:auto;
position: relative;

} 

#voet {
	clear: both;
	width: 898px;
	margin: 0 auto;
	background-color: rgba(40, 40, 40, 0.0);
	color: white;
	font-size: 60%;
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}

#stafmijtercontainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.stafmijter {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #FFFFFF;
    user-select: none;
    z-index: 1000;
}
.stafmijter:hover {
    cursor: default;
}

.image-dirq {
	width: 90px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 5px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
}

.image-dirq-2 {
	width: 44px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 3px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
	
}
.image-dirq-3 {
	width: 150px;
	box-shadow: 0px 0px 0px #808080;
	float:right;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 3px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
	
	}	

.image-dirq-4 {
	width: 66px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 3px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
	
}	

.image-dirq-5 {
	width: 200px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 3px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
	
}

.image-dirq-6 {
	width: 200px;
	box-shadow: 0px 0px 0px #808080;
	float:left;
	border: 0px solid skyblue;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	margin: 3px 10px 5px;
	-webkit-filter: drop-shadow(2px 2px 1px rgb(135,206,235));
   	filter: drop-shadow(2px 2px 1px rgb(135,206,235));
	
}

.widget_iframe {
	box-shadow: 2px 2px 1px #808080;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.widget_iframe-2 {
	box-shadow: 2px 2px 1px #808080;
	border: 2px solid skyblue;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.nadruk {
	font-weight: bold;
	color: midnightblue;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

hr {
	display: block;
	height: 1px;
	border: 1;
	border-color: rgba(40, 40, 40, 0.3);
	border-top: rgba(40, 40, 40, 0.5);
	border-style: inset;
	padding: 0;
	color: #1E90FF;
	}

a:link {
    text-decoration: none;
	color: skyblue;
}

a:visited {
    text-decoration: none;
	color: dodgerblue;
}

a:hover {
    text-decoration: underline;
	color: deepskyblue;
}

a:active {
    text-decoration: underline;
	color: royalblue;
}


#sthash.TKfqfNaV.dpuf


