
/* ALGEMEEN */

body {
	min-height: 100%;
/* 	height: auto !important; */
/* 	overflow-y: hidden; */
/* 	overflow-x: hidden; */
	background: #fff url(../gui/bkgr_wolken.gif) repeat;
	background-attachment: fixed;
}

html {
	min-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* EMBEDDED FONTS */

@font-face {
font-family: Avenir;
src: url(Avenir.ttc) format("truetype");
}

/* PAGINA-ELEMENTEN */

#metacontainer {
	display: table;
	margin: 0 auto;
}

.showserver {
	position: fixed;
	top: 0;
	left: 0;
	margin: 250px 0px 0px 5px;
	background: transparent;
	z-index: 9999;
}

#container {
	/* border: 1px solid #f00; */
	/* 	position: relative; */
	display: table;
	margin: 30px 135px 30px 135px;
	padding: 20px 30px 20px 30px;
	width: 1010px;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 15px;
	color: #000;
	background-color: rgba(247, 247, 247, 0.8);
	overflow: visible;
}

.iframe { 
/* 	border: 1px solid #f00; */
	border: none;
	display: block;
	width: 950px;
	height: 398px;
	overflow: hidden;
	margin: 15px 0px 5px 0px;
	padding: 0px;
}

.bignews {
/* 	border: 1px solid #f00; */
	display: block;
	width: 950px;
	height: 398px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	float: left;
/*
	margin-top: 15px;
	padding: 15px;
	background-color: aqua;
*/
}

.scrollkolom {
	display: inline-block;
	float: right;
	width: 300px;
	height: 600px;
	margin: 20px 0px 0px 20px;
	color: #000;
	background-color: #fff;
	overflow-y: scroll;
}

/* REFERENTIES */

.referenties {
	float: right; 
	background: transparent url(../gui/tekstwolkje.png) no-repeat;
	width: 300px;
	height: 420px;
	margin: 20px 0px 0px 20px;
	padding: 60px 22px 50px 0px;
/* 	overflow: hidden; */
}

.ref {
	color: #000;
	font-family: inherit;
	font-size: 14px;
	letter-spacing: 1;
}

.refnaam {
	color: #fff;
	font-family: "Avenir heavy", sans-serif, Arial, Helvetica;
	font-size: 14px;
	letter-spacing: 1;
}

.reffunctie {
	color: #fff;
	font-family: "Avenir", sans-serif, Arial, Helvetica;
	font-size: 14px;
	letter-spacing: 1;
}

/* MENU */

.navigatie {
	position: fixed;
	margin-top: 30px;
	top: 0px;
	width: 170px;
	height: auto;
	z-index: 50;
}

.navframe {
	position: absolute;
	left: -168px; /* aangepast zodat het in de kantlijn valt, was -170 */
	width: 130px;
	padding: 0px;
}

.navbutton {
	display: inline-block;
	border: 0px;
/* 	float: right; */
	width: 26px;
	height: 25px;
	margin: 0px;
	color: #000;
	background: transparent;
}

.navsocial {
	display: inline-block;
	clear: both; 
	border: 0px;
	float: right;
	width: 26px;
	height: 25px;
	text-align: center;
	margin-top: 5px;
	padding-top: 3px;
	background-color: rgba(79, 210, 255, 1.0);
	-webkit-transition: width 0.5s, padding 1s, text-align 1s; /* Safari */
	transition: width 0.5s;
	transition-delay: 0.2s;
	overflow: hidden;
}

.navsocial:hover {
	width: 130px;
}

/* LINKS EN BUTTONS */

a span.wel, a:hover span.niet {
 display: inline;
}

a:hover span.wel, a span.niet {
 display: none;
 padding: 3px 0px 0px 5px;
 text-align: left;
}

a.menu {
	text-decoration: none;
	color: #000;
	font-family: Avenir, sans-serif, Arial, Helvetica;
}

a.menu:hover {
	color: #fff;
	background-color: #1d9ab0;
	font-family: "Avenir heavy", sans-serif, Arial, Helvetica;
}

.navbuts {
	display: inline-block;
	float: right;
	margin: 0px;
	border: 0px;
	margin: 0px;
	right: 110px;
	width: 26px;
	height: 25px;
	background-color: rgba(247, 247, 247, 0.8);
	-webkit-transition: left 0.5s, width 0.5s, height 0.5s, padding-left 0.5s; /* Safari */
	transition: left 0.5s, width 0.5s, height 0.5s, padding-left 0.5s;
	overflow: hidden;
}

.navbuts:hover {
	left: 110px;
	width: 120px;
	height: 200px; /* hier verander je de hoogte van het uitgeklapte menu */
	padding-left: 5px;
}

/* DISCLAIMER */

#disclaimer {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
} 

.discontent {
	position: relative;
	top: 50%;
	left: 50%;
	width: 465px;
	height: 200px;
	margin-left: -232.5px;
	margin-top: -200px;
	padding: 0px 20px 0px 220px;
	background: #fff url(../gui/disclaimer.gif) no-repeat;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 15px;
}

.shadow {
-moz-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.6);
}

/* DIVs */

.tekst {
/* 		border: 1px solid #f00; */
		display: inline-block;
		margin-top: 20px;
		padding: 15px;
		color: #000;
		background-color: #fff;
		font-family: Avenir, sans-serif, Arial, Helvetica;
		font-size: 15px;
		overflow: hidden;
		float: left;
}

.wild {
/* 		border: 1px solid #f00; */
		display: inline-block;
		margin-top: 15px;
		padding: 15px;
		color: #000;
		background-color: #fff;
		font-family: Avenir, sans-serif, Arial, Helvetica;
		font-size: 15px;
		overflow: hidden;
}

.werk {
	float: right;
	width: 465px;
	height: 640px;
	margin: 20px 0px 20px 0px;
	padding: 20px 15px 15px 20px;
	color: #000;
	background-color: #fff;
	overflow-y: scroll;
}

#anchored {
/* 		border: 1px solid #f00; */
		display: inline-block;
		margin-top: 20px;
		padding: 15px;
		color: #000;
		background-color: #fff;
		font-family: Avenir, sans-serif, Arial, Helvetica;
		font-size: 15px;
		overflow: hidden;
		text-align: left;
}

.overig {
/* 		border: 1px solid #f00; */
		display: inline-block;
		/* margin-top: 20px; */
		padding: 15px 15px 0px 15px;
		color: #000;
		background-color: #fff;
		font-family: Avenir, sans-serif, Arial, Helvetica;
		font-size: 15px;
		overflow: hidden;
}

.iframeholder {
/* 	border: 1px solid #000; */
	padding: 0px;
	width: 420px;
	height: 236px;
 	background: #199e9b url(../gui/loading.gif) center center no-repeat;
 }
 
 .videoholder {
  /* 	border: 1px solid #000; */
	  padding: 0px;
	  width: 420px;
	  height: 239px;
	  /* background: #199e9b url(../gui/loading.gif) center center no-repeat; */
   }

.beschrijving {
/* 		border: 1px solid #f00; */
		display: inline-block;
		width: 420px;
		margin: 5px 0px 25px 0px;
		padding: 0px;
		color: #000;
		background-color: #fff;
		font-family: Avenir, sans-serif, Arial, Helvetica;
		font-size: 12px;
		overflow: hidden;
}

.titel {
	font-family: "Avenir heavy", sans-serif, Arial, Helvetica;
	font-style: italic;
	color: #165d7a;
	font-size: 14px;
}

.left {
	text-align: left;
}

.centered {
	text-align: center;
}

.warning {
	line-height: 24px;
	color: #fff !important;
	background-color: #ec673a;	
	margin-bottom: 30px;
}

.copyright {
/* 	line-height: 24px; */
/* 	border: 1px solid #f00; */
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000;
	background-color: transparent;
	margin: 0px;
	font-size: 12px;
}

.sub {
	display: inline-block;
/* 	border: 1px solid #f00; */
	width: 950px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	padding-left: 4px;
	color: #000;
	background-color: transparent;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 14px;
	letter-spacing: 7.85px;
}

.camtekst {
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 12px;
	margin-left: 2px;
	padding-top: 2px;
}

.adres {
	font-size: 20px;
}

.preview {
/* 	border: 1px solid #f00; */
	display: inline-block;
	width: 160px;
	height: 130px;
	padding-top: 95px;
	text-align: center;
	font-size: 12px;
	background: #fff url(../images/empty_preview.gif) no-repeat;
}

.pmargin {
	margin-right: 20px;
}

/* IMAGES */

img {
	display: block;
	margin: auto;
	line-height: 0;
}

.bignews img{
	display: block;
	margin: 0px;
}

/* LINKS */

.bignews a:link{
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

.bignews a:hover {
	color: #000 !important;
	background-color: transparent;
}

img a{
	border: none;
	border-style: none;
}

.tekst a:link, a:visited{
	color: #199e9b;
	background-color: transparent;
	text-decoration: none;
}

.tekst a:hover {
	color: #fff !important;
	background-color: #199e9b;
}

a:link, a:visited{
	color: #199e9b;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #fff !important;
	background-color: #199e9b;
}

/* TEKST */

.eerstezin {
	font-family: "Avenir heavy", sans-serif, Arial, Helvetica;
	color: #165d7a;
}

.construction {
	width: 100%;
	font-family: "Avenir heavy", sans-serif, Arial, Helvetica;
	color: #165d7a;
	font-size: 20px;
	text-align: center;
}

.jaartal {
	font-family: inherit;
	color: #998347;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.kleiner {
	font-size: 12px;
}

.klein {
	font-size: 13px;
}

.kleinblauw {
	font-size: 13px;
	color: #007ea5;
}

.smallbullet {
	font-size: 9px;
	baseline-shift: -2px;
}

.oranje {
	color: #ec673a;
}

