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

html {
	margin-bottom: 1px;
	min-height: 100%;
}

body { 
	margin: 0px;
	background: url(images/bg.png) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #0055a5;
	text-decoration: none;
        font-weight: bolder;
}

a:hover {
	color: #0055a5;
	text-decoration: underline;
	font-weight: bolder;
}

a:visited {
	color: #0055a5;
	text-decoration: none;
        font-weight: bolder;
}

a:active {
	color: #0055a5;
	text-decoration: none;
	font-weight: bolder;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 700px;
}

#container #headerimg {
	position: relative;
	background: url(images/header.png);
	width: 700px;
	height: 114px;
}

#container #headerflash {
	position: relative;
	width: 700px;
	height: 221px;
}

#container #contentcontainer {
	position: relative;
	background: url(images/bg-content.png);
	width: 700px;
}

#contentcontainer #menu {
	position: relative;
	width: 236px;
	float: left;
	min-height: 350px;
}

#contentcontainer #menu #button {
	position: relative;
	margin-right: 1px;
	margin-top: 3px;
	height: 20px;
	padding: 3px;
	background:url(images/bg-menubutton.png) repeat-x;
}

#contentcontainer #content {
	position: relative;
	padding: 10px;
	float: right;
	width: 444px;
	background: #f4faff;
}

#contentcontainer #clearer {
	clear: both;
}

#container #footer {
	background: url(images/footer.png);
	width: 700px;
	height: 31px;
}

.HoofdTitel, h1, h2, h3 {
	color:#0055a5;
	margin-top: 0px;
	font-family: Times New Roman;
	font-size: 35px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 17px;
}
}

