*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
A
{
	text-decoration: none;
	color: #b2c900;
}
A:hover
{
	text-decoration: underline;
	color: #B5DF26;
}
#wrap
{
	margin: 5px auto;
	width: 1000px;
	background-color: #FFF;
}
#header
{
	height: 141px;
	background: #B2C900 url(images/header.png) no-repeat right;
}
#header H1
{
	font-size: 28px;
	font: italic normal bold large Arial;
	letter-spacing: -1px;
	padding: 20px 0 0 20px;
	color: #FF5500;
}
#header H1 A
{
	color: #FFF;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header H1 A:hover
{
	color: #111;
}
#header H2
{
	font-size: 19px;
	color: #EEE;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}
#navi
{
	background-color: #FCE800;
	color: #009938;
	font-stretch: extra-expanded;
	padding: 8px 0;
	font: italic normal bold large Arial;
	font-size: 18px;
}
#navi A
{
	text-decoration: none;
	color: #009938;
}
#navi A:hover
{
	color: #000;
	}
.right
{
	float: right;
	width: 800px;
	text-align: justify;
	padding-top: 5px;
	background-color: #FFF;
	padding: 0 10px 10px 0px;
}
.right H2
{
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px;
}
.right H2 A
{
	text-decoration: none;
}
.right H2 A:hover
{
}
.left
{
	float: left;
	width: 180px;
	padding-top: 10px;
	background-color: #FFF;
}
.left H2
{
	margin: 10px 0 0;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #B2C900;
	color: #FFF;
	font-size: 13px;
	-webkit-border-top-right-radius: 10px;
	vertical-align: 10px;
}
.left UL
{
	padding: 10px 0 15px 10px;
	list-style-type: square;
	color: #B1DF27;
	padding-left: 30px;
}
.left UL LI A
{
	text-decoration: none;
	font-weight: 600;
}
.left UL LI A:hover
{
}
#footer
{
	text-align: center;
	font-size: 11px;
	color: #7B8F35;
	margin-top: 20px;
	border-top: 1px dotted #7B8F35;
}
#footer A
{
	color: #7B8F35;
}
/* Powermail */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #ff8401;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #ff8401;
	color: white;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #ff8401;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	padding: 10px 0;
	border: 0;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset_left {
	width: 480px;
	float: left;
}
fieldset.tx-powermail-pi1_fieldset_right {
	width: 520px;
}
textarea.powermail_textarea {
	height: 80px;
}
	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}
	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

