/* Header */
#header {
	padding: 20px;
	padding-right: 90px;
	height: 35px;
	
}
.header {
	float: center;
} 
/* Of course, if you want to flip the banner and title around, swap left for right and vica versa here */
.topbanner {
	float: right;
	width: 83px;
	height: 64px;
	margin: -10px;
}
/* Left bar */
#left {
	width: 13em;
	float: left;
	clear: left;
	height: auto;
}
/* Right bar */
#right {
	width: 13em;
	float: right;
	clear: right;
	height: auto;
}
/* Content */
#content {
  margin: 3em 15em 0 15em; 
  padding: 0.5mm 0mm 0mm 0mm;
  padding-bottom: 10px;
  }
/*uzb inhoud */
#inhoud {
  margin: 0 10em 0 10em; 
  padding: 0.5mm 0mm 0mm 0mm;
  padding-bottom: 30px;
  }
/* Footer */
#footer {
  padding: 0.5em 2.5mm 2.5ex 2.5mm;
  clear: both;
  margin-left: 100px;
  margin-right: 100px;
}

