body{
margin :right:80;
font-family:"Comic Sans MS","Times New Roman";
font-size : 12pt;
background-image:url('../images/background/ricebk.jpg')
}

tr.boven {
  vertical-align: top; 
}

td.foto {
  width: 220px;
  text-align: center; 
}
/*
Opmaak navigatie buttons
*/
  a.navbutton:link       { font-size: 12pt; color:#000080; text-decoration:none }
  a.navbutton:visited { font-size: 12pt; color:#000080; text-decoration:none }
  a.navbutton:hover     { font-size: 12pt; color:#FF0000; text-decoration:none }
  a.navbutton:active   { font-size: 12pt; color:#FF0000; text-decoration:none }

/*
Algemeen kleur van de menu achtergrond
*/
.menu_achtergrondkleur
{
  background-color : #E1E1FF
}
/*
Opmaak linken algemeen buttons
*/
  a:link        { color:#000080; font-size : 10pt; }
  a:visited  { color:#000080; font-size : 10pt; }
  a:hover      { color:#FF0000; font-size : 10pt; text-decoration:none }
  a:active    { color:#FF0000; font-size : 10pt; text-decoration:none }

.hyperlinkcss{
position:absolute;
margin-left:30px;               /* horizontale positie van het menu t.o.v. de link */
margin-top:0px;                /* verticale positie van het menu t.o.v. de link */
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #E1E1FF;
width: 100px;
}

.hyperlinkcss a{                   
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: plain;
}
