@charset "UTF-8";
/* CSS Document */
html {
	overflow-x:hidden;
}
body {
	background-color: #006;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2B336B;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #2B336B;
	text-align:center;
	margin-bottom:5pt;
	margin-top:0pt;
}
a {
	color:#2B336B;
	text-decoration: none;
}
a:hover {
	color:#FC0;
	text-decoration: none;
}
#container {
	position:relative;
	margin-top:0px;
	margin-left: auto;
	margin-right:auto;
	width: 1000px;
	height: 600px;
	z-index: 10;
	background-image:url(../images/backgroundlogo.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFF;
}
#header {
	position:absolute;
	width:1000px;
	height:100px;
	top: 0px;
	left: 0px;
	z-index: 15;
	background-color:#FC0;
}
#menu {
	position:absolute;
	width:120px;
	height:500px;
	top: 100px;
	left: 0px;
	z-index: 15;
	background-image:url(../images/menuachtergrond.jpg);
	background-repeat:no-repeat;
}
#mainContent {
	position:absolute;
	width:880px;
	top: 100px;
	left: 120px;
	overflow:hidden;
	height: 500px;
}

#teksten {
	position: relative;
	width:838px;
	top: 20px;
	left: 20px;
	overflow-x:hidden;
	overflow-y:auto;
	height: 390px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#2B336B;
	text-align: center;
}
#footer {
	position:absolute;
	top:530px;
	left:120px;
	width:880px;
	height:70px;
	z-index:20;
	color: #003;
	font-size:9px;
}