@charset "utf-8";
#Werkblad {
	position:absolute;
	width:70%;
	height:100%;
	z-index:1;
	left: auto;
	top: 0px;
	background-color: #FF6;
	right: 15%;
	bottom: 0px;
}
#Koptekst {
	position:absolute;
	width:100%;
	height:100px;
	z-index:2;
	left: 0px;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
body {
	background-color: #000;
}
#Voettekst {
	position:absolute;
	width:100%;
	height:50px;
	z-index:3;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #F30;
	text-align: right;
	vertical-align: middle;
}
#Menu {
	position:absolute;
	width:20%;
	z-index:4;
	left: 0px;
	top: 100px;
	overflow: auto;
	bottom: 50px;
}
#Inhoud {
	position:absolute;
	width:78%;
	z-index:4;
	right: 2%;
	top: 100px;
	overflow: auto;
	bottom: 50px;
	background-color: #FFF;
}
p.TitelKop {
	font-family: "Lucida Handwriting", "Times New Roman", Arial;
	font-size: 36px;
	color: #F00;
	left: 5px;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
p.TitelSubKop {
	font-family: "Comic Sans MS", Arial;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009;
	font-size: 18px;
	color: #009;
	top: 50%;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #009;
	text-decoration: underline;
	text-align: center;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009;
	text-align: left;
}
#mainKop {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #009;
	background-color: #FF0;
}
#link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}
a:link {
	text-decoration: none;
	color: #009;
}
a:visited {
	text-decoration: none;
	color: #009;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #009;
}
a:link.sarco {
	text-decoration: none;
	color: #009;
	font-size: 12px;
}
a:visited.sarco {
	text-decoration: none;
	color: #009;
	font-size: 12px;
	text-align: center;
}
a:hover.sarco {
	color: #F00;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
}
a:active.sarco {
	text-decoration: none;
	color: #009;
	text-align: center;
	font-size: 12px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #009;
	text-align: left;
}

