{include file="file:$_system_root_templates/email/email_top.html"}
<!-- // Begin Content \\ -->
<table class="email-content" cellpadding="0" cellspacing="0" width="660" style="font: 12px Arial, Helvetica, sans-serif;color: #484848;">
	<tr>
		<td>
			<h1 style="font-size:14px;">Hello {$address_data.default.customers_title} {$address_data.default.customers_firstname} {$address_data.default.customers_lastname},</h1>
			<p>We successfully created your customer account. As a registered customer you get the following personal benefits.</p>
			<p>
				<b>Permanent shopping cart</b> - all saved products will be stored in your shopping cart untill your next visit<br />
				<b>Addressbook</b> - you can manage different and various billing and shipping addresses.<br />
				<b>Order history</b> - overview of actual and past orders.
			</p>
			<p>You got questions regarding our offers, please do not hesitate to contact us.</p>
			<p style="background: #FFE0E4; padding: 10px;"><b>Attention:</b> This email adress was submitted to us by a customer. If you did not register with us, please feel free to contact us immediately.</p>
		</td>
	</tr>
</table>
<!-- // End Content \\ -->
{include file="file:$_system_root_templates/email/email_bottom.html"}