@charset "UTF-8";
/* CSS Document */
body {
	font-family:"Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
	z-index:100;
	padding:0px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color:#999;
}
a:active {
	color:#333;
}

ul, ol, dl {
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom:4px;
}
h1 {
	font-size:14px;
	color:#333;
	;
}
h2 {
	font-size:10px;
	color:#666;
	font-weight: normal;
}
h3 {
	font-size:12px;
	color:#fbed21;
	font-style: italic;
}
h4 {
	font-size:13px;
	color:#fbed21;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size:11px;
	color:#fbed21;
	font-weight: bold;
}
h5:a {
	color:#fbed21;
}
h6 {
	font-size:12px;
	color:#999;
	text-align:right;
	font-family:"Courier New", Courier, monospace;
	font: courier new;
}
p {
	font-size:14px;
	color:#333;
	text-align:justify;
	padding-top: 10px;
}
div.subcontent {
	width:460px;
	height:460px;
	padding:20px;
}
div.subcontent-logoholder {
	width:460px;
	height:75px;
	background-image:url(___plaat/fresnelli-small.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
	margin-bottom: 25px;
}
div.slogan {
	width:58px;
	background-image:url(___plaat/slogan.png);
	position:absolute;
	top:20px;
	z-index:100000;
	right: 0px;
	height: 600px;
	margin-top: auto;
	margin-bottom: auto;
}
.tickertext {
	font-weight:bold;
	background-image:url(___plaat/wit-transparant.png);
}
.maintainer-zwart {
	width:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	min-height: 350px;
	background-image:url(___plaat/wit-transparant.png);
	margin-top: -50px;
}
.achtergrond-zwart {
	
}
.maintainer-wit {
	width:500px;
	height:500px;
	min-height: 350px;
	background-image:url(___plaat/wit-transparant.png);
	background-repeat: repeat;
	background-position: 50%;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	margin-top: -50px;
}
div.navigatie-menu {
	width:500px;
	height:auto;
	background-image:url(___plaat/wit-transparant.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.20);
	font-size:12px;

}
nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}
nav ul {
	padding: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
}
	nav ul li:hover {
		background-color:#FFF;
		background-image:url(___plaat/wit-transparant.png);
	}
		nav ul li:hover a {
			color: #000;
		}
	
	nav ul li a {
	display: block;
	padding: 5px 15px;
	color: #333;
	text-decoration: none;
	}
nav ul ul {
	background-image:url(___plaat/wit-transparant.png);
	border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		position: relative;
		background-image:url(___plaat/wit-transparant.png);
	}
		nav ul ul li a {
			padding: 5px 15px;
			color: #000;
		}	
			nav ul ul li a:hover {
				background: #000;
				color:#FFF;
			}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.locatiebepaler {
	background-color:#000;
	color:#FFF;
	padding-left: 5px;
	padding-right: 5px;
}
.player{
            display:inline-block;
            vertical-align:top;
            position:relative;
            width:500px;
            height:350px;
            margin-top:100px!important;
            left:0;
            overflow: hidden;
            border-radius: 4px;
            -moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
            box-shadow: 0 0 10px rgba(0,0,0,.5);
        }
.formulier {
	width:460px;
	border:0xp;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,10);
            box-shadow: 0 0 5px rgba(0,0,0,10);
	
}
.fout {	-moz-box-shadow: 0 0 7px rgba(0,0,0,10);
            box-shadow: 0 0 7px rgba(0,0,0,10);
}
.project {
	width:105px;
	height:auto;
	padding: 5px;
	float:left;
	margin-top: 25px;
}
.project-secondline {
	width:105px;
	height:auto;
	padding: 5px;
	float:left;
	margin-top: 25px;
}
.video-container{
  width: 100vw;
  height: 100vh;
}
   
	
