body {
	margin: 0;
	padding: 0;
	background-color: #d9d0d0;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
}

html > body {
  font-size: 9pt;
}

#top {
	position: relative;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #991d0b;
	border-bottom: 1px solid black;
}

#search {
	color: white;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 10px 0.3em 0;
}


#logo {
	position: absolute;
	top: 0px;
	height: 94px;
	width: 78px;
	left: 98px;
	background-image: url('images/logo.png');
}

#name-upper{
	font-size: 49px;
	font-weight: bold;
	position: absolute;
	z-index: 52;
	left: 180px;
	top: 5px;
	color: #d9d0d0;
}

#name-lower{
	left: 183px;
	top: 8px;
	color: black;
	font-size: 49px;
	font-weight: bold;
	position: absolute;
	z-index: 51;
}

.element {
	font-size: 88%;
}
.button {
	background-color: #d9d0d0;
	font-size: 88%;
}

#aanwijzer {
	color: #991d0b;
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}

#aanwijzer a {
	text-decoration: underline;
	color: #991d0b;
}
.info a {
	text-decoration: underline;
	color: #991d0b;
}

#content {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 5px 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid #eee;
}

#content ul {
	list-style-image: url(images/dot.gif);
}

#content li {
	margin-bottom: 0.7em;
}


h1, h2, h3 {
  font-family: arial, verdana, tahoma, sans-serif;
}

h1 {
  font-size: 164%;
  font-weight: bold;
  font-style: italic;
  padding-top: 1em;
  margin-top: 0;
  border-top-style: solid;
  border-top-width: 1px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

p {
  padding-bottom: 1ex;
}

img {
  border: none;
}

h3 {
/*	line-height: 0.25em; */
	margin-bottom: 0.3em;
/*	padding: 0; */
}

.inline-image {
	margin: 10px;
}








/* ##### Left Side Bar ##### */

#leftpane {
	width: 11em;
	float: left;
/*	clear: left; */
/*	height: 700px; */
	margin-top: 20px;
	background-color: #808080;
	border-bottom: 8px solid #991d0b;
}

#leftpane .sideBarTitle {
  color: white;
  background-color: #991d0b;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

#leftpane ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0.2em 0;
  padding: 0;
}

#leftpane li {
  margin: 1ex;
  padding: 0 0 0.25ex 0.75ex;
  border-bottom: 1px solid #555;
}

#leftpane a {
  color: rgb(44,44,44);
  background-color: transparent;
  text-decoration: none;
}

#leftpane a:hover {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

#leftpane .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

#leftpane .sideBarText a {
  text-decoration: underline;
}

#leftpane .sideBarText a:hover {
  text-decoration: none;
}

#leftpane .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}












/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #d9d0d0;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #d9d0d0;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: #2c5829;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}



/* ##### Footer ##### */

#footer {
  color: black;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}
