/* ****************************************************************************	*/
/*																				*/
/*	Christian Life News Media Style Sheet CSS-1, 4 februari 2001		*/
/*																				*/
/* ****************************************************************************	*/

/*	Arial tekst								*/									*/
small.standard {
font-size: x-small;
font-weight: normal;
font-family: arial, helvetica, sans-serif;
}

/*	Verdana tekst linker tabel						*/							*/
small.verdana {
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
font-style: normal; 
line-height: normal; 
font-weight: 700; 
color: #000072;
}

/*	Verdana tekst rechter tabel						*/
strong.verdana { 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 14pt; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000072; 
}

/*	Comic Sans MS tekst 							*/
small.comic { 
font-family: comic sans ms, arial, helvetica, sans-serif; 
font-size: 10pt; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
}

/*	Header op de home page							*/
h1.home {
font-size: x-large;
font-weight: bold;
border: none;
color: #000000;
font-family: "arial", "helvetica",  sans-serif;
}

/*	Errors									*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "arial", "helvetica",  sans-serif;
}

/*	Preformatted text							*/
pre {
font-size: small;
font-weight: bold;
color: #000000;
}

/*	Achtergrond kleur							*/
body {
background-color: #FFFFE7;
}

/*	Navigatie Klein								*/
small.nav {
font-size: 8pt;
font-weight: normal;
color: White;
font-family: arial, helvetica, sans-serif;
}

/*	Navigatie Groot								*/
strong.nav {
font-size: 10pt;
font-weight: bold;
color: White;
font-family: arial, helvetica, sans-serif;
}

/*	Content Klein								*/
small.content {
font-size: 8pt;
font-weight: normal;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Content Groot								*/
strong.content {
font-size: 10pt;
font-weight: normal;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Footer Klein								*/
small.footer {
font-size: 6pt;
font-weight: normal;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Footer Groot								*/
strong.footer {
font-size: 9pt;
font-weight: normal;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Link Klein								*/
small.link {
font-size: 8pt;
font-weight: bold;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Link Groot								*/
strong.link {
font-size: 10pt;
font-weight: bold;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Header kop 1								*/
h1 {
font-size: 16pt;
font-weight: bold;
color: #000099;
font-family: arial, helvetica,  sans-serif;
}

/*	Header kop 2								*/
h2 {
font-size: 12pt;
font-weight: bold;
color: #000099;
font-family: arial, helvetica,  sans-serif;
}

/*	Header kop 3								*/
h3{
font-size: 10pt;
font-weight: bold;
color: #000099;
font-family: arial, helvetica,  sans-serif;
}

/*	Submenu Klein								*/
small.submenu {
font-size: 9pt;
font-weight: bold;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Tabel Categorie Navigatie						*/
td.categorie {
background: #999999;}
/* donkerblauw background: #333366;}						*/
}

/*	Tabel Bovenbalk								*/
td.bovenbalk {
background: #FFFFE7;}
}

/*	Tabel Benedenbalk							*/
td.benedenbalk {
background: #000099;}
}

/*	Tabel Hoofdvak								*/
td.hoofdvak {
background: #CCCCCC;}
}

/*	Navigatie Klein								*/
small.personaliseren {
font-size: 10pt;
font-weight: normal;
color: #000099;
font-family: arial, helvetica, sans-serif;
}

/*	Tabel element boven	(CSS-2 positionering)				*/
th.boven {
background: #000099;
text-align: left;
}

/*	Tabel element beneden (CSS-2 positionering)				*/
th.beneden {
background: #C0C0C0;
text-align: left;
}

