body
{
	color: rgb(0, 0, 102);
	background-color: rgb(208, 249, 254);
	font-family: arial;
}

input,textarea
{
	background-color: rgb(245, 255, 255);
}

#header
{
	height: 180px;
	background: url('images/header2.jpg') no-repeat center;
}

#menu
{
	color: rgb(250, 255, 255);
	text-align: center;
}

#menu a
{
	color: rgb(250, 255, 255);
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover
{
	color: #7F0181;
}

#blok:hover
{
	color: #660066;
}

#blok2:hover
{
	color: #660066;
}
#blok3:hover
{
	color: #660066;
}
#blok4:hover
{
	color: #660066;
}

#footer
{
	text-align:center;
	font-size:8pt;
}

.toelicht
{
	font-size: 8pt;
}

.maintd
{
	padding: 8px;
}

a:link
{
	color: #0000ee;
	text-decoration: underline;
}
a:visited
{
	color: #551a8b;
	text-decoration: underline;
}