body {
  background-color:#EFEFEF;
  font-family:Arial, sans-serif;
  text-align:center;  /* zorg er voor dat de pagina gecentreeerd wordt in ie */
}

a:link {
   text-decoration: none;
   color:           #0066CC;
   background:      transparent;
}

a:visited {
   text-decoration: none;
   color:           #003399;
   background:      transparent;
}

a:hover,
a:active {
   text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {padding-bottom: 0.3em;padding-top:0.6em;color: #19214f;clear:left;}

h1 { font-size:     175%; }
h2 { font-size:     145%;}
h3 { font-size:     120%;}
h4 { font-size:     105%;}
h5 { font-size:     80%;}
h6 { font-size:     65%;}

p {
  padding-top: 0.4em;
  padding-bottom: 0.6em;
}

code,
kbd,
pre,				/* Note: PRE is a block element */
samp,
tt {
   font-family:     "Courier New", Courier, monospace;
   font-size:       100%;
}

pre {				/* Should only be used in main content area  */
				/* and floating boxes.                       */
   line-height:     1.2;
   margin:          1em 2.5em;
   padding:         0;
}

img {
  border:0px;
}  

td {padding-right:0.5em;}

ul {padding-top:0.5em;}
li {list-style-type: disc;margin-left:1em;padding-bottom:0.5em;}

#main {
  background-color:#FFFFFF;
  text-align:left;  /* nodig om de tekst align weer terug te zetten (zie body tag) */
  width:750px;
  margin:0 auto;
  margin-top:1em;
  margin-bottom:1em;
}

#header div.menubar {
  background-color: #8fa7d6;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  color: #FFFFFF;
}

#header div.menubar a {
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
}

#header div.menubar a:hover {
}

#content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#footer {
  clear:both;
  background-color: #8fa7d6; 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.7em;
  color: #FFFFFF;
  height: 1.5em;
}

#footer_left {
  float:left;
}  

#footer_right {
  float:right;
}  

#footer a {
  /* color: black; */
  color: #FFFFFF;
}

.copyr {
  font-size: 1.2em;
}

