body	 {

	margin:0;

	padding:0;
	background-color:#FCF2DF;

	scrollbar-face-color:#FFF;

	scrollbar-arrow-color:#000;

	scrollbar-highlight-color:#FFF;

	scrollbar-3dlight-color:#000;

	scrollbar-shadow-color:#FFF;

	scrollbar-darkshadow-color:#000;

	scrollbar-track-color:transparent;

	color: #555656;

	font-family: Georgia, Arial, sans_serif;

	font-size: 11px;

	text-align: left;	

}



TD {

	color: #555656;

	font-family: Georgia, Arial, sans_serif;

	font-size: 11px;

	text-align: left;

}

/* --------------------------------------LINKS------------------------------------------- */

/* Tekst*/

a:link,a:active,a:visited {

	color: #0B529C; 

	text-decoration:none;

}

a:hover {

	color: #0F69C6;

	text-decoration:none;

}

/* Menu 1 */

.menu1,a.menu1:link,a.menu1:visited {

	font-family: Georgia,Arial, Helvetica, sans-serif;

	color: #fff;

	text-decoration: none;

	font-size: 12px;



}

a.menu1:hover {

    color: #C5DCB6;

    text-decoration: none;

}

/* Menu 2 */

.menu2,a.menu2:link,a.menu2:visited {

	font-family: Georgia,Arial, Helvetica, sans-serif;

	color: #FCDB78;

	text-decoration: none;

	font-weight: bold;

	font-size: 13px;

}

a.menu2:hover {

    color: #fff;

    text-decoration: none

}

/* -----------------------------------------TEKSTVERSIERING--------------------------------------------- */

.kop {

	font-size: 120%;

	color: #1B1B1F;

	font-weight:bold

}

.balkje {

	font-family: Arial, Helvetica, sans-serif;

	color: #C5DCB6;

	text-decoration: none;

	font-size: 13px;

	margin-left: 5px;

	margin-right: 5px;

}

/* -----------------------------------------FORMULIEREN--------------------------------------------- */

/* In tag input type : class="cmd" onblur="this.className='cmd'" onfocus="this.className='txt'" */

/* Tekst en achtergrondkleur invulveld  */

.txt {

	font-family: arial;

	font-size:11px;

	border-style:solid;

	border-width:1px;

	border-color:#AA1D2D; /* kleur veld actief */

	color:#000000; /* kleur tekst actief */

	background-color:transparent;

}

.cmd {

	font-family: arial;

	font-size:11px; /* moet gelijk zijn aan .txt font-size */

	border-style:solid;

	border-width:1px;

	border-color:#B7CCDC; /* kleur veld inactief, ook button */

	color:#666666; /* kleur tekst inactief, ook button */

	background-color:#FFFFFF;

}

.selectbox {

	font-family: arial;

	font-size:11px; /* moet gelijk zijn aan .txt font-size */

	border-style:solid;

	border-width:1px;

	border-color:#B7CCDC; /* kleur veld inactief, ook button */

	color:#666666; /* kleur tekst inactief, ook button */

	background-color:#FFFFFF;

}

/* buttons */

.button

{

	font-family: Georgia, arial;

	font-size:11px;

	color:black;

	background-color:#ECF4FB;

	border: 1px solid #AA1D2D;

}



/* -----------------------------------------TABELLEN--------------------------------------------- */

.tabelGroen {

	background-color : #A6CD1E;

}



#tabelGoogle {

	width: 1px;

	height: 1px;

	overflow: hidden;

}



