html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: white;
}

h1
{
	margin: 0px 0px 15px 0px;
	font-size: 18px;
}
h3
{
	margin: 0px 0px 15px 0px;
	font-size: 16px;
}

p
{
	margin: 0px 0px 15px 0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
a:active {
	color: #FFFFFF;
}

#geheel
{
	border: none;
	width: 100%;
	height: 100%;
}

#hoofd_vak
{
	border: 1px solid black;
	width: 1000px;
	height: 600px;
	position: relative;
	background: url(../images/rechtsonder.jpg) right bottom no-repeat;
}

#tekst
{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 464px;
	height: 269px;
	text-align: left;
	overflow: auto;
}
