/* ------------------------------------------------------------------------------------------------------------ */
/*                                               Zentrierung                                                    */
/* ------------------------------------------------------------------------------------------------------------ */
body {
    margin: 0;
    padding: 0;
    background: #e5e5e4;
    text-align: center;
}

/* Layout zentrieren */
#container {
    width: 898px;
    margin-right: auto;
    margin-left: auto;
    /*border-right: 1px solid #000000;*/
    /*border-left: 1px solid #000000;*/
    text-align: left;
}

#innerContainer {
    background: url(../images/misc/bg_shadow_both.jpg) repeat-y center top;
    padding-left:26px; /* 18px + 8px(shadow) */
    padding-right:26px;
    position: relative;
}


ul {
	padding-left: 18px;
}

ul li {
	padding-left: 0;
    margin-left: 0;
    list-style: none;
    list-style-image: url(../images/common/bg_list_bullet.gif);
}

/* 2. Ebene */
ul li ul li {
	padding-left: 0;
    margin-left: 0;
    list-style: none;
    list-style-image: url(../images/common/bg_list_bullet_lvl2.gif);
}

/* 3. Ebene */
ul li ul li ul li {
	padding-left: 0;
    margin-left: 0;
    list-style: none;
    list-style-image: url(../images/common/bg_list_bullet_lvl3.gif);
}

/* 4. Ebene */
ul li ul li ul li ul li {
	padding-left: 0;
    margin-left: 0;
    list-style: none;
    list-style-image: url(../images/common/bg_list_bullet_lvl4.gif);
}

ol {
	font-weight: normal;
}

ol li {
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
	list-style-position: outside;
}

ol li:first-line {
	font-weight: bold;
}

/* Click-Enlarge */

/* position:relative benoetigt damit lupe absolut positioniert werden kann */
.csc-textpic-imagewrap {
    position: relative;
}

img.clickEnlargeZoom {
    /*position: relative;*/
    position: absolute;
    bottom: 0;
    right:0;
    /*top: -20px;*/
    background-color: rgba(217,215,215,0.75);
}


h1 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    /*letter-spacing: 0.05em;*/
    letter-spacing: 1px;
    color: #0067a1;
    text-transform: uppercase;
    text-decoration: none;

    margin-bottom: 0px;
}

#content_area dd.csc-textpic-caption {
	display:none;
}

#content_area h2 {
	color:#73736e;
	font-family:Arial Narrow,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:16px;
	margin-bottom:0;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}

#content_area h3 {
	color:#0067A1;
	font-family:Arial Narrow,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:16px;
	margin-bottom:0;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}

#content_area h4 {
	color:#0067A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
    text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* -----                                                                                                    -------- */
/* -----                                T O P  -  H E A D E R                                               -------- */
/* -----                                                                                                    -------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Bereich ganz oben, der das Logo und die MetaNavigation umschliesst */
#topHeader {
    position: relative;
    background: transparent url(../images/misc/econda_logo_v2.jpg) no-repeat 0px 24px;
    height: 96px;
    z-index: 10000;
}

#metaNavigation {
    position: relative;
    height:20px;
    /*line-height:20px;*/
    /*vertical-align: middle;*/
    text-align:right;
    top:60px;
    color: #73736e;
}

#metaNavigation .meta_delim {
    line-height:21px;
    vertical-align:middle;
    padding-left:7px;
    padding-right:7px;
    position:relative;
    /*top:-2px;*/
}



#metaNavigation .metanav_normal a {
    color: #73736e;
}

#metaNavigation .metanav_normal a:hover {
    color: #0067a1;
}

#metaNavigation .metanav_current a,
#metaNavigation .metanav_current a:hover {
    color:#0067a1;
}

#metaNavigation .lang_normal {
    display: inline-block;
}

#metaNavigation .lang_current {
    display: none;
}

    
#topHeader #metaNavigation .lang_current {
   display:inline-block;
}
    
#topHeader #metaNavigation .lang_current span.unlinked_lang {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 11px;
   letter-spacing: 0.01em;
   line-height: 15px;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   color:#cdcdcd;
}


#metaNavigation .login {
    padding-right:23px;
    position: relative;
    background: url(../images/common/login_key.gif) right center no-repeat;
}

#metaNavigation .loginSpan {
    padding-right: 7px;
}

/* obere Navigationsleiste */
#topArea {
    /*background: #ffffff url(../images/misc/bg_top_area.jpg) no-repeat left top;*/
    background: #ffffff url(../images/misc/bg_top_area.gif) no-repeat left top;
    position: relative;
    height: 34px;
    z-index: 900;
}

#topAreaEN {
    position: relative;
    height: 1px;
    z-index: 900;
}


/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* -----                                                                                                    -------- */
/* -----                                Obere Navigation                                                    -------- */
/* -----                                                                                                    -------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
#topNavigation {
    float: left;
    width: 630px;
    height: 34px;
}

#topNavigation .navitem,
#topNavigation .navitem_current {
    float: left;
    width: 126px;
    height:34px;
    line-height:34px;
    vertical-align: middle;
}

#topNavigation .navitem_level1 a,
#topNavigation .navitem_level1_current a {
    float: left;
    width: 126px;
    height:34px;
    line-height:34px;
    vertical-align: middle;
    text-align: center;

    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #73736e;
    text-transform: uppercase;
    text-decoration: none;
    white-space:nowrap;
}

#topNavigation .navitem_level1 a:hover,
#topNavigation .navitem_level1_current a {
    color: #0067a1;
}





/* Header: enthaelt z.Bsp Flashfilm oder eine Grafik */
#header {
    height: 224px;
    margin-bottom: 18px; /* Abstand zum Content */
    background: #aeaeae;
}

#header img {
    width: 846px;
}



/* ------------------------------------------------------------------------------------------------------------ */
/*                                               Logo Home-Link                                                 */
/* ------------------------------------------------------------------------------------------------------------ */
#logo a {
    position: absolute;
    width: 180px;
    height: 54px;
    top: 22px;
    z-index: 10000;
}


/* ------------------------------------------------------------------------------------------------------------ */
/*                                               Easy Clearing Methode                                          */
/* ------------------------------------------------------------------------------------------------------------ */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-height: 1px;
}

* html .clear {
    height: 1px;
}

.clearer {
    clear: both;
}

#login {
    position: absolute;
    width: 217px;
    height: 175px;
    overflow: hidden;
    background: transparent url(../images/login/bg_login_2.gif) left top no-repeat;
    /*border: 1px solid #999999;*/

    right: 0px;
    top: -41px;
    z-index: 10000;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #73736e;
    text-transform: none;
    text-decoration: none;
    
}

#login .loginFormContainer {
    position: relative;
    margin-top: 59px;
    margin-left: 12px;
}

#login form {
    position: relative;
    width: 200px;
}

#login .login_user,
#login .login_pw {
    position: relative;
    margin-bottom: 13px;
}

#login label.login_label {
    position: relative;
    display: block;
    float: left;
    width: 64px;
    height: 16px;
    border: none;
}

#login input.login_input {
    position: relative;
    display: block;
    float: left;
    width: 120px;
    height: 14px;
    border: none !important;
    border: 0px solid transparent !important;
    font-size: 10px;
}

#login div.login_submit {
    position: relative;
    left: 64px;
    padding-left: 0;
    width: 107px;
    height: 29px;
    cursor: pointer;

}

#login .login_submit input *{
    margin-left: 0;
}

#login input.login_submit_btn {
    position: relative;
    width: 107px;
    height: 29px;
    background: url(../images/login/bg_login_submit.gif) left top no-repeat;
    border: none;
    margin-left: 0;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;

    font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    
    padding-bottom: 5px;
}

#login .login_pw_forgot {
    position: relative;
    margin-left: 64px;

}

#login .login_pw_forgot a {
    position: relative;
    margin-left: 0px;

}

/* ----------------------------------------------------------------------------------------------------------------- */
/*                                      Suchfeld im oberen Bereich                                                   */
/* ----------------------------------------------------------------------------------------------------------------- */

#topSearch {
    position: absolute;
    width: 216px;
    height: 34px;
    top: 0px;
    right: 0px;
    overflow: hidden;
}


#topSearch .tx-macinasearchbox-pi1 #searchform input.searchfield {
	position: relative;
	margin-left:40px;
	padding:0;
  padding-top: 0px;
  width:145px;
  border: none !important;
  border:0px solid transparent;  
}

/* ie */
* html #topSearch .tx-macinasearchbox-pi1 #searchform input.searchfield {
    height:14px;
    margin-top:8px;
}

/* mozilla */
#topSearch .tx-macinasearchbox-pi1 #searchform input.searchfield {
    height:15px;
    margin-top:10px;
}


#topSearch .tx-macinasearchbox-pi1 #searchform .submitbutton {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 20px;
    height: 15px;
    
    background: none;
    border: none;
    cursor: pointer;
}

#content .tx-indexedsearch form table td,
#content .tx-indexedsearch-res form table td {
    font-size: 11px;
    line-height: 15px;
}

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info,
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-percent {
    font-size: 11px;
    line-height: 15px;
}

.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
    padding-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {

}


.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #000000;
}



#content_area #content_searchresults {
	position: relative;
}



/* ----------------------------------------------------------------------------------------------------------------- */
/*                                      Rechte Content-Box : Referenzen                                              */
/* ----------------------------------------------------------------------------------------------------------------- */
#rightContentBoxes a {
    color: #0067a1;
}

#rightContentBoxes a:hover {
    color: #73736e;
}

#rightContentBoxes #box2 {
}

#rightContentBoxes #box2 p.bodytext {
    text-align:  center;
}

#rightContentBoxes #box2 .content_fragment {
    position:relative;
    /*width: 100%;*/
    width: 170px;
    margin-top: 25px;
}



#leftNavigation {
	position: relative;
	z-index: 90;
}

#content_area {
	position: relative;
	z-index: 100;
}

#rightContentBoxes  {
	position: relative;
	z-index: 90;
}




/* ----------------------------------------------------------------------------------------------------------------- */
/*                                      Content-Module                                                               */
/* ----------------------------------------------------------------------------------------------------------------- */
.contentModuleContainer {
    position: relative;
    width: 100%;
    /*height: 171px;*/
    float: none;
    clear: both;
    background: url(../images/content/module/bg_module.gif) left top no-repeat;
    margin-bottom: 20px;
}

#content #content_area .contentModuleContainer .csc-header h1,
#content #content_area .contentModuleContainer .csc-header h1.csc-firstHeader {
    margin: 0;
    margin-left: 12px;
    height: 24px;
    padding:0;
    margin:0;
    padding-left: 12px;

    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;

    vertical-align: middle;
}

.contentModuleContainer .csc-textpic {
    margin-left: 12px;
    margin-right: 18px;
    margin-top: 10px;
    
}

.contentModuleContainer h2,
.contentModuleContainer h3,
.contentModuleContainer h4,
.contentModuleContainer h5,
.contentModuleContainer p.bodytext {
    margin-left: 12px;
    margin-right: 18px;
    margin-top: 10px;
    
}

/* ie fix */
* html .contentModuleContainer .csc-textpic {

}



.contentModuleContainer .csc-textpic .csc-textpic-text p {
    margin-top: 0;
}

.contentModuleContainer #contentButtonContainer {
    position: relative;
    right:0;
    margin-bottom: 0;
    margin-right: 12px;
    
}





/* ----------------------------------------------------------------------------------------------------------------- */
/*                                      MooSlide                                                                     */
/* ----------------------------------------------------------------------------------------------------------------- */
.mooslidepositioncenter {
    position: relative;
    padding: 0;
    margin: 0;
}

.mooslidepositioncenter #mooslidecontainer96 {

}

#rightContentBoxes #box1 .mooslidecontainer .tx_mooslide_pi1 p.bodytext {
	margin-top: 0;
	margin-bottom: 10px;
}

.mooslidepositioncenter #mooslidecontainer96 #mooslidebkgd96 {
}

.mooslidepositioncenter #mooslidecontainer96 #mooslidemask96 {
    background-color: transparent;
}


/* ------------ */
.tx_spbettercontact_ecom_title,
.tx_spbettercontact_webcast_title {
	position: relative;
	font-weight: bold;
	margin-bottom: 10px;
}


#content #contentBottom #content3ColsPartnerRefs {
  position:relative;
  float:left;
  clear:both;
  width:630px;
  height:74px;
}

#content #contentBottom #content3ColsPartnerRefs .partnersHeadline {
  color: #73736E;
  font-family: Arial Narrow,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  letter-spacing: 0.05em;
  line-height: 20px;
  margin: 0;
  padding: 0 0 0 12px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle
}

#content #contentBottom #content3ColsPartnerRefs .ref {
  width: 188px;
  height:72px;
  float:left;
  overflow:hidden;
  margin:0 8px 0 2px;
  padding:0 0 0 12px;
}

#content #contentBottom #content3ColsPartnerRefs .ref .csc-textpic-center {
  width:200px;
  text-align:center;	
}

#content #contentBottom #content3ColsPartnerRefs .ref * {   
  /*float:left;
  clear:both;*/	
}


/*
 *
 * 		Felogin
 *
 */
div.tx-felogin-pi1 {
   margin-top:20px;
}

div.tx-felogin-pi1 div.row {
	clear:both;
	margin-bottom:7px;
}
 
div.tx-felogin-pi1 label {
   float:left;
   width:120px;
   
}
 
div.tx-felogin-pi1 input {
   float:left;
   width:250px;  
}

div.tx-felogin-pi1 div.submitBtn {
   width:120px; 
   height:30px;
   background:url(../images/common/btnSubmitNeutral.gif) left top no-repeat;
   border:none;
}

div.tx-felogin-pi1 div.submitBtn input.loginSubmit {
	float:none;
	background:none;
	border:none;
	width:120px;
	text-transform:uppercase;
	padding:5px 0 0 12px;
}



/* ******************************************************************************* */
/*                                                                                 */
/*                                SocialMedia-Icons                                */
/*                                                                                 */
/* ******************************************************************************* */
#content .contentSocialMediaBoxWrapper {
    position: relative;
    width: 174px;
    height: 65px;
    overflow: hidden;
    background: url(../images/common/bg_right_contentbox_3_socialmedia.gif) left top no-repeat;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom:12px;
    /*padding-bottom: 18px;*/

    letter-spacing: 0.01em;
    font-size: 10px;
    line-height: 14px;

}

* html #content .contentSocialMediaBoxWrapper {
    \width: 198px; /* for IE5 and IE6 in quirks mode */
    w\idth: 198px; /* for IE6 in standards mode */
}

#content #content_area .contentLp .contentSocialMediaBoxWrapper {
    margin-top: 12px;
}

#content #content_area .contentLp .contentSocialMediaBoxWrapper .csc-header h1.csc-firstHeader,
#content .contentSocialMediaBoxWrapper .csc-header h1.csc-firstHeader {
    height: 24px;
    padding:0;
    margin:0;

    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;

    vertical-align: middle;
}

#content .contentSocialMediaBoxWrapper p.bodytext {
    margin-top:12px;
}


#content .contentSocialMediaBox .contentSocialMediaItemsWrapper {
 	margin-top:12px;
}
 
#content .contentSocialMediaBox .contentSocialMediaItemsWrapper .socialMediaItem {
 	float:left;
 	width:18px;
 	margin-right:10px;
}
 





 
/* ******************************************************************************* */
/*                                                                                 */   
/*                            P O W E R M A I L                                    */
/*                                                                                 */
/* ******************************************************************************* */
#content_area h3.powermail_form_header {
    color:#ffffff;
    padding: 2px 0 3px 5px;
    background: #aeaeae;
}

div.tx-powermail-pi1 {
	/*border-top: 1px solid #cdcdcd;*/
    padding-top: 0px;
    margin-top: 10px;
}

div.tx-powermail-pi1_mandatory {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 5px;
}

div.tx-powermail-pi1_mandatory strong {
    font-weight: normal;
    color:#ff8f33;
}

div.tx-powermail-pi1_mandatory ul.powermail_mandatory_list {
    padding: 0;
}

div.tx-powermail-pi1_mandatory ul.powermail_mandatory_list li {
    list-style: none;
}

/* Border der Fieldsets entfernen */
div.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset {
	border:none;
    border-bottom: 1px solid #cdcdcd;
	padding:0;
	margin:0 0 10px 0;
}

div.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

div.tx-powermail-pi1 fieldset legend {
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
    clear: both;
    color:#73736E;
}

/* Fieldset Titel ausblenden */
div.tx-powermail-pi1 fieldset.tx_powermail_pi1_fieldset_noheader legend {
    display: none;
}


div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
	position:relative;
	float:none;
	clear:both;
    margin-bottom:10px;
}

/* Labels */
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html label,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check legend,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio legend
{
	position:relative;
	float:left;
	width:150px;
}

/* Legend wieder einblenden, da hier als label verwendet */
div.tx-powermail-pi1 fieldset.tx_powermail_pi1_fieldset_noheader .tx_powermail_pi1_fieldwrap_html_check fieldset legend,
div.tx-powermail-pi1 fieldset.tx_powermail_pi1_fieldset_noheader .tx_powermail_pi1_fieldwrap_html_radio fieldset legend {
    display: block;
    text-transform: none;
    margin: 0;
    width: 150px;
    float: left;
    clear: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* Floating fuer Checkboxen/Radiobuttons zuruecksetzen */
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check input,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check label,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio input,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio label
{
    float: none;
}

/* Eingabe-Felder (normal), Textareas, Checkboxen */
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html input,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html textarea,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html .powermail_check_outer,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html .powermail_radio_outer
{
	position:relative;
	float:left;
}

/* Eingabe-Felder und Textareas */
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html input,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html textarea,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html select
{
    width: 200px;
}

div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner input,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner input {
	width: auto;
    margin: 0 5px 5px 0;
    line-height: 20px;
}


/* Checkboxen */
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner,
div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_radio .powermail_radio_inner {
	float:none;
	clear:both;
}

div.tx-powermail-pi1 input.powermail_submit {
    position: relative;
    border: none;
    width: 128px;
    height: 30px;
    overflow: hidden;
    color: #ffffff;
    font-size:11px;
    text-transform: uppercase;
    line-height: 25px;
    vertical-align: middle;
    background: transparent url(../images/content/button/default/bg_submit.gif) left top no-repeat;
    /*background: transparent url(../images/common/btnSubmitNeutral.gif) left top no-repeat;*/
    margin-left: 80px;
}

div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_captcha img.powermail_captcha {
    margin-top:10px;
    margin-left: 150px;
}

div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html a dfn {
    position:absolute;
    display:none;	
    
    color: #73736E;
    background-color: #FFFFFF;
    border: 1px solid #CDCDCD;
    bottom: 12px;
    box-shadow: 1px 1px 6px #333333;
    display: none;
    font-size: 10px;
    font-style:normal;
    height: 100px;
    overflow: hidden;
    padding: 5px;
    width: auto;
    height:auto;
    z-index: 10000;
}

div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html a:hover dfn {
    display:block;
}

div.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html img.icon_info {
    margin-left:3px;
}


/* FootNotes */
div.contentFootnotesContainer {
    position: relative;
    width: 100%;
}

div.contentFootnotesContainer .footnote {

}

div.contentFootnotesContainer .footnote .footnoteKey {
    width: 20px;
    font-size: 8px;
    vertical-align: super;
}

div.contentFootnotesContainer .footnote .footnoteValue {
    /*width: 300px;*/
    font-size: 9px;
    font-style: italic;
}

div.contentFootnotesContainer .footnote .footnoteValue p.bodytext {
    margin-top: 0;
}



