/* van toepassing op de body, alle klassen erven of overschrijven deze eigenschappen */
body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: medium;
background-color: #FAFAFA;
color: #000000;
margin-top:   16px;
margin-right:  0px;
margin-bottom: 0px;
margin-left:   5px;
}

.logotext  {font-family: "Times New Roman", Times, serif; font-size: 78%; font-weight: bold;}
.menutext  {font-family: Verdana, Arial, helvetica, sans-serif; font-size: small;}
.menuspacing {line-height: 50%;}
.pagetext  {font-size: 90%; letter-spacing: 0.04em; line-height: 115%; color: #000000;}
.pageklein {font-size: 70%; letter-spacing: 0.04em; line-height: 125%; color: #000000;}
H1         {font-size: 160%; line-height: 115%; color: #000000;}
H2         {font-size: 140%; line-height: 115%; color: #000000;}
/* zelfde groote als H2, maar geen regelomslag: */
.kop       {font-size: 140%; color: #000000; font-weight: bold;}
H3         {font-size: 120%; color: #000000;}
.klein     {font-size: 60%; color: #000000;}
.menukader {padding: 13px; border: solid 1px #804040;}
.textkader {padding: 5px; background-color: #E2E2E2; border: solid 1px #000000;}
.lijnkader {padding: 5px; border: solid 1px #804040;}
a:link     {color: #000000; text-decoration: underline;}
a:visited  {color: #000000; text-decoration: underline;}
a:hover    {background-color: #FFFFFF; color: #FF0000; text-decoration: underline;}
a:active   {background-color: #FFFFFF; color: #008000; text-decoration: underline;}
/* Extra definities voor het NIET onderlijnen van links in de 'menutekst',
   hiervoor in menu.txt bij elke link class="menu" toevoegen: */
a.menu:link     {color: #000000; text-decoration: none;}
a.menu:visited  {color: #000000; text-decoration: none;}
a.menu:hover    {background-color: #FFFFFF; color: #FF0000; text-decoration: none;}
a.menu:active   {background-color: #FFFFFF; color: #008000; text-decoration: none;}
