/* ------------------------------------------------------------------------------------------------------------ */
/*                                               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 */
img.clickEnlargeZoom {
    position: relative;
    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;
}

#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;
}

#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;
}

#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;
}
