a.hoved {
  color: #000000;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  text-align: left; 
  min-width: 780px;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
}

h3 {
  font-size: 13pt;
  font-weight: normal;
} 
      
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, table {
  font-size: 9pt;
  line-height: 14pt;
}

p a {
  color: #000000;
}

#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;
}

.center {
  text-align: center;
}

.menu {
  display: none;
} 

.pixBorder {
  border: 1px solid black;
}

.pixBorderNo {
  border: 0px;
}

.pixCenter {
  text-align:center;
}

.top {
  display:none;
} 



