H1 {
       padding: 4px 0px 4px 6px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}
H2 {
      padding:4px 0px 4px 6px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

P {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	line-height: 16px;
}

#footer P {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}

UL LI {
        padding:0px;
        margin: 0px;
        line-height:16px;
        list-style-type:none;
        padding-left: 12px;
        background-image: url(bullet.gif);
        background-position: 0px 5px;
	background-repeat: no-repeat;
}
ul {
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
        margin-left: 18px;
        list-style:none;
        line-height:16px;
}
#menu a {
	display: inline;
        text-decoration: none;
   
        padding:4px 0px 3px 0px;
	color: #ffffff;
	font-size: 14px;
}
#menu a:hover {
	color: #ff0000;
}
#menu .menu_selected{
	color: #ff9900;
}
.pipe {
	color: #c0ceda;
	position: relative;
	top: -2px;
}

td{ 
	padding: 0px;
	margin: 0px;
}

A,
.internal-link,
.mail, 
.download,
.filelinks,
.external-link-new-window {
	color: #ff0000;
	text-decoration: underline;
        font-size: 11px;
}


A:hover,
A.hover.mail, 
A:hover.download,
A:hover .filelinks,
A:hover.external-link-new-window,
A:hover.internal-link {
	color: #999999;
}

.caption,
table {
	font-size: 11px;
}

form  {
	padding: 0px;
	margin: 0px;
}
.pink-bgr { 
	background-color: #ebeff3;
}
.csc-textpic-intext-right {
  padding-right: 10px;
}
/*---------- mail form ------------------------------------------------*/

.csc-mailform {
	border: 0px solid;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	
}
.csc-mailform-field select,
.csc-mailform-field input {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #000000;
	font-size: 12px;
        width: 200px;
	}

.csc-mailform-field textarea {
	background-color: #ffffff;
	border: 1px solid;
	font-size: 12px;

}
.csc-mailform-field label {
	margin:3px 0px 3px 0px;
	font-size:11px;
	text-align: left;
	margin-right: 0px;
	width: 100px;
	display: block;
	font-size: 12px;

}
.csc-mailform-field .button {
	margin: 15px 0px 0px 225px;
	width: 75px;
	background-color: #ffffff;
}

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* ------- Powermail -----------------*/
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
legend {
	display: none
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
        border: 0px;
	padding: 0px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	padding: 0px 10px 2px 0px;
	width: 110px;
	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: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 3px 0 10px 320px;
	font-weight: normal;
	background-color: #ffffff;
}
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 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0px;
}
.content .tx-powermail-pi1{
	padding-left: 6px;
}