
/* 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_right 		{
	background-image : url(../img/background.jpg);
	background-repeat : repeat;
	width : auto;
	height : auto;
	border-left-width : 1px;
	border-style : none none none solid;
	border-left-color : Black;
}
.background_table_left 		{
	background-image : url(../img/background.jpg);
	background-repeat : repeat;
	width : auto;
	height : auto;
	border-right-width : 1px;
	border-style : none solid none none;
	border-right-color : Black;
}
.background_table_menu 		{
	border-style : solid none solid none;
	border-top-color : Black;
	border-top-width : 1px;
	border-bottom-color : Black;
	border-bottom-width : 1px;
}
.background_table_bottom 		{
	background-image : url(../img/bottom.jpg);
	border-style : solid none solid none;
	border-top-color : Black;
	border-top-width : 1px;
	border-bottom-color : Black;
	border-bottom-width : 1px;
}
.background_news 		{
	border-style : solid solid solid solid;
	border-top-color : Black;
	border-top-width : 1px;
	border-bottom-color : Black;
	border-bottom-width : 1px;
	border-left-color : Black;
	border-left-width : 1px;
	border-right-color : Black;
	border-right-width : 1px;
	background-color : F8EFE3;
}

/* 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 */
.black 					{  font: 10pt "Verdana"; color: #000000; cursor: default; }
.black_nine				{  font: 9pt "Verdana"; color: #000000; cursor: default;}
.black_medium 			{  font: 8pt "Verdana"; color: #000000; cursor: default;}
.black_small			{  font: 7pt "Verdana"; color: #000000 }
.black_small_underline	{  font: 7pt "Verdana"; color: #000000; TEXT-DECORATION: underline; cursor: hand;}
.black_small_bold		{  font: bold 6pt "Verdana"; color: #000000 }
.black_medium_bold		{  font: bold 8pt "Verdana"; color: #000000; cursor: default; }
.black_underline		{  font: 8pt "Verdana"; color: #000000; TEXT-DECORATION: underline; cursor: hand; }
.white_bold 			{  font: bold 8pt "Verdana"; color: #FFFFFF }
.black_bold 			{  font: bold 10pt "Verdana"; color: #000000; cursor: default; }
.black_bold_underline	{  font: bold 8pt "Verdana"; color: #000000 ; TEXT-DECORATION: underline; cursor: hand;}
.black_bold_line		{  font: bold 8pt "Verdana"; color: #FF0000; cursor: hand;}
.red_bold 				{  font: bold 8pt "Verdana"; color: #FF0000 }
.red_bold_small 		{  font: bold 7pt "Verdana"; color: #FF0000 }
.orange					

/* koptext */
.wit_large 			{  font: 10pt "Verdana"; color: #FFFFFF }
.black_large 		{  font: 10pt "Verdana"; color: #000000 }
.wit_large_bold 	{  font: bold 10pt "Verdana"; color: #FFFFFF }
.black_large_bold 	{  font: bold 10pt "Verdana"; color: #000000 }
.black_extra_bold 	{  font: bold 18pt "Verdana"; color: #000000 }

/* subtext */
.white_small 		{  font: 7pt "Verdana"; color: #FFFFFF }
.white_small_hand	{  font: 7pt "Verdana"; color: #FFFFFF ; cursor: hand;}
.red_small 		{  font: 7pt "Verdana"; color: #FF0000 }
.blue_small 		{  font: 7pt "Verdana"; color: #2E5A87 }
.black_small_bold 	{  font: bold 7pt "Verdana"; color: #000000 }

/* waarschuwing */
.alert 				{  font: bold 10pt "Verdana"; color: red }

/* 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; }



