body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E7EBF5; /*	background-image:url(img/bg.png); */
	color: #666666;
	margin: 0px 0px 0px 0px;
}

/* SE optimization */
H1 {
	color: #F5DECB;
	text-decoration: none;
	font: normal normal bold 1px/2px Tahoma, Arial, Helvetica, sans-serif;
}

#SEO {
/*	position:relative;
	left:1px;
	top:1px;
	width:250px;
	height:10px; */
	position:absolute;
	right:0px;
	top:0px;
	width:0px;
	height:100%;

	z-index:1;
	overflow: hidden;
}
.seo_paragraph {
	color: #F5DECB;
	font: normal normal bold 1px/2px Tahoma, Arial, Helvetica, sans-serif;
}
/* End of SE optimization */

a:link, a:active, a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #999999;
	text-decoration: none;
}

h2 {
	font-size: medium;
	line-height: 100%;
	margin: 5px 0px 0px 0px;
}

h3 {
	font-size:small;
	line-height: 100%;
	margin: 5px 0px 0px 0px;
}

p {
	font-size:small;
	line-height: 110%;
	margin: 0px 0px 0px 0px;
}

/* Classes */

.bijlage {
	font-size: x-small;
	line-height: 125%;
	margin: 0px 0px 0px 0px;
}

.menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000066;
	color: #DDDDDD;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: text-bottom;
	border-right: 1px solid #D4E0EA;
}

.menu a:link, .menu a:active, .menu a:visited {
	background-color: transparent;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.menu a:hover {
	background: transparent url(img/XP-bar-silver.png) repeat-x;
	text-decoration: none;
	display: block;
}

.headerFrame {
	visibility: visible;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border: 0px;
}

.menubar {
	height: 30px;
	vertical-align: middle;
	float: left;
}

.pagecontent {
	vertical-align: top;
}

.footer {
	height: 120px;
	vertical-align: bottom;
}

/* ID's */
#pagecontainer {
	/*width: expression((document.body.clientWidth < 772)?732+"px":(document.body.clientWidth > 955)?920+"px":"auto");*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*margin: 10px 50px 10px 50px;*/
}

#frameLayer {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border: 0px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border: 0px;
}


