a:active  { color: #FF0000; text-decoration:none; }
a:link    { color: #0000FF; text-decoration:none; }
a:visited { color: #000066; text-decoration:none; }
a:hover   { color: #660000; text-decoration:none; }

body,p,td
{ font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;
}

h1,h2,h3,h4,h5,th
{ font-family: ;
  color: #000000;
  font-size: ;
}

input,textarea
{ font-family: ;
  color: #000000;
  font-size: ;
}

body
{ background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center;
}

.mnuout
{ text-decoration: none;
  vertical-align: middle; 
  margin-top: 1px; 
  margin-bottom: 1px; 
  padding-left: 10px; 
  margin-left: 32px; 
  width: 215px; 
  border-style: none none none none; 
  border-width: 0 0 0 0px; 
  border-color: #006600; 
  background: url('/img/menu-a') no-repeat left top; 
}

.mnuhover   
{ text-decoration: none;
  vertical-align: middle; 
  margin-top: 1px; 
  margin-bottom: 1px; 
  padding-left: 10px;
  margin-left: 32px; 
  width: 215px; 
  border-style: none none none none; 
  border-width: 0 0 0 0px; 
  border-color: #CC0000; 
  background-color: #FFFFFF; 
  background: url('/img/menu-b') no-repeat left top;  
}

.tekstkop 
{ font-weight: bold; 
  text-transform: uppercase; 
  border-bottom: 1px solid #000000; 
}

a.mnuhover, a.mnuhover:active, a.mnuhover:visited {color: #FFFFFF; font-size: ;}
a.mnuhover:hover {color: #CC0000; font-size: ;}
a.mnuout, a.mnuout:active, a.mnuout:visited {color: #FFFFFF; font-size: ;}
a.mnuout:hover {color: #CC0000; font-size: ;}


