body#bodymain {
  background-color: #808080; /* Achtergrondkleur */
  color:            #000000; /* Voorgrondkleur zwart */
  height:           100%;   
  width:            100%; 
  margin:           0px;     /* Zet margin-top, margin-right, margin-bottom en margin-left tegelijk op 0 */
  padding:          0px;     /* Zet padding-top, padding-right, padding-bottom en padding-left tegelijk op 0 */
  font-size:        16px;            
  font-family:      Verdana,Arial,sans-serif, "Times New Roman"; /* Te gebruiken fonts in voorkeursvolgorde */
}
div#header {
  display:          block;
  position:         absolute;
  background-color: #FFFFFF;
  color:            #FFFFFF;
  height:           98px;
  width:            1000px;
  position:         absolute;
  top:              0px;
  left:             0px;
  margin:           0px;
  padding:          0px;
  border:           0px;
}
div#horizontalmenu {
  display:          block;
  position:         absolute;
  background-color: #FF6600;
  color:            #FF6600;
  height:           40px;
  width:            1000px;
  position:         absolute;
  top:              99px;
  left:             0px;
  margin:           0px;
  padding:          0px;
  border-top:       1px solid white;  /* Zet border-top-width, border-style, border-color tegelijk */
  border-left:      0px;
  border-right:     0px;
  border-bottom:    1px solid white;  /* Zet border-bottom-width, border-style, border-color tegelijk */
  font-weight:      bold;
}
div#horizontalmenu a:link {
  display:          block;
  color:            #FFFFFF;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
div#horizontalmenu a:visited {
  color:            #FFFFFF;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
div#horizontalmenu a:hover {
  background-color: #CCCCCC;
  color:            #003E50;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
div#horizontalmenu a:active {
  color:            #FFFFFF;
  text-decoration:  none;    /* Niet onderstrepen */
}
div#leftlogo {
  display:          block;
  position:         absolute;
  background-color: #CCCCCC;
  color:            #CCCCCC;          
  top:              141px;
  left:             0px;
  width:            345px;
  height:           495px;
  margin:           0px;
  padding:          0px;
  border:           0px;
  align:            left;
}
div#content {
  display:          block;
  position:         absolute;
  background-color: #CCCCCC;
  color:            #003E50; 
  height:           495px;
  width:            655px;      
  top:              141px;
  left:             345px;
  margin:           0px;
  padding:          0px;
  border:           0px;
  text-align:       left;
  overflow:         auto;
}
span#content_home_buttons a:link {
  color:            #003E50;
  font-weight:      bold;
  display:          block;
  text-decoration:  none;    /* Niet onderstrepen */
}
span#content_home_buttons a:visited {
  color:            #003E50;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
span#content_home_buttons a:hover {
  background-color: #CCCCCC;
  color:            #003E50;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
span#content_home_buttons a:active {
  color:            #003E50;
  text-decoration:  none;    /* Niet onderstrepen */
} 
span#content_aanmelden_buttons a:link {
  color:            #003E50;
  font-weight:      bold;
  display:          block;
  text-decoration:  none;    /* Niet onderstrepen */
}
span#content_aanmelden_buttons a:visited {
  color:            #003E50;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
span#ccontent_aanmelden_buttons a:hover {
  background-color: #CCCCCC;
  color:            #003E50;
  font-weight:      bold;
  text-decoration:  none;    /* Niet onderstrepen */
}
span#content_aanmelden_buttons a:active {
  color:            #003E50;
  text-decoration:  none;    /* Niet onderstrepen */
} 

