
/* ALGEMEEN */

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

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

/* EMBEDDED FONTS */

@font-face {
	font-family: "Avenir Next";
	src: url("AvenirNextCyr-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Avenir Italic";
	src: url("AvenirNextCyr-Italic.ttf") format("truetype");
	font-style: italic, oblique;
}
@font-face {
	font-family: "Avenir Demi";
	src: url("AvenirNextCyr-Demi.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "Avenir DemiItalic";
	src: url("AvenirNextCyr-DemiItalic.ttf") format("truetype");
	font-style: bold, italic, oblique;
}

/* INDEX */

@keyframes blink {
  50% {
	border-color: #fff;
  }
}

/* PAGINA-LAYOUT */

#metacontainer {
	/* border: 1px solid #f00; */
	display: table;
	margin: 0 auto;
	padding-top: 15px;
}

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

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

#banner {
	 /* border: 1px solid #0f0; */
	border-radius: 25px;
	position: relative;
	top: -10px;
	display: table;
	margin: 0px 20px 10px 20px;
	padding: 0px;
	width: 1010px;
	height: 90px;
	background: #fff url(../gui/banner_bkgr.webp);
	/* overflow: hidden; */
}

/* MENU */

#menubkgr {
	/* border: 1px solid #f00; */
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	/* position: relative; */
	display: table;
	margin: 20px 20px 0px 50px;
	padding-top: 0px;
	width: 950px;
	height: 35px;
	text-align: center;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	/* letter-spacing: 1px; */
	font-size: 13px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.menu_item {
	display: inline-block;
	/* border-top: 1px solid #f00; */
	height: 35px;
	margin: none;
	padding: 10px 8px 0px 8px;
	letter-spacing: 1px;
}

a.menu:link, a.menu:visited {
	color: #fff;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

.actief {
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
}

/* DIVs */

.margin {
	margin: 0px 0px 20px 0px;	
}

.margins {
	margin: 0px 20px 20px 0px;	
}

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

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

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

a.txt:hover {
	text-decoration: underline;
}

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

a:hover {
	text-decoration: underline;
}

.item_schil {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 260px;
	margin: 0px 30px 20px 0px;
	background-color: transparent;
	overflow: hidden;
	float:left
}

.item_dubbelschil {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 425px;
	height: 260px;
	margin: 0px 25px 20px 0px;
	background-color: transparent;
	overflow: hidden;
	float:left
}

.item_schil_rand {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 260px;
	margin: 0px 0px 20px 0px;
	background-color: transparent;
	overflow: hidden;
	float:left
}

.videoitem_schil {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 430px;
	height: 302px; /* hoogte is inclusief de tekst onder de video! video = 242, tekst = ? hoog */
	margin: 0px 0px 20px 0px;
	/* margin: 0px 30px 20px 0px; */ /* vorige versie */
	background-color: transparent;
	overflow: hidden;
	float:left
}

.videoitem_gap {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 302px; /* hoogte is gelijk aan video-item */
	margin: 0px;
	background-color: transparent;
	float:left
}

/* overbodig? */
.videoitem_schil_rand {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 430px;
	height: 302px;
	margin: 0px 0px 20px 0px;
	background-color: transparent;
	overflow: hidden;
	float:left
}

.videoitembig_schil {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 890px;
	height: 580px; /* hoogte is inclusief de tekst onder de video! video = 500, tekst = 80 hoog */
	margin: 0px 0px 20px 0px;
	background-color: transparent;
	overflow: hidden;
	float:left
}

.videoviewerbig_schil {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 890px;
	height: 600px; /* hoogte is inclusief de tekst onder de video! video = 500, tekst = ?? hoog */
	margin: 0px 0px 20px 0px;
	background-color: transparent;
	overflow: hidden;
	float:left
}

.item {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 200px;
	/* margin: 0px 20px 20px 0px; */
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	font-family: inherit;
}

.itemdubbel {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 425px;
	height: 200px;
	/* margin: 0px 20px 20px 0px; */
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

.item_edge {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 200px;
	/* margin: 0px 20px 0px 0px; */
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

.item_tekst {
	display: inline-block;
	color: #000;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 13px;
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	line-height: 1.5;
}

.item .item_edge a:link, a:visited{
	border: none;
	border-style: none;
	padding: none;
	background-color: transparent;
}

.item .item_edge a:hover{
	border: none;
	border-style: none;
	padding: none;
	background-color: transparent;
}

.item_pict {
	/* border: 1px solid #f00; */
	display: inline-block;
	vertical-align: top;
	width: 890px;
	height: 570px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

.item_o_frame {
	/* border: 1px solid #00f; */
	display: inline-block;
	vertical-align: top;
	width: 890px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

.item_o_subframe {
	/* border: 1px solid #0f0; */
	display: inline-block;
	vertical-align: top;
	width: 380px;
	height: 715px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	float: left;
}

.item_original {
	/* border: 1px solid #f00; */
	display: inline-block;
	vertical-align: top;
	align: left;
	width: 510px;
	height: 729px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: black;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 45px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.item_liggend {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	align: left;
	width: 890px;
	height: 622px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

.item_zoom {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 360px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	/* background-color: #33de84; */
	overflow: hidden;
}

.item_zoom2 {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: 360px;
	height: 360px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	/* background-color: #33de84; */
	overflow: hidden;
}

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

.werkinlijst {
	/* border: 1px solid #f00; */
	display: inline-block;
	vertical-align: top;
	width: 890px;
	height: 435px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

.overigwerk {
	/* border: 1px solid #fff; */
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

#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;
 }

.beschrijving {
	/* border: 1px solid #f00; */
	display: inline-block;
	width: 420px;
	margin-top: 5px;
	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; */
	color: #000;
	background-color: transparent;
	margin: 15px 0px 0px 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 en BUTTONS */

#emailbut {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #106563;
	margin-top: 5px;
	padding: 5px;
	color: #fff;
	background-color: #199e9b;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-size: 15px;
	overflow: hidden;
	text-align: center;
}

#returnbutton {
	display: inline-block;
	border-radius: 5px;
	border: 2px solid #106563;
	margin-top: 5px;
	padding: 5px;
	color: #fff;
	background-color: #199e9b;
	font-family: Avenir, sans-serif, Arial, Helvetica;
	font-variant: small-caps;
	font-size: 12px;
	overflow: hidden;
	text-align: center;
}


#emailbut:hover, #returnbutton:hover {
	background-color: #fff;
	color: #199e9b;
}



.hidden {
	color: color(display-p3 0.961 0.965 0.965);
	text-decoration: none;
	 
}

a.hidden:link, a.hidden:visited, a.hidden:hover {
	text-decoration: none;
	cursor: none;
}



/* TEKST */

.eerstezin {
	font-size: inherit;
	font-family: "Avenir Demi", sans-serif, Arial, Helvetica;
	color: #165d7a;
	margin-top: 0px;
}

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

.bold {
	font-family: "Avenir Demi";
	font-size: inherit;
}

.italic {
	font-family: "Avenir Italic";
	font-size: inherit;
}

.bolditalic {
	font-family: "Avenir DemiItalic";
	font-size: inherit;
}

.kleiner {
	font-size: 14px;
}

.klein {
	font-size: 13px;
}

.kleinst {
	font-size: 12px;
}

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

.rood {
	color: #ff0000;
}

.werktitel {
	font-size: 18px;
	color: #007ea5;
	font-weight: bold;
	font-style: italic;
}

.zeeblauw {
	color: #007ea5;
}


.prijs {
	font-size: 26px;
	color: #007ea5;
}

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

.oranje {
	color: #ec673a;
}

.ai {
	font-family: Courier New;
	font-weight: 500;
	font-size: 16px;
}

.bignews {
/* 	border: 1px solid #f00; */
	display: block;
	width: 950px;
	height: 398px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-color: transparent;
/*
	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;
}


/* DISCLAIMER */

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

.discontent {
	position: relative;
	top: 50%;
	left: 50%;
	width: 465px;
	height: 200px;
	margin-left: -240px;
	margin-top: -200px;
	padding: 0px 20px 0px 220px;
	background: #fff url(../gui/disclaimer.webp) no-repeat;
	font-family: Avenir Next;
	font-size: 13px;
}

.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);
}

