html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
body {
	background-color: #984243;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#logocontainer {
	height: 136px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: right;
}
#logocontainerright {
	float: right;
	background-image: url(img/top2.jpg);
	height: 136px;
	width: 494px;
}

#logo {
	z-index: 1;
	left: 10px;
	position: absolute;
	bottom: 20px;
}

#leftcontainer {
	width: 165px;


	height: expression(document.body.clientHeight - 160 + "px");
	float: left;
	/*	overflow: hidden;*/
	position: absolute;
	left: 0px;
	top: 140px;
	bottom: 20px;
	z-index:10;
}

#contentcontainer a {
	color: #984243;
}

#contentcontainer a:visited {
	color: #990033;
}

#contentcontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #984243;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#contentcontainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #984243;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contentcontainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	line-height: 18px;
	color: #984243;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentcontainer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #984243;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#contentcontainer {
	background-color: #FFEE9B;


	width: expression(document.body.clientWidth - 205 + "px");
	height: expression(document.body.clientHeight - 160 + "px");
	overflow: auto;
	position: absolute;
	left: 165px;
	bottom: 20px;
	top: 140px;
	right: 20px;
	padding-left: 20px;
	z-index:1;
}
#rightcontainer {
	background-color: #FFEE9B;
	width: 150px;
	float: right;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.plaatje {
	padding: 5px;
	border: 1px solid #B27165;
}

