:root {
	--wit: #FFFFFF;
	--zwart: #000000;
	--blauw: #003085;
	--roze: #FFE6E6;
	--rood: #F7292D;
	--geel: #FFFF00;
}
html {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: calc((1.2vh + 1.2vw)/2);
	font-style: normal;
	text-decoration: none;
	color: var(--blauw);
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: var(--roze) url(../img/Redbull-car1.gif) no-repeat fixed bottom right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
body {
	width: 100%;
	height: 98%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.titelBar {
	position: absolute;
	width: 96%;
	height: 5%;
	top: 1%;
	margin-left: 2%;
	border: none;
	padding: 0 0 1% 0;
	text-align: center;
	color: var(--rood);
 	background-color: var(--blauw);
	font-weight: 800;
	font-size: calc((3vh + 3vw)/2);
}
.bigDiv {
	position: absolute;
	width: 70%;
	height: 50%;
	top: 7%;
	margin-top: 1%;
	margin-left: 15%;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0 0 0 0;
	border-collapse: collapse;
	border: 1px solid var(--wit);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: var(--blauw);
}

/* ********************************************** */
/* -------------------- LIST -------------------- */
.listHeadDiv {
	position: absolute;
	width: 96%;
	height: 7%;
	top: 0;
	margin: 0 2% 0 2%;
	padding: 0 0 0 0;
	color: var(--geel);
	border: none;
	background-color: transparent;
	box-sizing: border-box;
}
.listHeadTable {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	border: none;
	border-collapse: collapse;
	color: var(--geel)
	background-color: var(--blauw);
}
.listHeadTable tr { padding: 0 0 0 0; }
.listHeadTable td {
	padding: 0.5% 0 0.5% 0;
	overflow: hidden;
}
.listDataDiv {
	position: absolute;
	width: 96%;
	height: 90%;
	top: 7%;
	margin: 0 2% 0 2%;
	padding: 0 0 0 0;
	border: none;
	background-color: #FFF5F5;				/* Lege ruimte */
	scrollbar-color: #FFFF00 #003085;			/* scroll thumb and track */
	overflow-y: scroll;
	overflow-x: hidden;
}
.listDataDiv::-webkit-scrollbar             { width: auto; }
.listDataDiv::-webkit-scrollbar-track       { background: #003085; }
.listDataDiv::-webkit-scrollbar-thumb       { background: #FFFF00; }
.listDataDiv::-webkit-scrollbar-thumb:hover { background: #D36F20; }
.listDataTable {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	border: none;
	border-collapse: collapse;
	background-color: transparent;
}
.listDataTable tr  { padding: 0 0 0 0; }
.listDataTable td  {
	padding: 0.5% 0 0.5% 0;
	overflow: hidden;
}
tr.even td {
	color: var(--blauw);
	background-color: var(--wit);
}
tr.odd td {
	color: var(--blauw);
	background-color: #FFF1F1;
}
tr.odd:hover td, tr.even:hover td {
	color: var(--geel);
	background-color: var(--rood);
}
.editTd { background: transparent url(../img/edit.gif) no-repeat center center; }
.delTd  { background: transparent url(../img/delete.gif) no-repeat center center; }
.inetTd { background: transparent url(../img/earth.webp) no-repeat center center; }
.editTd, .delTd, .inetTd {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	cursor: pointer;
}

/* ********************************************** */
/* -------------------- EDIT -------------------- */
.XeditTitle {
	height: 7%;
	width: 96%;
	margin: 0 2% 0 2%;
	padding: 0 0 0 0;
	color: var(--geel);;
	font-size: calc((1.8vh + 1.8vw)/2);
	text-align: center;
	border: none;
	border-collapse: collapse;
	background-color: transparent;
}
.editform {
	position: absolute;
	top: 1%;
	width: 96%;
	height: 96%;
	margin: 0 2% 0 2%;
	padding: 0 0 0 0;
	border: none;
	border-collapse: collapse;
	color: var(--blauw);
	background-color: transparent;
}
.editTable {
	width: 98%;
	height: 100%;
	margin: 0 1% 0 1%;
	padding: 0 0 0 0;
	color: var(--zwart);
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	// -moz-border-radius: 20px 20px 20px 20px;
	// -webkit-border-radius: 20px 20px 20px 20px;
	// border-radius: 20px 20px 20px 20px;
	background-color: transparent;
}
.editTable tr     { height: 8%; }
.editTable td     { background-color: var(--rood); }
.editTable select { height: 90%;  width:70%; }
.editTable input  { height: 70%; }
.editTitle {
	color: var(--geel);;
	font-size: calc((1.8vh + 1.8vw)/2);
	text-align: center;
	border-collapse: collapse;
	background-color: var(--blauw);
}
.topCorners {
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
	background-color: var(--roze);
}
.bottomCorners {
	-moz-border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	background-color: var(--roze);
}

/* ************************************************** */
/* -------------------- Algemeen -------------------- */
.taleft    { text-align: left; }
.tacenter  { text-align: center; }
.taright   { text-align: right; }
.rood      { color: var(--rood); }
.blauw     { color: var(--blauw); }
.geel      { color: var(--geel); }
.handje    { cursor: pointer; }
.sideLabel {
	color: var(--blauw);
	font-weight: bold;
	font-size: calc((1vh + 1.1vw)/2);
	text-align: right;
}
.centerLabel {
	padding: 0.25% 0 0.25% 0;
	font-size: calc((1.5vh + 1.4vw)/2);
	text-align: center;
}
.errmesg {
	text-align: center;
	color: var(--zwart);
	background-color: #FFFF00;
}
.imgDiv {
	position: absolute;
	width: 40%;
	height: 35%;
	margin-left: 2%;
	bottom: 2%;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.bigImgDiv {
	position: absolute;
	width: 98%;
	height: 98%;
	top: 1%;
	left: 1%;
	display: none;
	margin: 0 0 0 0 ;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	z-index: 1000;
}
.addButton {
	position: absolute;
	top: 9%;
	left: 87%;


	font-weight: bold;
	font-size: calc((1vh + 1.1vw)/2);
	line-height: 1;
	padding: 3px 10px 3px 10px;
	margin: 0 0 0 0;
	cursor: pointer;
	color: var(--geel);
	background-color: var(--rood);
}
.vlag {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

/* ********************************************** */
/* -------------------- Menu -------------------- */
.menutitle {
	color: var(--rood);
	background-color: var(--blauw);
	margin: 0 0 0 0;
	padding: 3% 0 3% 0;
	text-align: center;
	font-weight: bold;
	cursor: text;
	border-bottom: thin solid var(--rood);
}
.menuDiv {
	position: absolute;
	width: 12%;
	margin-top: 1%;
	margin-left: 2%;
	top: 7%;
	font-weight: bold;
	border: thin solid var(--blauw);
}
.sidemenu, .sidemenu li ul {
	width: 100%;					/* Hoofdmenu (=Submenu breedte) */
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
}
.sidemenu li { position: relative; }
.sidemenu li a {						/* Menu text */
	display: block;
	width: auto;
	padding: 5px 0 5px 3%;
	text-decoration: none;
	color: var(--geel);
	background-color: var(--rood);
}
.sidemenu li ul {						/* Sub menu */
	position: absolute;
	width: 100%;					/* Submenu breedte = Hfddmenu breedte */
	left: 0;
	top: 0;
	display: none;
	border: thin solid var(--blauw);
}
.sidemenu li ul li {
	float: left;
	width: 100%;
}
.sidemenu li ul a {
	width: 97%;						/* Sub menu items breedte - 3% padding left voor a elementen */
}
.sidemenu .subdiv {
	position: absolute;
	right: 2px;
}
.sidemenu li a:visited, .sidemenu li a:active { color: var(--wit); }
.sidemenu li a:hover {
	background-color: var(--blauw);
	color: var(--rood);
}
* html .sidemenu li { float: left; height: 1%; }	/*  Voor IE */
* html .sidemenu li a { height: 1%; }			/*  Voor IE */
