html{
	font-family: "Script MT Bold", cursive, sans-serif;
	/*
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #e0e0e0;
	margin: 0px;
	padding: 0px;
	*/
}

img{
	display: block;	/* to prevent extra line between images */
}

body{
	margin: 0;
	padding: 0;
	border: 0;
}

iframe{
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div{
	padding: 0;
	margin: 0;
	border: 0;
}

div.maintext{
	color: #ffffff;
}

div.header{
	position:fixed;
	width:100%;
	height:80px;
	border: 0px;
	box-sizing: border-box;
	background-color: #000000;
}

div.menu{
	position: fixed;
	top: 80px;
	right: 0px;
}

div.container{
	width:100%;
	border-left: 0px;
	border-right: 160px solid #000000;
	border-top: 80px solid #000000;
	box-sizing: border-box;
}

div.content{
	float: right;
	width:100%;
	border: 0px;
	box-sizing: border-box;
}

table{
	float: right;
	border-spacing: 0px;
}

td{
	margin: 0;
	padding: 0;
	border: 0;
	opacity: 1;
	box-sizing: border-box;
}

table.header td.sideborder{
	width: 160px;
}

table.key td{
	height: 46px;
	width: 160px;
	padding-left: 1em;
}

table.key td:hover{
	cursor: pointer;
	opacity: 0.9;
}

table.key td.wz{
	background-image: url("../menu toets w-zw.png");	/* Called from the stylesheet */
}

table.key td.zwz{
	background-image: url("../menu toets zw-w-zw.png");	/* Called from the stylesheet */
}

table.key td.zw{
	background-image: url("../menu toets zw-w.png");	/* Called from the stylesheet */
}.columns {

}
