
/* layout scrollbar */
body{
scrollbar-arrow-color: #E3E3E3;			/* licht blauw */
scrollbar-3dlight-color: #8E8E8E;		/* donker blauw */
scrollbar-highlight-color: #E3E3E3;		/* licht blauw */
scrollbar-face-color: #8E8E8E; 			/* donker blauw */
scrollbar-shadow-color: #E3E3E3;		/* licht blauw */
scrollbar-darkshadow-color: #8E8E8E;	/* donker blauw */
scrollbar-track-color: #E3E3E3;			/* licht blauw */
background: #FFFFFF;					/* achtergrondkleur applicatie */
}

/*LINKS */
A:link				{	color: #000000; TEXT-DECORATION: none }
A:visited			{	color: #000000; TEXT-DECORATION: none }
A:active			{	color: #000000; TEXT-DECORATION: none }
A:hover				{	color: #000000; TEXT-DECORATION: underline }

/* TABLE */
.background_table_top 		{
	vertical-align: top;
	max-height: 100px;
	height: 100px;
	width: 720px;
}
.background_table_right 		{
	background-image : url(../img/top/shadow_rechts.jpg);
	background-repeat : repeat;
	width : auto;
	height : auto;
	background-position: left;
}
.background_table_left 		{
	background-image : url(../img/top/shadow_links.jpg);
	background-repeat : repeat;
	width : auto;
	height : auto;
	background-position: right;
}
.background_table_menu 		{
	vertical-align: top;
	height: 85px;
	width : 720px;
}
.background_table_main 		{
	vertical-align: top;
	height: 100%;
	width : 720px;
	background-color : #FFFFFF;
}
.background_table_bottom 		{
	background-color : #92342F;
	height: 10px;
}

/* MENU */
.menu 				{  font: bold 8pt "Verdana"; color: #F78D00; cursor: hand;}
.menu_rollover 		{  font: bold 8pt "Verdana"; color: #0872FF; cursor: hand;}
		
/* knoppen */
.button	 			{  font: bold 8pt "Verdana"; color: #000000; background:#F8EFE3; border-color:#000000; width: 80px; cursor: hand; }

/* formulieren / tekstvelden */
.form_white			{  font: 8pt "Verdana"; color: #000000; background:#F8EFE3; border: 1px groove #000000; }

/* gewone text */
.text-header 		{  font: bold 12pt "Verdana"; color: #000000; cursor: default; }
.text				{  font: 8pt "Verdana"; color: #000000; cursor: default; }

/* kleuren bij een rollover tabel attribuut */
.odd				{	font: 8pt "Verdana"; color: #000000; background-color: #99CCFF; cursor: hand; }
.even				{	font: 8pt "Verdana"; color: #000000; background-color: #B0D9FF; cursor: hand; }
.rollover			{	font: 8pt "Verdana"; color: #000000; background-color: #669999; cursor: hand; }
.selected			{	font: 8pt "Verdana"; color: #000000; background-color: #111111; cursor: hand; }

.odd_large			{	font: 8pt "Verdana"; color: #000000; background-color: #B0D9FF; height: 25px; cursor: hand; }
.even_large			{	font: 8pt "Verdana"; color: #000000; background-color: #99CCFF; height: 25px; cursor: hand; }
.rollover_large		{	font: 8pt "Verdana"; color: #000000; background-color: #669999; height: 25px; cursor: hand; }
.selected_large		{	font: 8pt "Verdana"; color: #000000; background-color: #111111; height: 25px; cursor: hand; }




