
  html, body {
  	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	a:link {
	color: #000000;
	text-decoration: none;
	}
	a:visited {
	color: #333333;
	text-decoration: none;
	}
	a:hover {
	color: #990000;
	text-decoration: underline;
	}
	a:active {
	color: #333333;
	text-decoration: none;
	}
	body {
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left;
	margin: 0px;
	background-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	}
	#hoogte-instellen {
	display: table;
	height: 100%;
	_position: relative;
	overflow: hidden;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	#verticaal-uitlijnen {
	_position: absolute;
	_top: 50%;
	display:table-cell;
	vertical-align: middle;
	}
	#inhoudsvak {
	_position: relative;
	_top: -55%;
	background-image:url(afbeeldingen/middenstukok.gif);
	width: 800px;
	height: 600px;
	}
	#navigatiebalk {
	position: relative;
	margin: 220px 20px -20px;
	font-family:"comic Sans MS";
	font-stretch:expanded;
	text-align: center;
	font-size: 14px;
	}
	#titelvak {
	margin: 30px 20px 0px;
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	font-weight:bold;
	}
	#inhoud {
	margin: 0px 20px;
	padding: 5px;
	height: 276px;
	overflow: auto;
	border-width: 2px;
	border-color: #cccccc;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 12px;
	}
	.border2 {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	}
