/* Default CSS Stylesheet for a new Web Application project */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.gif);
	
/*	scrollbar-arrow-color: #e33683;
	scrollbar-face-color: #dbcb13;
	scrollbar-highlight-color: #dbcb13;
	scrollbar-3dlight-color: #e33683;
	scrollbar-shadow-color: #white;
	scrollbar-darkshadow-color: #ecdf81;
	scrollbar-track-color: #ecdf81;*/
	
}


.twoColFixLtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid black;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:773px;
} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD; */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/HTSheader.gif);
	height:150px;
	border-bottom:solid 1px black;
} 
.twoColFixLtHdr #topnav { 
	
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color:#fcfbee;
	height:30px;
} 
.twoColFixLtHdr #footer { 
	background-color:#fcfbee;
	height:30px;
	border-top:solid 1px black;
	text-align:center;
	FONT-FAMILY: Arial;
	line-height:12px;
	FONT-SIZE: xx-small;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 186px the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/  /*the background color will be displayed for the length of the content in the column, but no further */
/*	background-image:url(../Images/ToosKnutseldoos3D_r2_c1.jpg);*/
background-image:url(../Images/bgleft.gif);
		height: 560px;
	padding: 0px 0px 0px 0px;
	background-color:Silver;
	border-top:solid 1px black;
/*	border-right:solid 1px black;*/
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 186px the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; */ /*the background color will be displayed for the length of the content in the column, but no further */
/*	background-image:url(../Images/ToosKnutseldoos3D_r2_c1.jpg);*/
background-image:url(../Images/bgright.gif);
		height: 560px;
	padding: 0px 0px 0px 0px;
	background-color:Silver;
	border-top:solid 1px black;
	
}
.twoColFixLtHdr #mainContent { 
	margin:0 200px 0 150px; /* 186px the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
/*	background-image:url(../Images/ToosKnutseldoos3D_r2_c2.jpg);  */
	height:560px;

	border-top:solid 1px black;
	width:640px;
	background-color: white;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

TD
{
	line-height:15px;
	color:black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
}
.tdc
{
	line-height:15px;
	color:black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 8pt;
}.prijs
{
	line-height:15px;
	color:black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	font-weight:bold;
}

.tdWinkelmand
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 8pt;
/*	color: #b8282e; */
	color:black;
	background-color:#e4d985;
	border: solid 1px #e23583; 
	height:20px;
}
.TBwinkelmand
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 8pt;
/*	color: #b8282e; */
color:black;
	background-color:#e4d985;
	border: solid 1px #e23583; 
	height:18px;
}
.DLwinkelmand
{
    
		FONT-FAMILY:Arial;
	FONT-SIZE: 8pt;
/*	color: #b8282e; */
color:black;
	background-color:#e4d985;
	border: solid 1px #e23583; 
	height:18px;
}
.LBLwinkelmand
{
	line-height:15px;
	color:black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
}
.breadcrumb
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 0.8em;
	color: #e23583; 
	padding-left:5px;
	padding-bottom:2px;
	vertical-align:bottom;
	font-weight:bold;
	font-style:italic;
}
.PaySteps
{
    font-family:Arial;
    height:350px;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    margin-top:20px;
    margin-left:40px;
}
.PayStepsNA
{
    font-family:Arial;
    font-size:12px;
    color:Gray;
    
}

#Div1
{
    height:350px;
    font-size:12px;
    font-weight:bold;
    text-align:center;

    margin-top:10px;
    margin-left:40px;
}
#uitlegmatjes
{
    height:350px;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    margin-top:20px;
    margin-left:35px;
}
.iDealTekst
{
   /* height:20px;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
    margin-left:40px;
    */
    font-family:Arial;
    height:20px;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    margin-top:35px;
    margin-left:40px;
}

.iDeal
{
    
    font-size:12px;
    font-weight:bold;
    text-align:center;
    margin-top:35px;
    margin-left:35px;
  /*  * margin-left:35px;*/
   
    
}


.iDealTop
{
    
    font-size:12px;
    font-weight:bold;
    text-align:center;
    margin-top:45px;
    margin-left:35px;
  /*  * margin-left:35px;*/
   
    
}

#iDealimg
{
    
    font-size:12px;
    font-weight:bold;
  /*  text-align:center;*/
    margin-top:28px;
    margin-left:30px;
  /*  * margin-left:35px;*/
   
    
}
/*
. idealimg
{
    padding-left:-25px;
   * padding-left:0px; 
}
*/


.aantalmand
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 1em;
	color: #e23583; 
	padding-right:5px;
	padding-bottom:2px;
	vertical-align:bottom;
	font-weight:bold;
font-style:italic;

}
.LBL
{
	color: #b8282e; 
}

b
{
	font-size: 100%;
} 
em
{
	color:red;
} 

#mTree
{
	width: 180px; 
	position: absolute; 
	margin-left:25px;
	margin-top:5px;
	
}


#footer a
{ 
	font-size:1em;
	width: 100%; 
	color: black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:none;
}
.innertube
{ 
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/ 
	margin-top: 0px; 
/*	height:466px;*/
	height:520px;

}
.nav
{
height:40px;
vertical-align:middle;
}
BODY, html
{
   
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:15px; 
	padding:0; 
	line-height: 1.5em; 
	
	background-image: url(../images/bg.gif);
	
}

.TDIndex
{
	   FONT-FAMILY: Arial;
	   FONT-SIZE: 11pt;
	   font-weight:bold;
	   
	   
}
.DL, .TB
{
		   FONT-FAMILY: Arial;
	   FONT-SIZE: 8pt;
}

.BTN
{
		   FONT-FAMILY: Arial;
	   FONT-SIZE: 8pt;
	font-weight:bold;
	   color:#e33683;
	background-color: #dbcb13;
width:160px;
cursor:hand;
border:solid 1px #e33683;
	
	   
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	
{
	
	font-size:0.7em;
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:	none;
	/*color: #696969;*/
	}	
.aNav:link	
{
font-size:1em;
font: 100% Verdana, Arial, Helvetica, sans-serif;
color:#e33683;
line-height:13px;
}	
.aNav:active
{
font-size:1em;
font: 100% Verdana, Arial, Helvetica, sans-serif;
color:#e33683;
line-height:13px;
}	
.aNav:hover	
{
font-size:1em;
font: 100% Verdana, Arial, Helvetica, sans-serif;
color:#e33683;
line-height:13px;
text-decoration:	underline;
}	
.aNav:visited
{
font-size:1em;
font: 100% Verdana, Arial, Helvetica, sans-serif;
color:#e33683;
line-height:13px;

}	
.Apopup:link	
{
	font-size:1.2em;
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}

	.ApopupActie:link	
{
	font-size:1.2em;
	color:white;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}

	.ApopupActie:hover	
{
	font-size:1.2em;
	color:white;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}
	.ApopupActie:visited
{
	font-size:1.2em;
	color:white;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}
		.Apopup:hover
{
	font-size:1.2em;
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}
		.Apopup:visited
{
	font-size:1.2em;
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}
.Anormal:link	
{
	font-size:1em;
	width: 100%; 
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:	none;
	/*color: #696969;*/
	}	
.AnormalRoze:link	
{
	font-size:1em;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:	none;
	/*color: #696969;*/
	}	

.AnormalR:link	
{
	font-size:1em;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:underline;
	/*color: #696969;*/
	}

.AnormalR:hover
{
	font-size:1em;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:underline;
	/*color: #696969;*/
	}

.AnormalR:visited
{
	font-size:1em;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:underline;
	/*color: #696969;*/
	}
.Abig:visited	
{
	Font-Size:14px;
	width: 100%; 
	color:black;
	text-align: center; 
	font-family:Arial;
		text-decoration:none;
		line-height:24px;
	vertical-align:middle; 
	

}
.Abig:link	
{
	Font-Size: 14px;
	width: 100%; 
	color:black;
	text-align: center; 
	font-family:Arial;
	text-decoration:none;
	line-height:24px;
	vertical-align:middle; 


}	
.Abig:hover	
{	
	font-size:14px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	text-decoration:none;
	line-height:24px;
	vertical-align:middle; 
	

}

.AbigS:visited	
{
	Font-Size:14px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	text-decoration:none;
	line-height:24px;
	vertical-align:middle; 
	

}
.AbigS:link	
{
	Font-Size: 14px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	text-decoration:none;
	line-height:24px;
	vertical-align:middle; 
	

}	
.AbigS:hover	
{	
	font-size:14px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	text-decoration:none;
	line-height:24px;
	vertical-align:middle; 
	

}
.AmTree:visited	
{
	Font-Size:13px;
	width: 100%; 
	color:Gray;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none;
}	

.AmTree:link	
{
	Font-Size: 13px;
	width: 100%; 
	color:Gray;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none;
}	
.AmTree:hover	
{	
	font-size:13px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none; 
}
.AmTreeS:visited	
{
	Font-Size:13px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none;
}	

.AmTreeS:link	
{
	Font-Size: 13px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none;
}	
.AmTreeS:hover	
{	
	font-size:13px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none; 
}
.AmTree2:visited	
{
	Font-Size:11px;
	width: 100%; 
	color:Gray;
	text-align: center; 
	font-family:Arial;
	line-height:12px;
	text-decoration:none;
}
.AmTree2:link	
{
	Font-Size: 11px;
	width: 100%; 
	color:Gray;
	text-align: center; 
	font-family:Arial;
	line-height:12px;
	text-decoration:none;
}	

.AmTree2:hover	
{	
	font-size:11px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:12px;
	text-decoration:none; 
}

.AmTree2S:link
{	
	font-size:11px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:12px;
	text-decoration:none; 
}

.AmTree2S:hover
{	
	font-size:11px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:12px;
	text-decoration:none; 
}
.AmTree2S:visited
{	
	font-size:11px;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:12px;
	text-decoration:none; 
}
.Awinkelmand:link	
{
	font-size:1em;
	width: 100%; 
	color:Black;
	/*text-align: center; */
	font-family:Arial;
/*	font-weight:bold;*/
	text-decoration:	none;
	/*color: #696969;*/
	}	
	.Awinkelmandbold:link	
{
	font-size:1em;
	width: 100%; 
color:Black;
	/*text-align: center; */
	font-family:Arial;
	font-weight:bold;
	text-decoration:	none;
	/*color: #696969;*/
	}	
		
A:visited	
{
	font-size:0.7em;
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:	none;
/*	color:	#696969;*/
	}	
	.Anormal:visited	
{
	font-size:1em;
	width: 100%; 
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:	none;
/*	color:	#696969;*/
	}	
	
.AnormalRoze:visited	
{
	font-size:1em;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:	none;
/*	color:	#696969;*/
	}	

	.Awinkelmand:visited	
{
	font-size:1em;
	width: 100%; 
	color:Black;
	/*text-align: center; */
	font-family:Arial;
	
	text-decoration:	none;
/*	color:	#696969;*/
	}	
	.Awinkelmandbold:visited	
{
	font-size:1em;
	width: 100%; 
	color:Black;
	/*text-align: center; */
	font-family:Arial;
	font-weight:bold;
	
	text-decoration:	none;
/*	color:	#696969;*/
	}	
		
A:active	{	
/*	text-decoration:	none;
	color:	#333399;*/
	}	
	.Anormal:active	{	
/*	text-decoration:	none;
	color:	#333399;*/
	}	
		
A:hover	{	
	font-size:0.7em;
	
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration: underline;
	/*color:	#696969;*/
			
	}
	.Anormal:hover	{	
	font-size:1em;
	width: 100%; 
	color:Black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration: underline;
	/*color:	#696969;*/
			
	}
	.AnormalRoze:hover	{	
	font-size:1em;
	width: 100%; 
	color:#e23583;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration: underline;
	/*color:	#696969;*/
			
	}
	.Awinkelmand:hover	{	
	font-size:1em;
	width: 100%; 
	color:Black;
/*	text-align: center; */
	font-family:Arial;

	text-decoration: underline;
	/*color:	#696969;*/
			
	}
	.Awinkelmandbold:hover	{	
	font-size:1em;
	width: 100%; 
	color:Black;
/*	text-align: center; */
	font-family:Arial;
	font-weight:bold;
	
	text-decoration: underline;
	/*color:	#696969;*/
			
	}



	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.panelTable
		{
			border-collapse: separate;
			border-spacing: expression(cellSpacing=0);
			border-spacing: 0px;
			border-padding: expression(cellPadding=0);
			border-padding: 0px;

		}
		.title
		{
			color:crimson;
			font-size:14px;
			font-weight:bold;
		}
		body
		{
			font-family:tahoma;
		}
		.examples
		{
			font-size:12px;
		}
		.tdText
		{
			font-size:12px;
		}
		
		.panelTableNews
		{
			
			padding:0px;
			height:200px;
			/*width:100%;*/
			width:180px;

			border-collapse: separate;
			border-spacing: expression(cellSpacing=0);
			border-spacing: 0px;
			border-padding: expression(cellPadding=0);
			/*borde-padding: 0px;*/
			padding-left:40px;
			
		}


	.showContainerNews
		{
			width:153px;
			padding:0px;
			 margin-left:0px;
		/*	 _margin-left:-5px;*/
			border:1px solid black;
		}

