H1{
       padding: 0px 0px 12px 0px;
	margin: 0px;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
        font-family: "Times New Roman";
}
H2{
       padding: 0px 0px 12px 0px;
	margin: 0px;
        line-height:18px;
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
        background-image: url(h2-bgr.jpg);
	background-repeat: repeat-x;
}
H1 A{
       padding: 0px;
	margin: 0px;
        line-height:18px;
	font-size: 16px;
	font-weight: bold;
	color: #c00000;
       	text-decoration: none;
}
H1 A:hover{
       	text-decoration: underline;
	color: #c00000;
}
P {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	line-height: 16px;
}
#footer P {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #999999;
}
#date P {
	padding: 11px 0px 0px 7px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
}
UL LI {
        padding:0px 0px 0px 16px;
        margin: 0px;
        line-height:16px;
        list-style-type:none;
        background-image: url(bullet.gif);
        background-position: 0px 7px;
	background-repeat: no-repeat;
}
ul {
        margin: 0px 0px 0px 10px;
        padding: 0px;
        list-style:none;
        line-height:16px;
}
#menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 5px;
}
#menu ul li {
  float: left;
  position: relative;
  top:3px;
  text-align: left;
  z-index: 1010;
  padding:0px;
  margin: 0px 2px 0px 0px;
  line-height:26px;
  list-style-type:none;
  background: url(menu-r.jpg) no-repeat right bottom;
}
#menu ul li a {
	display: block;
       text-align: center;
	float: left;
	text-decoration: none;
     	color: #ffffff;
	font-size: 12px; 
	font-weight: normal;
	line-height: 26px;
       margin: 0px 2px 0px 0px;
       padding: 0px 10px 0px 10px;
}
#menu ul  li a:hover{
   color: #666666;
   background: url(menu-r.jpg) no-repeat right top;
}
#menu ul li span{
   float: left;
   background: url(menu-r.jpg) no-repeat right top;
}
#menu ul  li a.menu_selected{
   display: block;
   float: left;
   color: #666666;
   margin: 0px 0px 0px 0px;
   padding: 0px 10px 0px 10px;
   text-decoration: none;
   background: url(menu-l.jpg)  no-repeat left top;
 
}
#submenu a {
       text-align: center;
	text-decoration: none;
     	color: #666666;
	font-size: 12px; 
	font-weight: normal;
	line-height: 30px;
	margin: 0px;   
       padding: 0px 10px 0px 10px;
}
#submenu submenu_selected,
#submenu a:hover {
   color: #f14b2e;
}
A,
.internal-link,
.mail, 
.download,
.filelinks,
.external-link-new-window {
	color: #333333;
	text-decoration: underline;
        font-size: 12px;
	font-weight: normal;
}
A:hover,
A.hover.mail, 
A:hover.download,
A:hover .filelinks,
A:hover.external-link-new-window,
A:hover.internal-link {
	color: #999999;
}
.csc-textpic-caption{
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.csc-textpic-caption,
.caption{
	font-size: 10px;
}
table {
	font-size: 11px;
}
td,
tr,
form  {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}

#banner table{
	float: right;
}
.macinasearch_input input{
	width: 95px;
}

.search-label{
	font-size: 10px;
       padding: 0px 2px 0px 0px;
	color: #c00000;
}
#ema .submit{
	font-size: 11px;
	width: 63px;
	cursor: pointer;
}
#ema input{
	font-size: 11px;
        margin: 0px 3px 0px 3px;
}
/*---------- mail form ------------------------------------------------*/

.csc-mailform {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}
.csc-mailform-field select,
.csc-mailform-field input {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
	font-size: 11px;
	width: 95%;
	margin:3px 0px 3px 0px;
	}

.csc-mailform-field textarea {
	background-color: #ffffff;
        border: 1px solid #BDBDBD;
	font-size: 11px;
	width: 95%;
	margin:3px 0px 3px 0px;
}
.csc-mailform-field label {
	margin:3px 0px 3px 0px;
	font-size:11px;
	text-align: left;
	margin-right: 0px;
	width: 95%;
	display: block;
	font-size: 11px;
        float: left;

}
.csc-mailform-field .button {
	float: right;
	margin:5px 16px 5px 0px;
	width: 75px;
	background-color: #ffffff;
}

.align-left, 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; }
.align-center,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; }
.align-right,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; }
.align-justify,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 0px;
}
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: 100px;
	float: left;
	clear: both;
	font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset input {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
}
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: 240px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 2px 0;
}
div.tx_powermail_pi1_fieldwrap_html .powermail_radio_inner label{
	width: 100px;	
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 2px 0;

}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 3px 0 0px 256px;
	font-weight: normal;
	width: 100px;

}
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;
}