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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #8CBAD4;
}

a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #101659;
}

a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 5px;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 5px;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

h4 {
	font-size:24px;
	color:#000000;
	font-weight:normal;
	letter-spacing:5px;
	visibility:hidden;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: normal;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: disc;
	list-style-position: inside;
	padding-left: 25px;
}

onderschrift {
	margin-top: 0;
	text-align: justify;
	line-height: normal;
	font-size: 10px;
}

/*Page*/

#page {
	background: #8CBAD4;
	width:960px;
	margin:auto;
	padding:0;
}

img {
	border:none;
}

/* Header */

#header {
	height: 141px;
	width: 960px;
	background: #A6D05C;
	border-left: 2px solid;
	border-right: 2px solid;
	position:fixed;
}

/* Logo */

#logo {
	float: left;
	width: 260px;
	height: 141px;
}

/* Banner */

#banner {
	float: right;
	width: 700px;
	height: 141px;
	postion:fixed;
	padding-top:10px;
}

/* Date */

#date {
	float: left;
	background: #FFFFFF;
	width: 950px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.2em;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	border: 2px solid;
	position:fixed;
	top:141px;
}

/* Menu */

#menu {
	float: left;
	width: 150px;
	position: fixed;
	top:135px;
	padding-right: 50px;
	padding-top: 48px;
	background: #A6D05C;
	border-left: 2px solid;
	z-index:-1;
}

#menuitem {
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #A6D05C;
	z-index:-1;
}

#menuitemleeg {
	float: left;
	width: 150px;
	background: #FFFFFF;
	border-bottom: 2px solid #000000;
	background: #A6D05C;
	z-index:-1;
}

#menuitemleeg2 {
	float: left;
	width: 150px;
	background: #FFFFFF;
	border-top: 2px solid #000000;
	background: #A6D05C;
	z-index:-1;
}

/* Content */

#content {
	float: left;
	width: 960px;
	height: 70%;
	background: #FFFFFF;
	position:fixed;
	top:176px;
	overflow:auto;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottem: 2px solid;
	z-index:-2;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 600px;
	margin: 0px;
	padding-left: 270px;
	padding-right: 20px;
	padding-top: 20px;
	background: #FFFFFF;
	z-index:-2;
}

/*Class*/

.center {
	margin:auto;
	width:960px;
}