/*----------------------------------------------------------------------------------------*/
/*	Standard elements						GROEN: #39b54a;																			*/
/*----------------------------------------------------------------------------------------*/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	background-color: #efefef;
	line-height: 14px;
	height: 100%;
}
table, tr, th, td, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393939;
}
p
{
	margin: 0px;
	padding: 0px;
}
a, a:link, a:visited
{
	text-decoration: underline;
	color: #393939;
}
a:active, a:focus, a:hover
{
	color: #ff9600;
	text-decoration: underline;
}
h1
{
	font-family: "Courier New" , Courier, monospace;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #393939;
	font-weight: bold;
}
h2
{
	font-family: "Courier New" , Courier, monospace;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	color: #393939;
	font-weight: bold;
}
h3
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input, textarea
{
	color: #707173;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	margin: 0px 2px 0px 0px; /*	border: 1px solid #707173;	*/
}
input:radio
{
	border: 0px;
	background-color: #CCCCFF;
}

/*----------------------------------------------------------------------------------------*/
/*	Custom standard elements																					*/
/*----------------------------------------------------------------------------------------*/
.SelectBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707173;
	background-color: white; /*	border: 0px none white;*/
}
.SelectBoxError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707173;
	background-color: #FFFF80;
	border: 0px none white;
}
.btn
{
	color: white;
	background-color: #e22222;
	border: 1px solid #715e54;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.InputBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #F6F4F1;
	border: 1px solid #399AA6;
}
.InputBoxError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background-color: #FFFF80;
	border: 1px solid #399AA6;
}
.ErrorText
{
	color: #D19949;
}
.Div_FloatEnd
{
	clear: both;
	float: none;
}
img
{
	border: 0px solid White;
}
.Image
{
	border: 0px solid White;
}


.SubHeading
{
	color: #7e7b7a;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
}


/*----------------------------------------------------------------------------------------*/
/*	MainFrame																										*/
/*----------------------------------------------------------------------------------------*/


#Container
{
	background-color: #efefef;
	text-align: center;
	position: absolute;
	width: 100%;
}
#Main_Frame
{
	width: 862px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	position: relative;
}
#Main_Header
{
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	width: 862px;
	height:30px; 
	
}
.MainContent1
{
	background-image: url(../_Graphics/BG_Main.gif);
	width: 862px;
	background-repeat: repeat-y;
}
#MainContent1
{
	background-image: url(../_Graphics/BG_Main.gif);
	width: 862px;
	background-repeat: repeat-y;
}
#MainContent2
{
	background-image: url(../_Graphics/BG_Main2.gif);
	width: 862px;
	padding: 0px 0px 15px 0px;
	background-repeat: no-repeat;
}
#MainContent2_Wizard
{
	background-image: url(../_Graphics/BG_Main2_Wizard.gif);
	width: 862px;
	padding: 0px 0px 15px 0px;
	background-repeat: no-repeat;
}
#Content
{
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 27px;
	line-height: 135%;
}

#TopMenu
{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 56px;
	width: 656px;
}

#TopLogo
{
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 68px;
	width: 165px;
}

.TopMenu_UL
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.TopMenu_LI_Main
{
	float: left;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -0.5px;
}

.TopMenu_LI, .TopMenu_LI_Active, .TopMenu_LI_Completed
{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -1px;
	word-spacing: -3px;
}
.TopMenu_LI_Active
{
	color: #ff9600;
}
.TopMenu_LI_Completed
{
	color: #39b54a;
}

.TopMenu_A, .TopMenu_A:link, .TopMenu_A:visited
{
	text-decoration: none;
	color: #393939;
}

.TopMenu_A:active, .TopMenu_A:focus, .TopMenu_A:hover
{
	color: #ff9600;
	text-decoration: underline;
}

.TopMenu_A_Current, .TopMenu_A_Current:link, .TopMenu_A_Current:visited
{
	text-decoration: none;
	color: #ff9600;
}

.TopMenu_A_Current:active, .TopMenu_A_Current:focus, .TopMenu_A_Current:hover
{
	color: #ff9600;
	text-decoration: underline;
}


.TopMenu_A_Active
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: default;
}

.TopMenu_A_Completed, .TopMenu_A_InActive, .TopMenu_A_Completed:hover, .TopMenu_A_Completed:focus
{
	text-decoration: none;
	cursor: default;
}


.Footer_Promo
{
	height: 110px;
	padding: 0px 15px 0px 15px;
	margin: 0px 13px 0px 13px;
	background-image: url(../_Graphics/Footer-Promo_BG.gif);
	background-repeat: repeat-x;
}

.Footer_Promo_Img
{
	width: 190px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.Footer_Promo_Txt
{
	width: 200px;
	float: left;
	font-family: "Courier New" , Courier, monospace;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}
.Footer_Promo_Txt1
{
	height: 48px;
}
.Footer_Promo_Txt2
{
	height: 15px;
}
.Footer_Promo_Txt2_A, .Footer_Promo_Txt2_A:link, .Footer_Promo_Txt2_A:visited
{
	font-family: "Courier New" , Courier, monospace;
	text-decoration: none;
	color: #393939;
	font-weight: bold;
	font-size: 13px;
}
.Footer_Promo_Txt2_A:active, .Footer_Promo_Txt2_A:focus, .Footer_Promo_Txt2_A:hover
{
	text-decoration: underline;
}

#Footer_Logos
{
	float: right;
}
#Footer_Logos img
{
	padding: 4px;
}

.Footer
{
	background-image: url(../_Graphics/Bg_Footer.gif);
	width: 862px;
	height: 28px;
}

.FooterMenu_UL
{
	margin: 0px 0px 0px 0px;
	padding: 5px 12px 0px 0px;
	list-style: none;
}

.FooterMenu_LI
{
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -0.1px;
}

.FooterMenu_A, .FooterMenu_A:link, .FooterMenu_A:visited
{
	text-decoration: none;
	color: #333333;
}

.FooterMenu_A:active, .FooterMenu_A:focus, .FooterMenu_A:hover
{
	color: #ff9600;
	text-decoration: underline;
}

.Disclaimer
{
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 0px 7px;
}
.Disclaimer_Left
{
	float: left;
	width: 422px;
}
.Disclaimer_right
{
	float: right;
	text-align: right;
	width: 428px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.DisclaimerMenu_UL
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.DisclaimerMenu_LI
{
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.DisclaimerMenu_A
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -0.1px;
}

.DisclaimerMenu_A:link, .DisclaimerMenu_A:visited
{
	text-decoration: none;
	color: #333333;
}

.DisclaimerMenu_A:active, .DisclaimerMenu_A:focus, .DisclaimerMenu_A:hover
{
	color: #ff9600;
	text-decoration: underline;
}
.DisclaimerMenu_A_B
{
	color: #ff9600;
	font-size: 12px;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -0.1px;
	text-decoration: underline;
}

.DisclaimerMenu_A_B:link, .DisclaimerMenu_A_B:visited
{
	text-decoration: underline;
	color: #ff9600;
}

.DisclaimerMenu_A_B:active, .DisclaimerMenu_A_B:focus, .DisclaimerMenu_A_B:hover
{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.contact_ul
{
	padding: 0;
	margin: 35px 0 0 15px;
}

.contact_ul li
{
	padding: 0 0 7px 0;
	margin: 0;
}
.OrderLink
{
	color: #ff9600;
	text-decoration: underline;
	width: 100%;
}

.OrderLink:link, .OrderLink:visited
{
	text-decoration: underline;
	color: #ff9600;
}

.OrderLink:active, .OrderLink:focus, .OrderLink:hover
{
	color: #ff9600;
	text-decoration: none;
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/* Homepage */
/*-----------------------------------------------------------------------------------*/

.HP_Container_1
{
	float: left;
	width: 600px;
}
.HP_Container_2
{
	float: left;
	width: 201px;
}

.HP_HeaderTXT
{
	margin: 20px 0px 0px 205px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -0.5px;
}


.HP_AceHeader
{
	background-image: url(../_Graphics/HP_BG_AceHeader.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 175px;
	font-family: "Courier New" , Courier, monospace;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	padding: 28px 16px 0px 16px;
	margin: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.HP_Ace
{
	background-image: url(../_Graphics/HP_BG_Ace.png);
	height: 273px;
	width: 201px;
	background-repeat: no-repeat;
}

.HP_Ace_TXT
{
	padding: 10px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #393939;
}

.HP_Ace_Button
{
	background-image: url(../_Graphics/HP_BG_Button.gif);
	height: 45px;
	width: 201px;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.HP_Ace_Button_TXT
{
	padding: 18px 0px 0px 55px;
	margin: 0px 0px 0px 0px;
	color: white;
	font-family: "Courier New" , Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}

.HP_Ace_TXT_1
{
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	padding: 8px 0px 3px 0px;
}

.HP_Ace_TXT_2
{
	float: left;
	width: 110px;
	margin: 0px 0px 12px 0px;
}
.HP_Ace_TXT_3
{
	float: left;
	width: 60px;
	color: #ff9600;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 12px 0px;
}


.Txt_Small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
}



.TXT_Button, .TXT_Button:link, .TXT_Button:visited
{
	text-decoration: none;
	color: white;
	font-family: "Courier New" , Courier, monospace;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
}

.TXT_Button:active, .TXT_Button:focus, .TXT_Button:hover
{
	text-decoration: underline;
}

.Txt_DarkGray
{
	color: #393939;
	text-decoration: none;
}
.Txt_DarkGray:link, .Txt_DarkGray:visited
{
	text-decoration: none;
	color: #393939;
}
.Txt_DarkGray:active, .Txt_DarkGray:focus, .Txt_DarkGray:hover
{
	text-decoration: none;
}

.TXT_Orange
{
	color: #ff9600;
}

.TXT_20px
{
	font-size: 20px;
}

.TXT_Price_Big
{
	color: #ff9600;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
}

.HR_Gray
{
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 8px 0px;
	border-top: 2px solid #cdcdcd;
}

.HR_Gray2
{
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 12px 0px;
	border-top: 2px solid #cdcdcd;
}

/*-----------------------------------------------------------------------------------*/
/* 7 Redenen pagina's																					 */
/*-----------------------------------------------------------------------------------*/
.Page_Container_1
{
	background-image: url(../_Graphics/Page_BG_Image_.png);
	background-repeat: no-repeat;
	width: 391px;
	height: 469px;
	padding: 11px 0px 0px 12px;
	margin: 0px 0px 0px 14px;
	float: left;
}

.Page_Container_1_1F
{
	background-image: url(../_Graphics/Page_BG_Image_1F.png);
	background-repeat: no-repeat;
	width: 391px;
	height: 469px;
	padding: 11px 0px 0px 12px;
	margin: 0px 0px 0px 14px;
	float: left;
}

.Page_Container_1_2F
{
	background-image: url(../_Graphics/Page_BG_Image_2F.png);
	background-repeat: no-repeat;
	width: 391px;
	height: 608px;
	padding: 11px 0px 0px 12px;
	margin: 0px 0px 0px 14px;
	float: left;
}

* html .Page_Container_1_1F, .Page_Container_1_2F, .Page_Container_1
{
	position: relative;
	left: -12px;
}

.Page_Container_1_2F_PlaceHolder
{
	margin: 27px 0px 0px 0px;
	display: block;
}


.Page_Container_2
{
	float: left;
	margin: 0px 0px 0px 20px;
}


.Page_Header
{
	background-image: url(../_Graphics/Page_BG_Header.png);
	width: 366px;
	height: 92px;
	overflow: hidden;
}
.Page_Header_Txt
{
	padding: 24px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: white;
	font-family: "Courier New" , Courier, monospace;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
}

.Page_Header_7R
{
	background-image: url(../_Graphics/Page_BG_Header_7R.png);
	width: 366px;
	height: 92px;
}
.Page_Header_7RTxt
{
	padding: 24px 0px 0px 105px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	color: white;
	font-family: "Courier New" , Courier, monospace;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0px;
}

.Page_Content, #Page_Content_Voorwaarden
{
	background-image: url(../_Graphics/Page_BG_Content.png);
	background-repeat: no-repeat;
	width: 326px;
	padding: 0px 15px 0px 25px;
	color: #393939;
}
.Page_Content_2
{
	background-image: url(../_Graphics/Page_BG_Content.png);
	background-repeat: no-repeat;
	width: 350px;
	padding: 0px 8px 0px 8px;
	color: #393939;
}
#Page_Content_Voorwaarden td
{
	vertical-align: top;
	padding-top: 2px;
}

#Page_Content_Voorwaarden H2
{
	vertical-align: top;
	padding-top: 5px;
	font-size: 16px;
}

.Counter_UL
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 60px 0px;
	list-style: none;
}

.Counter_LI
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 12px;
	height: 48px;
	width: 34px;
}
.Counter_LI_Active
{
	background-image: url(../_Graphics/Counter_Active.gif);
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 12px;
	height: 37px;
	width: 22px;
}


.Counter_A, .Counter_A:link, .Counter_A:visited
{
	text-decoration: none;
	color: #818181;
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New" ,Courier,monospace;
}

.Counter_A:active, .Counter_A:focus, .Counter_A:hover
{
	color: #ff9600;
	text-decoration: underline;
}

.Counter_A_Active, .Counter_A_Active:link, .Counter_A_Active:visited, .Counter_A_Active:active, .Counter_A_Active:focus, .Counter_A_Active:hover
{
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New" ,Courier,monospace;
}


.ZR_Next_1
{
	float: left;
	width: 180px;
	height: 42px;
	text-align: right;
	margin: 20px 5px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.ZR_Next_1_A:link, .ZR_Next_1_A:visited
{
	text-decoration: none;
	color: #393939;
	font-size: 20px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
}
.ZR_Next_1_A:active, .ZR_Next_1_A:focus, .ZR_Next_1_A:hover
{
	text-decoration: underline;
}

.ZR_Next_2
{
	float: left;
	width: 22px;
	height: 29px;
	background-image: url(../_Graphics/7R_Next.gif);
	margin: 20px 0px 0px 0px;
	padding: 13px 0px 0px 32px;
	cursor: pointer;
	cursor: hand;
}

.ZR_Next_2_A:link, .ZR_Next_2_A:visited, .ZR_Next_2_A:active, .ZR_Next_2_A:focus, .ZR_Next_2_A:hover
{
	text-decoration: none;
	color: white;
	font-size: 24px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
}
.ZR_Next_3_A:link, .ZR_Next_3_A:visited, .ZR_Next_3_A
{
	text-decoration: underline;
	color: #393939;
	font-size: 20px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
}
.ZR_Next_3_A:active, .ZR_Next_3_A:focus, .ZR_Next_3_A:hover
{
	text-decoration: none;
	color: #ff9600;
}


.Btn_Download
{
	float: left;
	background-image: url(../_Graphics/Btn_Download.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 37px;
	margin: 0px 0px 0px 20px;
	padding: 12px 0px 0px 36px;
}

.Btn_Download_A:link, .Btn_Download_A:visited
{
	text-decoration: none;
	color: #393939;
	font-size: 11px;
	line-height: 10px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
}
.Btn_Download_A:active, .Btn_Download_A:focus, .Btn_Download_A:hover
{
	text-decoration: underline;
}


.Btn_Order7R
{
	float: left;
	background-image: url(../_Graphics/Btn_Bestel_7R.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 148px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 83px;
}

.Btn_Order7R_A:link, .Btn_Order7R_A:visited
{
	text-decoration: none;
	color: white;
	font-size: 15px;
	line-height: 10px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
}
.Btn_Order7R_A:active, .Btn_Order7R_A:focus, .Btn_Order7R_A:hover
{
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/* WIZARD																			*/
/*-----------------------------------------------------------------------------------*/
.linkbutton:hover,.linkbutton:visited,.linkbutton:link{text-decoration:none;}
.Wizard_Step1_Left
{
	float: left;
	width: 509px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Wizard_Step1_Right
{
	float: left;
	width: 225px;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 0px 20px;
	font-size: 12px;
	font-weight: bold;
}
#Wizard_Step1_ContentBlock
{
	margin-left: 60px;
	margin-top: 15px;
}

#Wizard_Step1_Buttons
{
	padding-right: 90px;
}

.Wizard_Step1_Button
{
	float: right;
	width: 100px;
	text-align: center;
}
.Wizard_Step1_Left
{
	float: left;
	width: 509px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.Wizard_Step2_Left
{
	float: left;
	width: 509px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.Wizard_Step3_Left
{
	float: left;
	width: 509px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Wizard_Privacy
{
	margin-left: 92px;
}
#Wizard_Privacy .Header
{
	font-size: 18px;
	font-weight: 800;
	font-family: "Courier New" , Courier, monospace;
	color: #FF9600;
	margin-left: 37px;
}
#Wizard_Privacy ul
{
	list-style-type: none;
	position: relative;
	top: -5px;
}

#Wizard_Privacy li
{
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	line-height: 15px;
}
#Wizard_Privacy .WP_Arr
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: -0.15em;
	margin-right: 4px;
	color: #393939;
}
#Wizard_Step2_ContentBlock
{
	margin-left: 118px;
	margin-top: 21px;
	padding: 35px 0px 0px 30px;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	background-image: url( '../_Graphics/blokmetpijl.gif' );
	background-repeat: no-repeat;
	z-index: 10;
	position: absolute;
	width: 400px;
	background-position: -4px 8px;
}

#Wizard_Step3_ContentBlock
{
	margin-left: 125px;
	margin-top: 0px;
	padding: 10px 0px 0px 8px;
	font-size: 14px;
	background-color: white;
	font-weight: bold;
	color: Black;
	width: 366px;
}

.Wizard_Adapt_A, .Wizard_Adapt_A:link, .Wizard_Adapt_A:visited
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #ff9600;
	font-weight: 100;
	font-size: 9.5px;
}

.Wizard_Adapt_A:active, .Wizard_Adapt_A:focus, .Wizard_Adapt_A:hover
{
	color: #393939;
	text-decoration: underline;
	font-weight: 100;
}

.Wizard_Adapt_A_Left, .Wizard_Adapt_A_Left:link, .Wizard_Adapt_A_Left:visited
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #393939;
	font-weight: 100;
	font-size: 9.5px;
}

.Wizard_Adapt_A_Left:active, .Wizard_Adapt_A_Left:focus, .Wizard_Adapt_A_Left:hover
{
	color: #ff9600;
	text-decoration: underline;
	font-weight: 100;
}

.Wizard_Adapt_A_Margin, .Wizard_Adapt_A_Margin:link, .Wizard_Adapt_A_Margin:visited
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #ff9600;
	font-weight: 100;
	font-size: 9.5px;
}

.Wizard_Adapt_A_Margin:active, .Wizard_Adapt_A_Margin:focus, .Wizard_Adapt_A_Margin:hover
{
	color: #393939;
	text-decoration: underline;
}

.Wizard_Right_Titles
{
	color: #393939;
	float: left;
}
.Wizard_Right_Text
{
	float: left;
	margin-left: 5px;
}
.Wizard_Right_Item
{
	float: none;
	clear: both;
	line-height: 20px;
}
.Small_Arrows
{
	font-size: 9px;
}
.Wizard_Right_Incl_Item_Left
{
	color: #393939;
	float: left;
	font-size: 9px;
	width: 115px;
	margin: 0px;
	padding: 0;
}
.Wizard_Right_Incl_Item_Right
{
	color: #393939;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 4px;
	font-size: 9px;
	width: 106px;
}
.Txt_Thin
{
	font-weight: 100;
}
.Wizard_Header
{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.5px;
	font-family: "Courier New" , Courier, monospace;
	color: #818181;
	margin: 20px 0px 0px 0px;
	padding: 35px 0px 0px 105px;
}
.Wizard_Header_Step2, .Wizard_Header_Step3, .Wizard_Header_Step4, .Wizard_Header_Step5
{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1.2px;
	word-spacing: -2px;
	font-family: "Courier New" , Courier, monospace;
	color: #818181;
	margin: 30px 0px 0px 40px;
	padding: 35px 0px 0px 105px;
}
.Wizard_Header_Step3
{
	font-size: 19px;
	line-height: 20px;
	margin: 10px 0px 0px 30px;
	padding: 35px 0px 0px 105px;
}
.Wizard_Header_Step4
{
	margin: 35px 0px 0px 30px;
	padding: 35px 0px 0px 105px;
}
.Wizard_Header_Step5
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 100;
	width: 375px;
	word-spacing: -0.3em;
}

.Wizard_Ace_Header
{
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.Wizard_Ace_SubHeader
{
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}

.Wizard_Ace_PromoTxt1
{
	font-size: 16.5px;
	line-height: 18px;
	letter-spacing: -1px;
	word-spacing: -2px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	display: block;
}
.Wizard_Ace_PromoTxt2
{
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #ff9600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-transform: uppercase;
}
.Wizard_SmallButton
{
	background-image: url(../_Graphics/HP_BG_Button.gif);
	width: 196px;
	height: 38px;
	margin: 0px 0px 0px 5px;
	padding: 7px 0px 0px 3px;
	float: left;
	background-repeat: no-repeat;
	background-position: -5px -2px;
	cursor: pointer;
}

.Wizard_Button
{
	background-image: url(../_Graphics/Wizard_Button.gif);
	width: 231px;
	height: 73px;
	margin: 25px 0px 0px 2px;
	
}
.Wizard_Button a:link
{
	text-decoration: none;
}

.Wizard_ButtonTXT1
{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.5px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	color: White;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 50px;
}

.Wizard_ButtonTXT2
{
	font-size: 12px;
	line-height: 12px;
	color: White;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 50px;
}

.Wizard_ButtonTXT5
{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: "Courier New" , Courier, monospace;
	color: White;
	margin: 0px 0px 0px 0px;
	padding: 28px 0px 0px 48px;
}


.Wizard_Footer
{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 24px;
}
.Wizard_Footer_Block
{
	float: left;
	width: 245px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.Wizard_Footer_Header
{
	font-weight: bold;
	font-size: 12px;
	font-family: "Courier New" , Courier, monospace;
	letter-spacing: -0.5px;
	color: #ff9600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Wizard_Footer_UL
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	list-style: url(../_Graphics/List_Item.gif);
}

.Wizard_FooterLI
{
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.Wizard_Footer_A, .Wizard_Footer_A:link, .Wizard_Footer_A:visited
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #393939;
}

.Wizard_Footer_A:active, .Wizard_Footer_A:focus, .Wizard_Footer_A:hover
{
	color: #ff9600;
	text-decoration: underline;
}

.Wizard_Orange_A, .Wizard_Orange_A:link, .Wizard_Orange_A:visited
{
	color: #ff9600;
	text-decoration: underline;
}

.Wizard_Orange_A:active, .Wizard_Orange_A:focus, .Wizard_Orange_A:hover
{
	text-decoration: none;
	color: #393939;
}



/* FORM */

#Counter_2
{
	padding: 20px 0 0 50px;
	width: 336px;
	height: 286px;
	color: #393939;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1.1px;
	background-image: url(../_Graphics/LeasePrijsBerekenen.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	left: -53px;
}

* html #Counter_2
{
	padding: 20px 0 0 0px;
	width: 336px;
	height: 286px;
	color: #393939;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1.1px;
	background-image: none;
	position: relative;
	left: -2px;
}
* html #Counter_Wrapper
{
	position: absolute;
	z-index: 0;
	left: 452px;
	width: 386px;
	height: 306px;
	background-image: url(../_Graphics/LeasePrijsBerekenen.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.TableSection
{
	border-collapse: collapse;
	border-bottom: 0;
}

.ErrorMessage
{
	color: Red;
}
.LeaseRate
{
	font-size: 28px;
	color: #ff9600;
	padding: 0px 0px 10px 0px;
}
#lyrLeaseRate
{
	display: block;
	height: 45px;
}
#lyrLeaseRate_2
{
	display: block;
	height: 45px;
	text-align: center;
	position: relative;
	float: left;
	top: -360px;
	left: 225px;
}
#Disclaimer
{
	width: 310px;
	margin: 10px 5px 10px 30px;
}
#Bereken_2
{
	margin: 10px 0 10px 0;
	font-size: 13px;
	font-weight: 800;
	color: #ff9600;
}
.Large_Textbox
{
	width: 290px;
}
.Half_Textbox
{
	width: 145px;
}
.FormFieldSampleText
{
	color: #a0a0a0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 100;
	word-spacing: 0.001;
	letter-spacing: 0.001;
	font-style: italic;
	overflow: hidden;
}
.RadioButton
{
	border: 0;
}
.FormName
{
	color: Black;
	font-weight: bold;
}
.KalenderTop
{
	background-color: Green;
}
.FormSection
{
	color: #393939;
	font-weight: bold;
	font-size: 12px;
	padding: 13px 0px 3px 2px;
	margin: 8px 0px 4px 0px;
	letter-spacing: 1.1px;
}

.ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #FFFFEE;
	color: red;
}

.ajax__calendar_title
{
	width: auto;
}
.ajax__calendar_today
{
	color: white;
	display: none;
}

.nobot
{
	display: none;
	width: 0px;
	height: 0px;
}
.InfoButton
{
	margin: 0px 0px 0px 5px;
	vertical-align: super;
	width: 14px;
	height: 14px;
	border: 0;
}

/* SLIDERS */
.sliderhandle
{
	position: absolute;
	background: url(  '../_Graphics/SliderHandle-or8.png' ) no-repeat;
	width: 46px;
	height: 43px;
	z-index: 1;
}
.sliderrailMonths
{
	position: relative;
	height: 45px;
	width: 268px;
	background: url(  '../_Graphics/SliderMonths.png' ) no-repeat 0px 15px;
}
.sliderrailKilom
{
	position: relative;
	height: 45px;
	width: 268px;
	background: url(  '../_Graphics/SliderKilom.png' ) no-repeat 0px 15px;
}
#SliderMonths
{
	width: 345px;
	margin-top: 30px;
}
#SliderMonths_2
{
	width: 315px;
	margin: 5px 0px 5px 10px;
}
#SliderMonths_Bottom
{
	width: 310px;
	margin-left: 3px;
	text-align: right;
}
#SliderMonths_24
{
	width: 27px;
	float: left;
}
#SliderMonths_36
{
	width: 75px;
	float: left;
}
#SliderMonths_48
{
	width: 73px;
	float: left;
}
#SliderMonths_60
{
	width: 75px;
	float: left;
}
#SliderMonths_Text
{
	width: 60px;
	float: left;
}
.SliderTextSelect
{
	color: #ff9600;
}
.SliderText
{
	color: black;
}
#SliderKilom
{
	width: 315px;
	margin-top: 33px;
}
#SliderKilom_2
{
	width: 315px;
	margin: 8px 0px 12px 10px;
}
#SliderKilom_Bottom
{
	width: 310px;
	margin-left: 3px;
	text-align: right;
}
#SliderKilom_10K
{
	width: 47px;
	float: left;
}
#SliderKilom_15K
{
	width: 100px;
	float: left;
}
#SliderKilom_20K
{
	width: 115px;
	float: left;
}
#SliderKilom_Text_M
{
	width: 15px;
	float: left;
	text-align: left;
	margin-left: 32px;
}
#SliderKilom_Text_K
{
	width: 38px;
	float: left;
	text-align: left;
	margin-left: 10px;
}
#LeaseTarief
{
	float: right;
}
#Stickers
{
	height: 100px;
	margin-top: 70px;
}
#Stickers_2
{
	margin-left: 10px;
	margin-top: 10px;
}
#Fuel_2
{
	margin-left: 10px;
	margin-top: 10px;
}
#Stickers .gray
{
	color: #A0A0A0;
	margin-left: 20px;
	width: 280px;
}


/*----------------------------------------------------------------------------------------*/
/*	START - EXTRA MARC 																							*/
/*----------------------------------------------------------------------------------------*/

.UL_Text
{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	list-style: square;
	color: #ff9600;
}

.LI_Text
{
	margin-bottom: 5px;
}

.LI_SpanText
{
	color: #393939;
}

.A_Arrow
{
	color: #ff9600;
}
.PageTopmenu_A, .PageTopmenu_A:link, .PageTopmenu_A:visited
{
	text-decoration: underline;
	color: #ff9600;
}
.PageTopmenu_A:active, .PageTopmenu_A:focus, .PageTopmenu_A:hover
{
	color: #393939;
	text-decoration: underline;
}

.PageTopmenu_A_Active, .PageTopmenu_A_Active:link, .PageTopmenu_A_Active:visited
{
	text-decoration: underline;
	color: #393939;
}
.PageTopmenu_A_Active:active, .PageTopmenu_A_Active:focus, .PageTopmenu_A_Active:hover
{
	color: #393939;
	text-decoration: underline;
}

.TG_Table
{
	border: 4px solid #efefef;
}
.TG_Table_TD1
{
	background-color: #efefef;
}

/*----------------------------------------------------------------------------------------*/
/*	END - EXTRA MARC 																								*/
/*----------------------------------------------------------------------------------------*/

.Caps
{
	text-transform: uppercase;
}
/*** Tabjes bovenaan ***/
div.Main_Tab
{
    float:left;
    padding: 10px 15px 5px 25px;
}

div.Main_Tab a
{
    text-decoration: none;    
}

div.Main_Tab_Selected
{
    float:left;
    background-color: #7caac3;
    padding: 10px 15px 6px 15px;
    color:White;
    font-weight:bold;
}

div.Main_Tab_Selected_Particulier
{
    float:left;
    background-color: #a8be35;
    padding: 10px 15px 6px 15px;
    color:White;
    font-weight:bold;
    margin-left:14px;
    margin-top:0px;
}

div.Main_Tab_Selected a
{
    color:White;
    font-weight:bold;
    text-decoration: none;    
}

div.Main_Header_Link
{
    float:right;
    text-align:right;
    padding: 10px 15px 5px 15px; 
}

#Main_Header
{
	padding: 12px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	width: 862px;
	padding-bottom:0px;
}

/*** END Tabjes bovenaan ***/

.Footer_Promo_Txt_Zakelijk
{
	width: 155px;
	float: left;
	font-family: "Courier New" , Courier, monospace;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

.Footer_Promo_Img_Zakelijk
{
	width: 100px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.Footer_Promo_Zakelijk
{
	height: 110px;
	width:820px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 14px;
	background-image: url(../_Graphics/Footer-Promo_BG.gif);
	background-repeat: repeat-x;
}