/* 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;
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;

}
.actiepopup
{
background: #e33683;

}
.actieTD
{
color:white;
}
.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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:660px;
    
} 
.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/ToosKnutseldoos3D_r1_c1.jpg);
			height:174px;
} 
.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: 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);
		height: 486px;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 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:486px;
} 

.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;

}

hr 
{
	background-color:#b8282e;
	border-width:0;
	color:#b8282e;
	height:1px;
	line-height:0;
	margin:5px 0px 0px 5px;
	text-align:center;
	width:620px;
}
.tdWinkelmand
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 1em;
/*	color: #b8282e; */
color:black;
	background-color:#ecdf81;
	border: solid 1px #e33683; 
	height:20px;
}
.TBwinkelmand
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 1em;
/*	color: #b8282e; */
color:black;
	background-color:#ecdf81;
	border: solid 1px #e33683; 
	height:18px;
}
.DLwinkelmand
{
	FONT-FAMILY:Arial;
	FONT-SIZE: 1em;
	color: #b8282e; 
	background-color:#dbcb13;
	border: solid 1px #e33683; 
	height:20px;
}
.LBLwinkelmand
{
{
	line-height:15px;
	color:black;
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
}
}

.breadcrumb
{
	FONT-FAMILY:Arial;
	   FONT-SIZE: 0.8em;
		color: #b8282e; 
padding-left:5px;
vertical-align:bottom;
font-weight:bold;
font-style:italic;

}

.aantalmand
{
	FONT-FAMILY:Arial;
	   FONT-SIZE: 0.8em;
		color: #b8282e; 
padding-right:5px;
vertical-align:bottom;
font-weight:bold;
font-style:italic;

}.LBL
{
	color: #b8282e; 
}

b
{
	font-size: 110%;
} 
em
{
	color:red;
} 

#mTree
{
	width: 180px; 
	position: absolute; 
	margin-left:25px;
	margin-top:5px;
	
}

#contactinfo
{
	width: 180px; 
	position: absolute; 
	top: 530px; 
	margin-left:0px;
	color:White;
}
#maincontainer
{ 
	width: 990px; /*Width of main container*/ 
	height: 660px;
	margin: 0; /* auto; /*Center container on page*/ 
} 
#topsection
{ 
	/*background: #b8282e; */
	background: #ffffff;
	height: 120px; /*Height of top section*/ 
	background-repeat:no-repeat;
} 
#topsection h1
{ 
	margin: 0; 
	padding-top: 15px; 
} 
#contentwrapper
{ 
	float: left; 
	width: 100%; 
	background:#fff;
} 
#contentcolumn
{ 
	height:430px;
	margin: 0 186px 0 186px; /*Margins for content column. Should be "0 RightColumnWidth 0 
LeftColumnWidth*/ 
} 
#leftcolumn
{ 
	height:540px;
	float: left; 
	padding-top:25px;
	width: 186px; /*Width of left column in pixel*/ 
	margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/ 
	
} 
#rightcolumn
{ 
	height:540px;
	float: left; 
	width: 180px; /*Width of right column*/ 
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/ 

} 
#footer
{ 
	font-size:0.7em;
	width: 100%; 
	color: black;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
} 
#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:426px;
}
.nav
{
height:40px;
}
BODY
{
    BACKGROUND-COLOR: white;
    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: #ffffff;
	
}

.TDIndex
{
	   FONT-FAMILY: Arial;
	   FONT-SIZE: 11pt;
	   font-weight:bold;
	   
	   
}
.DL, .TB
{
		   FONT-FAMILY: Arial;
	   FONT-SIZE: 8pt;
}

.BTN
{
		   FONT-FAMILY: Arial;
	   FONT-SIZE: 10pt;
	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;*/
	}	
	.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;*/
	}	
.AnormalR:link	
{
	font-size:1em;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:underline;
	/*color: #696969;*/
	}

.AnormalR:hover
{
	font-size:1em;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:underline;
	/*color: #696969;*/
	}

.AnormalR:visited
{
	font-size:1em;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:13px;
	text-decoration:underline;
	/*color: #696969;*/
	}
.Abig:visited	
{
	Font-Size:20px;
	width: 100%; 
	color:White;
	text-align: center; 
	font-family:Verdana;
	line-height:30px;
	text-decoration:none;
}
.Abig:link	
{
	Font-Size: 20px;
	width: 100%; 
	color:White;
	text-align: center; 
	font-family:Verdana;
	line-height:30px;
	text-decoration:none;
}	
.Abig:hover	
{	
	font-size:20px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Verdana;
	line-height:30px;
	text-decoration:none; 
}

.AbigS:visited	
{
	Font-Size:20px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Verdana;
	line-height:30px;
	text-decoration:none;
}
.AbigS:link	
{
	Font-Size: 20px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Verdana;
	line-height:30px;
	text-decoration:none;
}	
.AbigS:hover	
{	
	font-size:20px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Verdana;
	line-height:30px;
	text-decoration:none; 
}
.AmTree:visited	
{
	Font-Size:18px;
	width: 100%; 
	color:White;
	text-align: center; 
	font-family:Arial;
	line-height:22px;
	text-decoration:none;
}	

.AmTree:link	
{
	Font-Size: 18px;
	width: 100%; 
	color:White;
	text-align: center; 
	font-family:Arial;
	line-height:22px;
	text-decoration:none;
}	
.AmTree:hover	
{	
	font-size:18px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:22px;
	text-decoration:none; 
}
.AmTreeS:visited	
{
	Font-Size:18px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:22px;
	text-decoration:none;
}	

.AmTreeS:link	
{
	Font-Size: 18px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:22px;
	text-decoration:none;
}	
.AmTreeS:hover	
{	
	font-size:18px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:22px;
	text-decoration:none; 
}
.AmTree2:visited	
{
	Font-Size:14px;
	width: 100%; 
	color:White;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none;
}
.AmTree2:link	
{
	Font-Size: 14px;
	width: 100%; 
	color:White;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none;
}	

.AmTree2:hover	
{	
	font-size:14px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none; 
}

.AmTree2S:link
{	
	font-size:14px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none; 
}

.AmTree2S:hover
{	
	font-size:14px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	text-decoration:none; 
}
.AmTree2S:visited
{	
	font-size:14px;
	width: 100%; 
	color:#e33683;
	text-align: center; 
	font-family:Arial;
	line-height:16px;
	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;*/
	}	
	

	.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;*/
			
	}
	.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;
	}	


