BODY {
	/* de basis */
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000; 
}

P {
	/* speciaal voor NS */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000; 
}

P.hideword {
    display: none;
}

TABLE {
	width: 100%;
	border-style : none;
	margin-left : auto;
	margin-right : auto;
} 

TABLE.aanvragen {
	width : 100%;
	border-style : none;
	margin-left : 0px; 
	margin-right : auto;
	} 

TD {
 	/* aparte definitie tabellen */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color : #000000; 
	text-align : left;
	vertical-align : top;
	}

TD.menu {
	text-align: center;
	vertical-align: middle;
} 

TD.submenu {
	width: 3.5cm;
	text-align: left;
	vertical-align: top;
} 

TD.aanvragenlinks {
	background: transparent;
	width : 3cm;
	text-align : left;
	vertical-align : top;
} 

TD.aanvragenrechts {
	background: transparent;
	text-align : left;
	vertical-align : top;
} 

H1 {
	/* titel tekst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : medium;
	font-weight : bold;
	color : #884466;
}

H2 {
	/* titel tekst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : medium;
	font-weight : bold;
	color : #884466;
}

H3 {
	/* titel tekst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : small;
	font-weight : bold;
	color : #884466;
}

H4 {
	/* titel tekst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : small;
	font-weight : normal;
	font-style : italic;
	color : #000000;
}

H5 {
	/* titel tekst */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : right;
	font-size : x-small;
	font-weight : normal;
	color : #000000;
}


/* Links menu */

A:link {    
	/* kleur links in menu */
	color : #884466;
	text-decoration : none;
}

A:visited {    	
	/* kleur bezochte links in menu */
	color : #884466;
	text-decoration : none;
}

A:hover {
    /* muis over link in menu */
	color : #884466;
	font-weight : bold;
	text-decoration : none;
}

/* Links in tekst */

A:link.tekst {    
	/* kleur links */
	color : #884466;
	text-decoration : underline;
}

A:visited.tekst {    	
	/* kleur bezochte links */
	color : #884466;
	text-decoration : underline;
}

A:hover.tekst {
    /* muis over link */
	color : #884466;
	font-weight : normal;
	text-decoration : none;
}

/* Links naar woordenboek */

A:link.woord {    
	/* kleur links woordenboek */
	color : #884466;
	text-decoration : underline;
}

A:visited.woord {    	
	/* kleur bezochte links woordeboek */
	color : #884466;
	text-decoration : underline;
}

A:hover.woord {
    /* muis over link woordenboek */
	color : #AAAABB;
	font-weight : normal;
	text-decoration : underline;
}

/* Links naar externe sites */

A:link.extern {    
	/* kleur links */
	color : #884466;
	text-decoration : none;
}

A:visited.extern {    
	/* kleur links */
	color : #884466;
	text-decoration : none;
}

A:hover.extern {    
	/* kleur links */
	color : #884466;
	font-weight : normal;
	text-decoration : underline;
}
