/*Normalises margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/*Normalises font-size for headlines*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/*Removes list-style*/
ol, ul {
	list-style: none;
}

/*Normalises font style/weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/*Removes list style from table*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/*Adjusts caption and th*/
caption, th {
	text-align: left;
}
/*Sonderschriftgroessen*/
.fontsize9{
    font-size: 9px;
}

/*Mailformplus Formular*/
.mailformplus_contactform .error {
	color:#dd7777;
}

.mailformplus_contactform LABEL {

	text-align: right;
	display:block;
	float:left;
	width:25%;
	margin-right: 5px;
}

.mailformplus_contactform .radio_caption {
	display:inline;
	width:auto;
	float:none;
	font-weight:normal;
	padding-left:5px;
}

.mailformplus_contactform .caption {
	/*margin:10px 0 5px 0;
	font-weight:bold;*/
	text-align: right;
	display:block;
	float:left;
	width:25%;
	margin-right: 5px;
}
.mailformplus_contactform p {
	margin:0 0 0 0;
	font-weight:bold;
}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
	font-size: 10px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 5px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	/*background-color: #ccc;*/
	padding: 10px;
	font-size: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
	text-align: right;
	margin-right: 5px;
	font-size: 10px;

}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
	font-size: 10px;
}
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;
	font-size: 10px;
}
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 5px 150px;
	font-weight: bold;
	font-size: 10px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	/*margin: 0;*/
	padding: 0;
	font-weight: bold;
	text-align: right;
	margin-right: 507px;
	font-size: 10px;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 5px 3px 0;
	}


