.top
{
	background-color: #003399;
	height: 11%;
	width: 100%;
	display: block;
}

.left
{
	float: left;
	width: 5%;
	height: 78%;
	display: block;
}

.middle
{
	float: left;
	width: 80%;
	height: 76%;
	text-align: center;
	margin: 1% 5% 1% 5%;
	display: block;
}

.right
{
	float: right;
	width: 5%;
	height: 78%;
	text-align: right;
	display: block;
}

.menu
{
	color: Maroon;
	text-align: center;
	font-size: 18px;
	height: 48px;
}

.middle-left
{
	float: left;
	width: 48%;
	text-align: left;
	height: auto;
}

.middle-right
{
	float:right;
    width: 48%;
	text-align: left;
	height: auto;
	height: 85%;
}

.middle-middle
{
	text-align: center;
	color: Maroon;
	font-size: 32px;
}

.onderbalk
{
	color: Maroon;
	text-align: center;
	font-size: 120%;
	clear: both;
	width: 100%;
}

.bottom-left
{
	float:left;
	display: inline-block;
	width: 20%;
	background-color: #003399;
	position: relative;
	height: 11%;
}

.bottom-middle
{
	position: relative;
	float: left;
	background-color: #003399;
	width: 60%;
	text-align: center;
	height: 11%;
}

.bottom-right
{
	width: 20%;
	font-size: 11px;
	float: right;
	color: White;
	text-align: right;
	background-color: #003399;
	position: relative;
	height: 11%;
}

.bottom-right A
{
	color: white;
	font-weight: bold;
}

.poppetje
{
	margin-top: 1%;
}
.arrows
{
	clear: both;
	text-align: right;
	margin-top: -2.8%;
}
H1
{
	font-size: 18px;
	color: Maroon;
	font-weight: normal;
}

H2
{
	font-size: 18px;
}

P
{
	font-size: 14px;
	line-height: 18px;
}

A 
{
	color: Maroon;
	text-decoration: none;
}

.citaat
{
	color: Maroon;
	font-style: italic;
	font-size: 14px;
}
ul
{
	font-size: 14px;
	line-height: 18px;
}
li
{
	margin-left: -4.5%;
}


