
/* 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: #FF0000; TEXT-DECORATION: none }
A:visited			{	color: #FF0000; TEXT-DECORATION: none }
A:active			{	color: #FF0000; TEXT-DECORATION: none }
A:hover				{	color: #FF0000; TEXT-DECORATION: underline }

/* TABLE */
.background_logo	{
vertical-align: top;
	max-height: 126px;
	height: 126px;
	width: 130px;
}
.background_table_top 		{
	vertical-align: top;
	max-height: 126px;
	height: 106px;
	width: 590px;
}
.background_table_menu 		{
	vertical-align: top;
	height: 20px;
	width : 590px;
}
.background_left_menu	{
vertical-align: top;
	height: 100%;
	width: 130px;
}
.background_main	{
vertical-align: top;
	height: 100%;
	width: 590px;
}
.background_table_right 		{
	background-image : url(../img/top/shadow_rechts.jpg);
	background-repeat : repeat;
	background-position: left;
}
.background_table_left 		{
	background-image : url(../img/top/shadow_links.jpg);
	background-repeat : repeat;
	background-position: right;
}

.background_table_main 		{
	vertical-align: top;
	height: 100%;
	width : 720px;
	background-color : #FFFFFF;
}
.background_table_bottom 		{
	background-color : #FFFFFF;
	background-image : url(../img/bottom/bottom.jpg);
	height: 20px;
	width: 590px;
}
.prodheight 		{
	height: 5px;
}

/* Floating window style */
table.floating-div-main {
	background-color: 	#CCCCCC;
	width:				720px;
	border-width:		0px;
	border-style:		solid;
	border-collapse:	collapse;
}
table.floating-div-sub {
	width:				100%;
	height:				36px;
	border-width:		1px;
	border-style:		solid;
	border-color:		#CCCCCC;
	border-collapse:	collapse;
}
td.floating-div-sub-titlebar {
	cursor:				move;
	width:				100%;
	font: 				bold 10pt "Verdana"; 
	color: 				#000000;
	vertical-align:		middle;
	border:				0px;
}
td.floating-div-sub-content {
	width:				100%;
	background-color:	#FFFFFF;
	border:				0px;
	padding:			2px;
	align:				left;
}
a.floating-div-a {
	cursor:				hand;
	width:				100%;
	font: 				bold 10pt "Verdana"; 
	color: 				#000000;
	text-decoration:	none;
	vertical-align:		middle;
}

.lired	{color: FF0000;}

/* 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; }
.text-red				{  font: 8pt "Verdana"; color: #FF0000; }
.text-times14			{  font: 14pt "Times"; 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; }



