*{
	margin: 0px;
	padding: 0px;
}
html{
	/*background: url(graphics/ks_background.jpg) no-repeat top center fixed*/ /* eigenschap fixed verwijderd */
	background-color: #000000;
	border-top: 30px solid #000000;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size:cover;
}
h0{
	font: bold 13px Arial;
	text-decoration: underline;
	color: #000000;
}
h1{
	font: bold 16px Arial;
	background: url(graphics/headers/H1_new.png) no-repeat;
	color: #cccccc;
	width: 400px;
	height: 25px;
	padding: 3px 12px 0px;
}
h2{
	font: bold 14px Arial;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3{
	font: bold 14px Arial;
	background: url(graphics/headers/H3_new.png) no-repeat top;
	height: 20px;
	color: #cccccc;
	padding: 1px 12px 15px;
}
h4{
	font: bold 14px Arial;
	background: url(graphics/headers/H2_new.png) no-repeat top;
	height: 20px;
	color: #cccccc;
	padding: 1px 12px 15px;
}
h5{
	font: bold 12px Arial;
}
h6{
	font: 10px Arial;
}
header, section, footer, aside, nav, article, hgroup, figure, figcaption, details, menu{
	display: block;
}
body{
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-o-box;
	display: box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
}
#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(graphics/ks_background_II.jpg);
    background-attachment: fixed;
}

#video{
position:relative; 
width:960px; 
height:250px; 
/*background-image:url(assets/gallery01bg.jpg);*/
background-position: 480px 50%;
background-repeat: no-repeat;
background-color: rgba(255,251,204,0.1);
border-radius: 4px 4px 4px 4px;
margin:10px; 
margin-bottom:30px;
font-size:90%;
overflow:auto;
}
#video ul{
float:left; 
list-style-type:none; 
width:940px;
margin-top:10px;
margin-left:20px;
}
#video li{
float:left;
margin-right: 20px;
/*width:300px;*/
}
#video iframe {
display:block; 
padding:5px 15px; 
text-decoration:none; 
width:260px; 
/*height:68px; */
-webkit-box-shadow: 1px 3px 8px #444;
-moz-box-shadow: 1px 3px 8px #444;
box-shadow: 2px 3px 8px #444;
}
#gallery{
position:relative; 
width:960px; 
height:660px; 
/*background-image:url(assets/gallery01bg.jpg);*/
background-position: 480px 50%;
background-repeat: no-repeat;
background-color: rgba(255,251,204,0.1);
border-radius: 4px 4px 4px 4px;
margin:10px;
margin-bottom:30px; 
font-size:90%;
overflow:auto;
}
#gallery ul{
float:left; 
list-style-type:none; 
width:330px;
/*margin-top:10px;*/
}
#gallery li{
float:left;
width:165px;
}
#gallery a {
display:block; 
padding:10px 20px; 
text-decoration:none; 
width:120px; 
height:84px; 
cursor:pointer;
}
#gallery a img.thumb {
-webkit-box-shadow: 1px 2px 4px #444;
-moz-box-shadow: 1px 2px 4px #444;
box-shadow: 1px 2px 4px #444;
}
#gallery a img.fullsized {
display:none; 
position:absolute; 
right:20px; 
top:10px; 
margin:10px auto;
width: 580px;
-webkit-box-shadow: 1px 3px 8px #444;
-moz-box-shadow: 1px 3px 8px #444;
box-shadow: 2px 3px 8px #444;
}
#gallery li:first-child img.fullsized, #gallery a:hover img.fullsized, #gallery a:active img.fullsized, #gallery a:focus img.fullsized {
display:block; 
}
#gallery_ver{
position:relative; 
width:960px; 
height:645px; 
/*background-image:url(assets/gallery01bg.jpg);*/
background-position: 480px 50%;
background-repeat: no-repeat;
background-color: rgba(255,251,204,0.1);
border-radius: 4px 4px 4px 4px;
margin:10px;
margin-bottom:30px; 
font-size:90%;
overflow:auto;
}
#gallery_ver ul{
float:left; 
list-style-type:none; 
width:330px;
/*margin-top:10px;*/
}
#gallery_ver li{
float:left;
width:165px;
}
#gallery_ver a {
display:block; 
padding:10px 20px; 
text-decoration:none; 
width:75px; 
height:120px; 
cursor:pointer;
}
#gallery_ver a img.thumb {
-webkit-box-shadow: 1px 2px 4px #444;
-moz-box-shadow: 1px 2px 4px #444;
box-shadow: 1px 2px 4px #444;
}
#gallery_ver a img.fullsized {
display:none; 
position:absolute; 
right:20px; 
top:10px; 
margin:10px auto;
width: 385px;
-webkit-box-shadow: 1px 3px 8px #444;
-moz-box-shadow: 1px 3px 8px #444;
box-shadow: 2px 3px 8px #444;
}
#gallery_ver li:first-child img.fullsized, #gallery_ver a:hover img.fullsized, #gallery_ver a:active img.fullsized, #gallery_ver a:focus img.fullsized {
display:block; 
}