/* defInitie van de kleur en font voor alle pagina's*/

BODY {background: #fef4d9;
      color: black;
      font-family: arial, helvetica, sans-serif;
}

/* defInitie van de kleur en font voor alle pagina's*/

BODY.l {background: #cccccc;
      color: black;
      font-family: arial, helvetica, sans-serif;
}

/* definitie van de koptekst submenu*/

H1 {font-weight: bold;
       text-align: center;
       font-size: 110%;
}

/* definitie van "aantal personen" */ 

H2 {font-weight: bold;
       text-align: center;
       font-size: 90%;
}
	   
/* definitie van de tekst in tabellen submenu, recepttekst en ingredientenlijst */

UL.tabel {font-size: 75%;
                font-weight: normal;
                line-height: 15pt;
}

/* voor losse teksten */

SPAN.tekst  {font-size: 75%;
                font-weight: normal;
                line-height: 15pt;
}


/* definitie van tekstkop "ingredienten" en "bereiding"*/

SPAN.sub {font-weight: bold;
               text-align: left;
               font-size: 75%;
}

/* link kleuren in tabellen*/

A:link {
 text-decoration: none; color: #0000FF; background: #fef4d9;
}

A:visited {
text-decoration: none; color: #a2422b; background: #fef4d9;
}

A:active {
text-decoration: none; color: #0088FF; background: #fef4d9;
}

A:hover {
text-decoration: none; color: #880000; background: #fef4d9;
}


/* links in menu links */

A.m:link {
 text-decoration: none; color: #0000FF; background: #cccccc; font-size: 75%; line-height: 10pt;
}

A.m:visited {
text-decoration: none; color: #a2422b; background: #cccccc;  font-size: 75%; line-height: 10pt;
}

A.m:active {
text-decoration: none; color: #0088FF; background: #cccccc;  font-size: 75%; line-height: 10pt;
}

A.m:hover {
text-decoration: none; color: #8010FF; background: #cccccc;  font-size: 75%; line-height: 10pt;
}

