* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF ;
  color: #000000;
  cursor: default;
  margin: 0;
  height: 100%;
  padding:0;
}
#container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%;
  height: auto !important; /* voor moderne browsers */
  height: 100%; /* voor IE */
}
html>body #container {
		    height: auto;
		}
#wrapper {
  padding-bottom: 32px;
}
#TitleBar {
    background-color:      #FFFFFF ; /* #FCDAA4; */
	height:           118px;
	position:         absolute;
	top:              0;
	width:            900px;
}
#titel {
  	padding:          0;
	position:         absolute;
}

#MenuBar {
    background-color: #E9E9E9;
	height:           relative;
	position:         absolute;
	top:              118;
	width:            236px;
}
#inhoud {
  	padding: 0 2em 60px 2em;
	position:         absolute;
	top:              123;
    left:             241;
}
#footer {
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
height: 40px;
font-size:.7em;
font:             status-bar;
line-height: 40px;
text-align:center;
}
.address {
	border:           dashed 1px #808080;
 	color:            #808080;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        7.5pt;
	font-style:       normal;
	font-weight:      normal;
	margin:           30px 2px 2px 2px;
	padding:          6px;
}
.abg {
  padding-left: .3em;
  padding-right: .3em;
  padding-top: 1em;
  padding-bottom: .3em;
  margin:          100px 2px 2px 2px;
}
.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 80%;
  font-weight: bold;
  border-radius: 5px;
  background-color: #E9E9E9;
  padding: 5px;
}
.toolboxbutton {
  width: 200px;
  margin: 2px;
  font-family: helvetica,arial,sans-serif;
  font-size: 100%;
  font-weight: normal;
}
.toolboxbutton a {
  display: block;
  width: 100%;
}
.toolboxbutton a:link,
.toolboxbutton a:visited,
.toolboxbutton a:hover {
  padding-left: .3em;
  padding-right: .3em;
  padding-top: .1em;
  padding-bottom: .1em;
  text-decoration: none;
}
.toolboxbutton a:link,
.toolboxbutton a:visited {
  color: #000000;
  background-color: #C3C3C3;
  border: 1px solid #9C9C9C;
}
.toolboxbutton a:hover {
  color: #262626;
  background-color: #9C9C9C;
  border: 1px solid #F5F5DC;
}
.arrow {
	list-style-image:url(../img/pijl.png);
}
.bullet {
	list-style-image:url(../img/kogel.gif);
}
.bulinside  {
    list-style-position: inside;
}
/* Pseudo-klassen voor hyperlinks: */
a:link {
	color:            #476B47;
	text-decoration:  none;
}
a:visited {
	color:            #476B47;
	text-decoration:  none;
}
a:hover {
	color:            #9C9C9C;
	cursor:           pointer;
	text-decoration:  underline;
}
a.endpoint:hover {
	color:            #9C9C9C;
	cursor:           pointer;
	text-decoration:  none;
}
a:active {
	color:            #476B47;
	cursor:           pointer;
	text-decoration:  none;
}

/*------------------------*/

table {
    border-collapse: collapse;
}

table, td, th {
    border: none;
}

th, td {
  text-align: left;
  vertical-align: top;
	padding: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF ;
  color: #000000;
  cursor: default;
}

hr {
  border: 0;
  height: 1px;
  color: #9C9C9C;
  background-color: #9C9C9C; }

h1.titel {
	background-color: #FFFFFF ;
	color:            #9C9C9C;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        30pt;
	line-height:      1.1em;
	margin-bottom:    4px;
}

h1 {
	background-color: #FFFFFF ;
	color:            #9C9C9C;
	font-family:      Arial, Helvetica, sans-serif;
	line-height:      1.1em;
	margin-bottom:    4px;
}
h2 {
	background-color: #FFFFFF ;
	color:            #C3C3C3;
	font-family:      Arial, Helvetica, sans-serif;
}
h3 {
	color:            #9C9C9C;
	font-family:      Arial, Helvetica, sans-serif;
	margin-top:       8px;
	margin-bottom:    4px;
}
p {
	font-family:      Arial, Helvetica, sans-serif;
	margin-top:       2px;
	margin-bottom:    4px;
}
p.code {
	background-color: #F7F7F7;
	font-family:      Courier New, Courier, monospace;
	font-size:        75%;
	margin-top:       2px;
	margin-bottom:    4px;
}
p.note {
	color:            #FF0000;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        75%;
	margin-top:       2px;
	margin-bottom:    4px;
}
p.question {
	border:           double 5px rgb(252,218,164);
	color:            #9A6B3C;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        75%;
	margin:           30px 2px 2px 2px;
	padding:          6px;
}
p.date {
	color:            #9C9C9C;
	font-family:      Arial, Helvetica, sans-serif;
	font-weight:      bold;
	font-size:        75%;
	margin-top:       2px;
	margin-bottom:    4px;
}
p.author {
	color:            #A0A0A0;
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        75%;
	margin-top:       2px;
	margin-bottom:    4px;
}
figcaption {
	font-family:      Arial, Helvetica, sans-serif;
	font-size:        85%;
	font-style:       italic;
	margin-top:       4px;
	margin-bottom:    4px;
}
