div.container {
	width:99%; 
	margin:1%;
	display: flex;
	justify-content: center;
}
	
table#table1 {
/*	width:100%;*/
	border: 0px;
	padding: 0px;
/*	background-color: white;*/
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left:auto; 
	margin-right:auto;
}

table#table2 {
	margin: 6px; 
	BORDER: 0px; 
	background-color: #FBB117;
}

tr,td {
	padding: 0px; 
	border-collapse: collapse
}

div.containerb {
	position: relative;
}

.buttonzijwand {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

.zijwandbuttonl {
	height:280px; width:200px; top:80px; left:0px
}

.zijwandbuttonr {
	height:280px; width:200px; top:80px; left:630px
}

.zijwandbuttonl-kelder {
	height:280px; width:100px; top:80px; left:0px
}

.zijwandbuttonr-kelder {
	height:280px; width:100px; top:80px; left:530px
}

.button {
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}

/* index */
.voordeur {
	height:80px; width:37px; top:137px; left:229px
}

/* hal */
.kelderdeur {
	height:216px; width:109px; top:140px; left:260px
}

.schipholdeur {
	height:215px; width:109px; top:140px; left:477px
}

.studeerdeur-1 {
	/* vanuit hal */
	height:216px; width:109px; top:140px; left:261px
}

.buitendeur {
	height:215px; width:109px; top:142px; left:477px
}

/* kelder */
.alcoholtafel-button {
	height:73px; width: 84px; top:205px; left:268px
}

.haltrap {
	height:216px; width:109px; top:140px; left:325px
}

.bier-button {
	height:73px; width: 84px; top:205px; left:290px
}

/* alcoholtafel */
.alcoholprut-button {
	height:300px; width:253px; top:112px; left:502px
}

.alcoholprut-verstoken-button {
	height:76px; width: 64px; top:330px; left:334px
}

.distillator-maken-button {
	height:280px; width:280px; top:140px; left:35px
}

.receptenboek-button {
	border-radius: 50%; height:208px; width:208px; top:357px; left:360px
}

.terug-naar-kelder-button {
	height:100px; width:200px; top:0px; left:0px
}

/* schiphol */
.schiphol-terug-deur {
	height:406px; width:154px; top:24px; left:0px
}

/* studeer */
.expodeur {
	height:216px; width:109px; top:140px; left:355px
}

.studeerraam {
	height:110px; width:170px; top:150px; left:325px
}

.haldeur {
	height:216px; width:109px; top:140px; left:475px
}

/* expo */
.studeerdeur-2 {
	/* vanuit expositie */
	height:216px; width:109px; top:140px; left:375px
}

.veldwerk-button {
	height:80px; width:100px; top:145px; left:460px
}

.ontwikkeling-button {
	height:80px; width:100px; top:145px; left:250px
}

.ordening-button {
	height:80px; width:100px; top:145px; left:358px
}




.button2 {
	border: none;
		color: white;
		cursor: pointer; 
		padding: 15px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		background-color: white;
		color: black;
		border-radius: 8px;
}

/* Mediaquery voor schermen kleiner dan medium */
@media (max-width: 1000px) {
   div.container {
		width:99%; 
		margin:1%;
		display: flex;
		 justify-content: flex-start;
   /* margin-left: -150px;*/
	}
}