/*
 * Style sheet for wiskids
 * vincent, 25 - 3 - 2001
 * aanpassingen, 16 oktober 2001
 * bas 19 - 05 - 2003
 * aanpassingen stylesheet tbv Framemaker als editingtool
 */

/*
Eerst algemene elementen (aanbevolen aan eenieder)
*/

BODY
{
	margin-left : 10px;
	margin-top : 10px;
}

DIV
{
	text-align : center;
}

TD
{
	vertical-align: top;
}

p,tr,td,LI,p.klein,p.plat
{
	font-family: Verdana, sans-serif; 
	font-size: 90%;
}



span.gray
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: gray;
}

span.rood
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: red;
}

span.groen
{
	font-family: Verdana, sans-serif; 
	font-size: 12px;
	color: green;
}

p.klein
{
	font-size: 9px;
}

/*
Algemene elementen met een specifiek tintje (in dit geval geel en blauw)
*/

A 
{
	text-decoration : none;
}

A.geel
{
	font-weight: bold;
	color : #F6FC06; /* geel */
}

A:link  {
	text-decoration : none;
}

A:visited  {
	text-decoration : none;
}

A:Hover  {
	color : #000000;
	background-color : #F6FC06; /* geel */	
	text-decoration : none;	
}

h1, h2, h2, h3, h4, h5, h6, h1.blauw, h2.blauw, h3.blauw, h4.blauw
{
	font-family: Verdana, sans-serif; 
	color: #64A4CD;
}

/*
Deze classes definieren de achtergrond en worden gebruikt om in een frameset de diverse frames mooi op elkaar aan te laten sluiten
Let op: in combinatie met BODY-margins van 0 px (zie begin document)
*/

td.logo, td.balkhorizontaal, td.balkvertikaal
{
	background-color : #64A4CD; /* blauw */
}
table.landscape
{
	background-repeat : no-repeat;
	background-color:#D5E5F5;
}
body.background
{
	background-repeat : no-repeat;
	background-color : #D5E5F5;

td.landscape
{
	background-repeat : no-repeat;
	background-color:#D5E5F5;
}