﻿html, body
{
      margin: 0;
      padding: 0;
      height: 100%;
      width: 100%;
      text-align: center;
}

body
{
	text-align: -moz-center; /* FireFox */
}

.styleHeader
{
	width: 100%;
	height: 181px;
	text-align: left;
	background-color: #FFD700;
}

.styleContents
{
	text-align: left;
	height: 100%;
	padding: 0 0 0 0 ;
	background-color: #FFD700;
}

.styleMenu
{	
	height: 100%;
	width: 213px;
	vertical-align: top;
	background-color: #E7A642;
}

.stylePageTitle
{
	vertical-align: top;
	padding: 8px 8px 8px 8px;
	height: 16px;
	width: 100%;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: White;
}

.stylePageContents
{
	height: 100%;
	font-family: Arial;
	font-size: smaller;
	color: White;
	width: 782px;
	vertical-align: top;
	/*background-image: url(../images/achtergrond.png);
	background-repeat: no-repeat;*/
	background-color: #FFF3C6;
}

.NodeStyleLevel_0
{
	width: 100%; 
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFF3C6;
}

.NodeStyleLevel_N
{
	width: 100%; 
}