* {
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	text-align: left;
	background-color: rgb(98,98,98);
	color: rgb(255,255,255);
	font-family: Helvetica, sans-serif;
	line-height : 150%;
	font-size : 12px;
}

.popbox {
	padding-left: 20px;
	background-color: rgb(98,98,98);
	color: rgb(255,255,255);
}
/* ab hier Text-Style: */

H1 {
	font-family: Helvetica, sans-serif;
         text-transform: uppercase;
         color: rgb(255,255,255);
	line-height : 200%;
         margin-left: 20px;
	font-size : 12px;
	margin-top: 1.0em;
	margin-bottom: 0.0em;
	letter-spacing: 0.1em;
         }

H2 {
	font-family: Helvetica, sans-serif;
         color: rgb(255,255,255);
	font-weight: normal;
	line-height : 200%;
	font-size : 12px;
	margin-top: 1.0em;
	margin-bottom: 0.0em;
	letter-spacing: 0.1em;
         }

H3 {
	font-family: Helvetica, sans-serif;
         color: rgb(255,255,255);
	font-weight: normal;
	line-height : 150%;
	font-size : 10px;
	border: 1px solid rgb(255,255,255);
         margin: 5px;
         padding: 5px;
         }

H5 {
	font-family: Helvetica, sans-serif;
         color: rgb(255,255,255);
	font-weight: normal;
	line-height : 150%;
	font-size : 10px;
         }

.bodytext {
	font-family: Helvetica, sans-serif;
	line-height : 150%;
	font-size : 12px;
	margin : 0.1em;
	}
#popbox A, #popbox A:link, #popbox A:visited, #popbox A:hover, #popbox A:active {
	font-weight: normal;
	text-decoration: none;
	color: rgb(255,255,255);
	}

#popbox A:hover {
	font-weight: normal;
	color: rgb(204,204,204);
	text-decoration: underline;
	}
.align-right {
	text-align: right;
}
/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: rgb(255,255,255);
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	border: 1px solid rgb(255,0,0);
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: rgb(255,255,255);
	margin: 3px 0 10px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid rgb(255,255,255);
	background-color: rgb(98,98,98);
	padding: 10px;
	margin: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: normal;
	color: rgb(255,255,255);
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 120px;
	float: left;
	clear: both;
	font-weight: normal;
}
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: 5px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 10px 0 10px 120px;
	font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_reset {
	/* submit button */
         float: left;
	margin: 10px 0 10px 30px;
	font-weight: normal;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.countryzone {
	margin: 10px 0 0 150px;
}

	/* Confirmation */
td.powermail_all_td {
	padding: 3px 5px 3px 0;
}

div.tx_powermail_pi1 {
   margin: 10px;
   padding: 10px;
}

div.tx-powermail-pi1_thx {
   margin: 10px;
   padding: 10px;
}