a.hoved {
  color: #000000;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Georgia, Verdana, Tahoma, Arial, sans-serif;
  text-align: left; 
  min-width: 780px;
}

h1 {
  font-size: 18pt;
  font-weight: normal;
}

h2 {
  font-size: 1.25em;
  font-weight: normal;
  padding: 3px 0 6px 0;
}

h4 {
  font-size: 14pt;
  font-weight: normal;
  padding: 20px 0px 5px 0px;
} 
      
h6 {
  font-size: 26px;
  font-weight: normal;
  line-height: 28px;
  font-color: #4B504B;
  padding: 0px 0px 5px 0px;
  border-bottom: 2px;
  border-bottom-color: grey;
  border-bottom-style: dotted;
} 
      
p, li {
  font-size: 10pt;
  line-height: 14pt;
} 




/* The Submenu
================================= */

h3 a {
  font-size: 0.67em;
  line-height: 1.6em;
  font-weight: bold;
  color:#000000;
  text-decoration: none;
  padding-left: .75em;
}

h3  a:hover {
  color:#0D8547;
}

/* The Container IDs
================================= */   

#wrapper {
  background: url(images/back.gif) repeat-y;
  width: 880px; 
  margin: 0 auto; 
  text-align: left; 
}

#leftContent { 
  display: none;
  }

#content { 
  width: 600px; 
  float: left; 
  padding: 22px 40px;
} 

#footer { 
  display: none; 
}

#menu {
  display: none;
} 

#nav {
  display: none;
} 


/* The Classes
================================= */

.afstand {
  padding: 9px 0px 4px 0px;
}

.boks {
  padding: 10px;
}

.dotline {
  padding: 0 0 20px 0;
  border-bottom: 1px dotted;
}

.menu {
  display: none;
} 

.pixBorder {
  border: 1px solid black;
}

.pixBorderNo {
  border: 0px;
}

.pixCenter {
  text-align:center;
}

.top {
  display:none;
} 


