﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	}

#container {
	width: 900px;
	margin: auto;
	border: thin inset #394d71;
	height: auto;
}

#header {
	height: 266px;
	text-align: center;
	background-image: url(header-blauw.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#navigatie {
	width: 170px;
	height: auto;
	color:#FFF;
	float:left;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #558CFF;
	text-align:center;
}

#maincontent {
	height: auto;
	color: #000000;
	float: left;
	width: 715px;
	float:left;
	padding: 5px;
	border: 1px ridge #394d71;
	text-align: left;
}

#footer {
	background-color:#394d71;
	height: 15px;
	clear: both;
	text-align:center;
	color:#fff;
	font-size:12px;
	width: 900px;
}

#navigatie ul {
	margin: 0px;
	padding: 0px;
}
#navigatie li {
	list-style-type: none;
	margin-bottom: 2px;
}
#navigatie li a:link { 
	width: 158px;
	height: 18px;
	font-size:18px;
	padding: 2px 0px 0px 10px;
	background-color: #CAE7FA;
	border: 1px solid #558CFF;
	color: #558CFF;
	display: block;
	text-decoration: none;
}

#navigatie li a:hover {
	background-color: #CAE7FA;
	border: 1px solid #558CFF;
	color: #558CFF;
	font-style: italic;
	font-weight: bold;
}

#navigation li a:active {
	background-color: #CAE7FA;
	border: 1px solid #558CFF;
	color: #558CFF;
}

#navigation li a:visited {
	background-color: #CAE7FA;
	border: 1px solid #558CFF;
	color: #558CFF;
}



a:link {
	color: #000;
}

a:hover {
	color: #394d71;
}

a:active {
	color:#558CFF;
}

a:visited {
	color:#558CFF;
}

#footer a {
	color: #FFF;
}

#footer a {
}

.p1 {
	text-align: center;
}
.p2 {
	color: #999;
	font-style: italic;
}

#mp3 {
}

#Helen {
	background-color: #FFF;
}
