html {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
body {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: black;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
.fullScreenDiv {				/* Volledig scherm, Zonder de footer ! */
	position: absolute;
	height: 95%;
	width: 78%;
	top: 0;
	margin: 0 auto 0 10%;
	padding: 0 0 0 0;
	border-collapse: collapse;
	background-color: transparent;
}
.headerDiv {				/* De titel van de pagina + eventueel de kolom headers */
	position: absolute;
	width: 100%;
	height: 11vh;
	margin: 0.5% 0 0 0;
	padding: 0 0 0 0;
	border-top: thin solid white;
	border-left: thin solid white;
	border-right: thin solid white;
	border-bottom: thick groove red;
	border-collapse: collapse;
	background-color: transparent;
}
.headerTable {
	width: 100%;
	height: 100%;
	color: white;
	font-size: 3vh;
	background-color: black;
	border-collapse: collapse;

}
.headerTitle {
	color: #FFFF00;
	font-size: 5vh;
	font-weight: bold;
	text-align: center;
	border-collapse: collapse;
}
.lijstDiv {					/* Linker 60% van het scherm voor een scrollende tabel */	
	position: absolute;
	width: 80%;
	height: 70vh;
	top: 13vh;
	left: 0;
	margin: 0.5% 0 0 0;
	padding: 0 0 0 0;
	border: thin solid white;
	border-collapse: collapse;
	background-color: black;
	opacity: 0.9;
	overflow-x: hidden;
	overflow-y: scroll;
}
.lijstDivCatGrp {					/* Linker 60% van het scherm voor een scrollende tabel */	
	position: absolute;
	width: 30%;
	height: 70vh;
	top: 13vh;
	left: 35%;
	margin: 0.5% 0 0 0;
	padding: 0 0 0 0;
	border: thin solid white;
	border-collapse: collapse;
	background-color: black;
	opacity: 0.9;
	overflow-x: hidden;
	overflow-y: scroll;
}

.lijstTable {
	width: 100%;
	background-color: transparent;
	color: white;
	border-collapse: collapse;
}
.edit {					/* Is voor de Edit TD in lijstTable */
	background-image: url("./img/edit.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	cursor: pointer;
}
.look {
	font-size: calc((4vh + 3vw)/4);
	cursor: pointer;
}
.weg {
	background-image: url("./img/delete.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	cursor: pointer;
}
.showFotoDiv {
	position: absolute;
	width: 37%;
	height: 60vh;
	top: 22vh;
	left: 62%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-color: transparent;
}
.showFotoDivEdit {
	position: absolute;
	width: 19%;
	height: 60vh;
	top: 22vh;
	right: 0%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-color: transparent;
}


.editDiv {					/* Edit scherm over de hele breedte */	
	position: absolute;
	width: 100%;
	height: 70vh;
	top: 13vh;
	left: 0;
	margin: 0.5% 0 0 0;
	padding: 0 0 0 0;
	border: none;
	border-collapse: collapse;
	background-color: #2C3539;
	opacity: 0.95;
}
.editTable {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	background-color: transparent;
	border-collapse: collapse;
}
.editTable td { padding: 0.2% 0 0.2% 0.1%; }

.buttonDiv {				/* Om de buttons netjes in het midden en onderaan bij elkaar te houden */
	position: absolute;
	width: 100%;
	height: 3%;
	bottom: 2%;
	text-align: center;
}
.buttonTable {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: transparent;
	border-collapse: collapse;
}
.button {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5vmin;
	background-color: #CCCCCC;
	cursor: pointer;
	width: 10%;
	text-align: center;
}
#footer {
	position: fixed;
	width: 100%;
	height: 4%;
	bottom: 0;
	left: 0;
	font-size: 2vh;
	color: white;
	text-align: center;
	border-top: thin solid red;
	background-color: black;
	line-height: 4vh;
}
#footer a { color: white; }

/* ALGEMENE SETTINGS */
.tacenter { text-align: center; }
.errclass { background-color: #FFFF00; color: #000000; text-align: center; }
.outer {
	width:100%;
	height:100%;
}
.inner {
	width:99.9%;
	height:99.5%;
	border:thin solid transparent;
}
.shadow {
	font-size:2.0em;
	font-weight:bold;
	color:red;
	text-shadow:0 0 1px white,
				0 0 2px white,
				1px 1px 2px white,
				-1px -1px 2px white,
				1px -1px 2px white,
				-1px 1px 2px white,
				2px 0 2px white,
				-2px 0 2px white,
				0 2px 2px white,
				0 -2px 2px white;
}