/**
 * Common Styles
 */
body {
    font-family: AkkuratStd, Arial, sans-serif;
    background-color: #ebebeb;
    font-size: 12px;
    color: #262626;
    line-height: 1.4;
}

a {
    color: #595959;
}

figcaption {
    display: block !important;
}

a:hover {
    color: #436989;
}

.contents a.arrowsLeft {
    padding-left: 16px;
    background: url('../Icons/morelink.png') left 3px no-repeat;
    text-decoration: none;
}

.contents a.arrowsLeft:hover {
    color: #436989;
}

.contents a.arrowsRight {
    padding-right: 16px;
    background: url('../Icons/morelink.png') right 3px no-repeat;
    text-decoration: none;
}

textarea,
select,
input[type="submit"],
input[type="text"] {
    font-family: AkkuratStd, Arial, sans-serif;
    font-size: 12px;
}

.contents a.arrowsRight:hover {
    color: #436989;
}

h1 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
}

h2 {
    font-weight: normal;
    font-size: 16px;
    color: #436989;
    margin-bottom: 5px;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 5px;
}

h4 {
    font-weight: normal;
}

.teaserbox h1,
.teaserbox h2,
.teaserbox h3,
.teaserbox h4 {
    font-size: 12px;
    font-weight: bold;
}

hgroup h1,
hgroup h2,
hgroup h3 {
    margin-bottom: 0;
}

hgroup {
    margin-bottom: 5px;
}

.teaserbox hgroup h1 + h2 {
    font-weight: normal;
}

.teaserbox hgroup h2 + h3 {
    font-weight: normal;
}

.teaserbox hgroup h3 + h4 {
    font-weight: normal;
}

p {
    margin-bottom: 12px;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* listing style */
.textwrap ul li {
    padding-left: 10px;
    list-style-type: none;
    background: transparent url('../Icons/rootline-bullet.png') 0 4px no-repeat;
}

.textwrap ol {
    padding-left: 19px;
}

.textwrap ol li {
    padding-left: 1px;
    list-style-type: decimal;
}

/**
 * Grid Layout
 */
.centered {
    text-align: left;
    margin: 0 auto;
    width: 948px;
}

.gridcontainer {
    overflow: auto;
    display: table;
    border-collapse: collapse;
}

.col {
    display: table-cell;
    float: none;
    min-height: 1px;
    border-right: 12px solid #ebebeb;
    vertical-align: top;
}

.col:last-child {
    border-right: 0;
}

.col-1-5 {
    width: 180px;
    max-width: 180px;
    overflow:hidden;
}
.col-2-5 {
    width: 372px;
    max-width: 372px;
}
.col-3-5 {
    width: 564px;
    max-width: 564px;
}
.col-4-5 {
    width: 756px;
    max-width: 756px;
}
.col-rightspacer-1-5 {
    border-right-width: 204px;
}

/* TODO: check if the following 3 classes are still needed (IE9?) */
.col-fix {
    border-right: none;
}
.col-space {
    display: table-cell;
    float: none;
    width: 12px;
    min-height: 1px;
}
.col-rightspacer-1-5 + .col-space {
    width: 204px;
}

/**
 * Main Container
 */
div.main {
    padding-top: 48px;
}

div.main .mainheader {
    position: relative;
    background: #fff;
    padding-top: 72px;
    border-bottom: 1px solid #b1b1b1;
}
div.main .mainheader .col {
    border-right-color: #fff;
}
div.main .mainheader .logowrap {
    padding: 16px 19px 17px 12px;
    position: absolute;
    margin-top: -97px;
}
.logowrap img {
    width: auto;
    height: 35px;
}

/**
 * NAVIGATION :begin
 */
nav {
    font-size: 11px;
    display: block;
}

nav li {
    list-style-type: none;
}

nav a {
    text-decoration: none;
    color: #262626;
}

nav a:hover, nav .act > a {
    color: #436989;
}

/**
 * Main Navigation
 */
nav.main {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 0 0 192px;
    height: 20px;
}

nav.main header {
    display: none;
}

nav.main > ul {
    position: relative;
    display: block;
    z-index: 500;
}

nav.main > ul > li {
    position: relative;
    display: block;
    height: 20px;
    float: left;
    z-index: 500;
}

nav.main ul li.exposed {
    position: absolute;
    left: 384px;
    clear: both;
}

nav.main li a {
    display: block;
    padding: 0 5px 0 12px;
    white-space: nowrap;
}

nav.main li > ul {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #C4CED7;
    background-color: rgba(197, 206, 215, 0.9);
    display: none;
    padding: 5px 0 9px;
    z-index: 8600;
}

nav.main li:hover > ul {
    display: block;
}

nav.main li ul li {
    padding-bottom: 0;
}

nav.main li ul li a {
    padding: 0 12px;
}

/**
 * Tools Navigation
 */
nav.tools {
    position: absolute;
    top: 72px;
    right: 0;
}

nav.tools li {
    display: block;
    float: left;
    padding-left: 5px;
}

nav.tools a {
    display: block;
    text-indent: -9999px;
    width: 24px;
    height: 24px
}

nav.tools .print a {
    background-image: url('../Icons/toolsnav-print.png');
}

nav.tools .pdf a {
    background-image: none;
}

/**
 * Meta Navigation
 */
nav.meta {
    position: absolute;
    top: 0;
	width: 100%;
	min-width:948px;
    height: 22px;
    background-color: #fff;
    line-height: 24px;
}

nav.meta ul {
    text-align: right;
}

nav.meta li {
    display: inline-block;
    padding: 0 11px;
}

nav.meta li:last-child {
    padding-right: 5px;
}

/**
 * Rootline Navigation
 */
nav.rootline {
    height: 12px;
    text-align: left;
    padding: 7px 0 5px 12px;
    letter-spacing: 0.05em;
    line-height: 1;
}

nav.rootline li {
    display: block;
    float: left;
    padding-left: 16px;
    text-transform: uppercase;
    background: transparent url('../Icons/rootline-bullet.png') 6px 2px no-repeat;
}

nav.rootline li:first-child,
nav.rootline li.first-child {
    padding-left: 0;
    background: none;
}

/**
 * Subnavigation
 */
nav.sub {
    padding: 12px 12px 16px;
    text-transform: uppercase;
}

nav.sub li li {
    padding-left: 10px;
    background-image: url('../Icons/rootline-bullet.png');
    background-repeat: no-repeat;
    background-position: left 4px;
}

/**
 * NAVIGATION :end
 */

/**
 * Ticker
 */
div.tickerwrap {
    position: absolute;
    top: 22px;
    height: 24px;
	width: 100%;
	min-width:948px;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    background-color: #dedede;
    overflow: hidden;
}

div.tickerwrap .col {
    border: none;
}

/**
 * Left aligned headlines
 */
div.header-left {
    overflow: auto !important;
    /*overflow: visible;*/
}

div.header-left .csc-header {
    float: left;
    width: 168px;
    margin-right: 24px;
}
div.header-left .textwrap {
    float: right;
}
.col-2-5 div.header-left .textwrap {
    width: 168px;
}
.col-3-5 div.header-left .textwrap {
    width: 348px;
}

/**
 * Moodimage
 */
div.moodimage {
    border-top: 1px solid #b1b1b1;
}
div.moodimage img {
    display: block;
}

/**
 * Search Input
 */
div.searchinput {
    height: 24px;
    background-color: #527798;
    overflow: hidden;
}

div.searchinput form {
    position: relative;
    height: 20px;
    width: 180px;
    overflow: hidden;
}

div.searchinput input {
    position: absolute;
    top: 0;
    left: 10px;
    background-color: transparent;
    padding: 0;
    border: 0;
    height: 24px;
    width: 140px;
    display: block;
    color: #fff;
}

div.searchinput button {
    position: absolute;
    top: 0;
    right: 2px;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

div.searchinput button img {
    border: 0;
    height: 18px;
    left: 2px;
    position: absolute;
    top: 3px;
    width: 18px;
}

/**
 * Content Columns
 */
.contents .col {
    background-color: #fff;
    border-right-color: #ebebeb;
    border-top: 1px solid #b1b1b1;
}

.contents > .col {
    padding-bottom: 48px;
}

/**
 * Content Elements
 */
.csc-default {
    padding: 12px;
    border-top: 1px dashed #EBEBEB;
}

.csc-default:first-child,
.csc-default.first-child {
    border-top: none;
}

/**
 * Footer
 */
footer {
    padding-top: 3px;
    border-top: 1px solid #b1b1b1;
    padding-bottom: 20px;
}

footer p.footertext {
    padding: 0 12px 4px;
    border-bottom: 1px solid #b1b1b1;
    color: #595959;
}

footer p.footertext a {
    text-decoration: none;
    color: #595959;
}

footer p.footertext a:hover {
    color: #436989;
}

footer .footerlogos img {
}

footer .col {
    padding: 0 12px;
    border-right-color: #ebebeb;
}

footer .col-2-5 {
    width: 360px;
    max-width: 372px;
}

footer .col-3-5 {
    width: 552px;
}

/**
 * Sitemap
 */
nav.sitemap {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    overflow: auto;
}

nav.sitemap li.level01 {
    float: left;
    width: 168px;
    padding-left: 24px;
}

nav.sitemap li.level01:first-child {
    padding-left: 12px;
}

nav.sitemap a {
}

nav.sitemap li li a {
    color: #595959;
}

/**
 * Subscription link
 */
.subscriptionlink a {
    display: block;
    background: none;
}

/**
 * Teaserbox
 */
.teaserbox.csc-default {
    border-top: none;
    border-top: 1px dashed #ebebeb;
    padding: 12px;
}

.teaserbox.splitter + .csc-default {
    border-top: none;
}

.teaserbox.splitter {
    padding: 0;
    background: none;
}

.teaserbox.splitter h2 {
    background-color: #ebebeb;
    text-transform: uppercase;
    color: #000;
    padding: 5px 12px 2px;
    font-size: 11px;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    font-weight: normal;
}

.teaserbox.splitter:first-child h2,
.teaserbox.splitter.first-child h2 {
    border-top: 0;
    background-color: #C4CED7;
}

.teaserbox.splitter .textwrap {
    padding: 12px;
}

.teaserbox:first-child,
.teaserbox.first-child {
    border-top: none;
}

.teaserbox .csc-textpic .csc-textpic-caption {
    font-size: 10px;
    text-align: left;
}

/**
 * Teammember
 */
.teammember {
    padding: 12px;
    overflow: auto;
    border-top: 1px dashed #ebebeb;
}

.teammember:first-child,
.teammember.first-child {
    border-top: none;
}

.teammember h3 {
    width: 168px;
}

.teammember .infowrap {
    padding-top: 11px;
}

.teammember .name-image-wrap {
    padding-top: 4px;
    float: left;
    width: 168px;
}

.teammember .contact-description-wrap {
    float: right;
    width: 348px;
}

/**
 * Legal Popup
 */
#legalpopupcontent {
    display: none;
}

.legaloverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #999;
    opacity: 0.9;
    z-index: 9999;
}

.legalcontentcontainer {
    position: absolute;
    top: 100px;
	left:50%;
    margin:0 0 0 -44%;
    width: 80%;
    padding: 3% 4%;
    font-size: 11px;
    text-align: left;
    background-color: #fff;
    z-index: 9999;
}

.legalcontentcontainer label {
    text-transform: uppercase;
}

.legalcontentcontainer .csc-default {
    padding: 0;
}

.legalcontentcontainer .textwrap {
    padding: 12px 0;
}

.legalcontentcontainer form {
    padding: 26px 45px 0 67px;
}

.legalcontentcontainer .selectboxes {
    overflow: auto;
    margin-bottom: 12px;
}

.legalcontentcontainer .selectboxwrap {
    float: left;
    width: 230px;
    margin-right: 8px;
}

.legalcontentcontainer .selectboxwrap:last-child {
    margin-right: 0;
}

.legalcontentcontainer .selectboxwrap label {
    display: block;
    padding-bottom: 7px;
}

.legalcontentcontainer .selectboxwrap select {
    display: block;
    border: 0;
    background-color: #ebebeb;
    width: 230px;
    height: 20px;
    text-transform: uppercase;
}

.legalcontentcontainer .selectboxwrap select option {
    display: block;
    padding: 4px 2px;
}

.legalcontentcontainer .checkboxwrap {
    overflow: auto;
    margin-bottom: 20px;
}

.legalcontentcontainer .checkboxwrap input {
    display: block;
    float: left;
    border: 0;
    background-color: #ebebeb;
    width: 17px;
    height: 17px;
    margin-right: 12px;
}

.legalcontentcontainer .submitwrap {
    text-align: right;
}

.legalcontentcontainer .submitwrap input {
    border: 0;
    background-color: #ebebeb;
    text-transform: uppercase;
    padding: 7px 12px;
    width: 200px;
    text-align: left;
    cursor: pointer;
}

.legalcontentcontainer .legalcontent {
    margin-bottom: 15px;
}

.legalcontentcontainer .mandatorynotice {
    color: #C30;
    padding-left: 12px;
    margin-bottom: 5px;
}

.legalcontentcontainer .mandatorynotice p {
    display: none;
    margin-bottom: 0;
}

/**
 * Article
 */
.contents-article h2.articletopic {
    padding: 16px 12px 9px;
    color: #262626;
    font-size: 12px;
    font-weight: bold;
}

.contents-article h1 {
    padding: 12px;
}

.contents-article .textwrap h2 {
    font-size: 12px;
    color: #262626;
    font-weight: bold;
}

/**
 * Article List
 */
.articlelist .authorinfowrap {
    position: absolute;
    width: 180px;
    margin-left: 365px;
    background-image: url('../Icons/authorprofile.png');
    background-repeat: no-repeat;
    padding-left: 19px;
}

.articlelist .authorinfo {
    background-color: #d1d1d1;
    padding: 12px;
    border-top: 1px dashed #EBEBEB;
}

.articlelist .authorinfo:first-child,
.articlelist .authorinfo.first-child {
    border-top: 0;
}

.articlelist .authorinfo .authorname {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.articlelist .authorinfo .authorcontactinfo {
    font-size: 11px;
}

.articlelist .authorinfo .authorphone,
.articlelist .authorinfo .authormail {
    display: block;
}

.articlelist .authorinfo .authormail a {
    text-decoration: none;
}

.articlelist li {
    list-style-type: none;
    overflow: auto;
    border-top: 1px dashed #ebebeb;
    padding-bottom: 12px;
}

.articlelist li:first-child,
.articlelist li.first-child {
    border-top: 0;
}

.articlelist li h3.topic {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 12px 14px;
}

.articlelist li h3.articledate {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    margin-left: 12px;
    margin-top: -12px;
}

.articlelist li h2.articletitle {
    padding: 12px;
    font-size: 16px;
    margin-bottom: 0;
}

.articlelist li h3.topic a,
.articlelist li h2.articletitle a {
    text-decoration: none;
    color: #262626;
}

.articlelist li h2.articletitle a:hover {
    color: #436989;
}

.articlelist li a.morelink {
    padding-right: 16px;
    float: right;
    text-decoration: none;
    display: inline-block;
    background-image: url('../Icons/morelink.png');
    background-repeat: no-repeat;
    background-position: right 4px;
    margin-right: 12px;
}

/**
 * Pagebrowser
 */
.pagebrowser {
    overflow: auto;
    background-color: #EBEBEB;
    margin-bottom: 16px;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    padding: 4px 12px;
    text-transform: uppercase;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAJCAIAAAB8JNGzAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH3AsUAgc1G/UBpwAAABFJREFUCNdjUFNTY2JgYMCHARBoAIN1HPNBAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center center;
}

.pagebrowser span.inactive.next,
.pagebrowser a.next {
    float: left;
}

.pagebrowser span.inactive.prev,
.pagebrowser a.prev {
    float: right;
}

.pagebrowser span.inactive {
    color: #bdbdbd;
}

/**
 * Tags
 */
nav.tags {
    padding: 12px;
}

nav.tags a.act {
    font-weight: bold;
}

nav.tags ul ul {
    padding-left: 12px;
}

/**
 * Menu CE
 */
nav.csc-menu {
    font-size: 12px;
}

.csc-menu li {
    overflow: auto;
    padding: 10px 10px 20px;
    border-top: 1px dashed #EBEBEB;
}

.csc-menu li:first-child,
.csc-menu li.first-child {
    border-top: 0;
}

.csc-menu a.title {
    float: left;
    width: 180px;
    font-size: 16px;
}

.csc-menu p.abstract {
    float: right;
    width: 350px;
}

/**
 * Bullets
 */
.teammember,
.csc-menu li,
.col-1-5 .csc-default,
.col-2-5 .csc-default,
.col-3-5 .csc-default,
.contents-article h2.articletopic,
.articleteaser .textwrap,
.contents-topic h3.topic,
.topicteaser .singleitem {
    background: url('../Icons/contentsection_bullet.png') left 17px no-repeat;
}

.csc-menu li,
.col-1-5 .csc-default,
.contents-topic h3.topic,
.articleteaser .textwrap,
.topicteaser .singleitem {
    background-position: left 15px;
}

.splitter.csc-default {
    background-image: none;
}

.articlelist .csc-default {
    border-top: none;
    background-image: none;
}

.contents-article .csc-default, /* no bullet for CEs in articles */
.col-2-5 .csc-default.header-hidden, /* no bullets for CEs with hidden header */
.col-3-5 .csc-default.header-hidden {
    border-top: none;
    background-image: none;
}

.teammember:first-child,
.teammember.first-child,
.csc-menu li:first-child,
.csc-menu li.first-child,
.col-2-5 .csc-default:first-child,
.col-2-5 .csc-default.first-child,
.col-3-5 .csc-default:first-child,
.col-3-5 .csc-default.first-child,
.contents-article h2.articletopic,
.contents-topic h3.topic:first-child
.contents-topic h3.topic.first-child {
    border-top: 0;
}

.csc-default + .csc-menu li.first-child,
.csc-default + .csc-menu li:first-child {
    border-top: 1px dashed #ebebeb;
}

/**
 * Blockquote
 */
blockquote {
    margin-bottom: 16px;
    text-align: right;
}

blockquote p {
    text-align: left;
    font-style: italic;
    margin-bottom: 0;
}

/**
 * CSC
 */
.col div.csc-textpic,
.col div.csc-textpic div.csc-textpic-imagerow {
    overflow: visible;
}

/**
 * Article Teaser & Topic Teaser
 */
.articleteaser p,
.topicteaser p {
    overflow: auto;
    margin-bottom: 0;
}

.articleteaser span.date,
.topicteaser span.date {
    font-weight: bold;
}

.articleteaser a,
.topicteaser a {
    float: right;
    text-decoration: none;
    display: inline-block;
    background-image: url('../Icons/morelink.png');
    background-repeat: no-repeat;
    background-position: right 4px;
    padding-right: 16px;
}

.topicteaser .singleitem {
    border-top: 1px dashed #EBEBEB;
}

/**
 * Forms
 */

.Tx-Formhandler label {
    clear: left;
    float: left;
    width: 168px;
    text-align: right;
    padding-right: 24px;
    padding-top: 9px;
    padding-bottom: 5px;
}

.Tx-Formhandler .fieldwrap {
    float: right;
    width: 348px;
    margin-bottom: 3px;
    overflow: hidden;
}

.Tx-Formhandler .fieldwrap select,
.Tx-Formhandler .fieldwrap input,
.Tx-Formhandler .fieldwrap textarea {
    margin: 0;
    background-color: #ebebeb;
    padding: 5px;
    border: 2px solid #527798;
    width: 96%
}
.Tx-Formhandler #newsletter_unsubscription_mail {
    font-size: 14px;
    padding: 5px;
    border: 2px solid #527798;
    width: 96%
}


.Tx-Formhandler .fieldwrap textarea {
    height: 100px;
}

.Tx-Formhandler .checkboxwrap {

    margin-left: 192px;
    width: 348px;
    margin-bottom: 10px;
}

.Tx-Formhandler .checkboxwrap label {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1px 0 1px 20px;
    float: none;
    width: auto;
    text-align: left;
}

.Tx-Formhandler .checkboxwrap input {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
    padding: 0;
}

.Tx-Formhandler .submitwrap {
    clear: both;
    position: relative;
    left: 192px;
    width: 348px;
    margin-bottom: 5px;
    text-align: right;
}

.Tx-Formhandler .submitwrap input {
    border: 0;
    background-color: #ebebeb;
    margin: 0;
    font-size: 14px;
    padding: 5px 15px;
    cursor: pointer;
}

.Tx-Formhandler .mustfill {
    clear: both;
    position: relative;
    left: 192px;
    width: 348px;
    margin-bottom: 5px;

}

.Tx-Formhandler .errorField {
    background-color: #ff7777 !important;
}

/**
 * overwrite csc-content default styles
 */
.csc-textpic .csc-textpic-caption {
    padding: 5px 0;
    font-size: 11px;
    color: #595959;
    text-align: right;
}

/**
 * Indexed Search
 */
.tx-indexedsearch-redMarkup {
    font-weight: bold;
}

.articletags {
    display: none;
}

.articlearchive {
    display: none;
}

/**
 * Fonds Layout
 * Tables
 */

.xaiaDataTable TABLE {
    width: 100%;
    overflow: visible;
    border: 1px #EBEBEB solid;
    border-collapse: collapse;
    font-size: 11px;
}

.xaiaDataTable th.column {
    background: #EBEBEB;
    border: 1px #EBEBEB solid;
    border-right: 1px #FFFFFF solid;
    font-weight: bold;
}

.xaiaDataTable th.column:last-child {
    border-right: 1px #EBEBEB solid;
}

.xaiaDataTable th .small {
    font-size: 10px;
    color: #666;
    font-weight: normal;
}

.xaiaDataTable .column {
    padding: 2px 5px;
    border: 1px #EBEBEB solid;
}

.xaiaDataTable A {
    font-weight: bold;
    text-decoration: none;
    color: #262626;
}

.xaiaDataTable A:hover {
    text-decoration: underline;
}

.xaiaDataTable .fondsOverview TABLE {
    margin-bottom: 26px;
}

.xaiaDataTable .fondsOverview .column1 {
    width: auto;
}

.xaiaDataTable .fondsOverview .column2 {
    width: 50px;
}

.xaiaDataTable .fondsOverview .column3 {
    width: 55px;
}

.xaiaDataTable .fondsOverview .column4 {
    width: 50px;
    text-align: right;
}

.xaiaDataTable .fondsOverview .column5 {
    width: 50px;
    text-align: right;
}

.xaiaDataTable .fondsOverview .column6 {
    width: 50px;
    text-align: right;
}

.xaiaDataTable .fondsOverview .column7 {
    width: 60px;
    text-align: right;
}

.xaiaDataTable .masterData .column1 {
    width: 50%;
}

.xaiaDataTable .masterData .column2 {
    width: 50%;
}

.xaiaDataTable .dataTable .column1 {
/*    width: 65%;*/
    width: 50%;
}

.xaiaDataTable .dataTable .column2 {
/*    width: 35%;*/
    width: 50%;
/*    text-align: right;*/
    text-align: left;
}

.xaiaDataTableCombined .masterData .column1 {
    width: 40%;
}

.xaiaDataTableCombined .masterData .column2 {
    width: 30%;
	text-align: left;
}

.xaiaDataTableCombined .dataTable .column1 {
    width: 40%;
}

.xaiaDataTableCombined .dataTable .column2 {
    width: 30%;
	text-align: left;
}

.xaiaDataTable .masterData .columnCenter,
.xaiaDataTable .dataTable .columnCenter {
	text-align: left;
}

.xaiaDataTable .risk {
    color: #BFBDBD;
}

.xaiaDataTable .riskCurr {
    color: #262626;
}

/**
 * Fonds Layout
 * Ticker
 */

.xaiaTicker {
    position: relative;
    width: 756px;
}

.xaiaTicker	.tickerData {
    position: absolute;
    top: 5px;
    left: 100px;
}

.xaiaTicker .tickerData	.fundItem {
    float: left;
    width: 150px;
    padding-left: 12px;
}

.xaiaTicker .tickerData .fundItem A {
    color: #262626;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.xaiaTicker .tickerData .fundItem SPAN {
    color: #262626;
    display: block;
    float: left;
}

.xaiaTicker .tickerData .pos IMG {
    background: url(../Icons/funds-sprite.png) 50% 3px no-repeat;
}

.xaiaTicker .tickerData .pos .value {
    color: #7CB74A;
}

.xaiaTicker .tickerData .neg IMG {
    background: url(../Icons/funds-sprite.png) 50% -27px no-repeat;
}

.xaiaTicker .tickerData .neg .value {
    color: #FF2626;
}

/**
 * Fonds Layout
 * Charts
 */
.xaiaChart .loader {
    background: url(../Images/ajax_loader.gif) 50% 50% no-repeat;
}

.xaiaChart .risk {
    color: #BFBDBD;
}

.xaiaChart .riskCurr {
    color: #262626;
}

.xaiaChart .timeSeries {
    padding-bottom: 6px;
}

.xaiaChart .timeSeries .chartHeader {
    height: 100px;
}

.xaiaChart .timeSeries .chartTitle {
    height: 26px;
}

.xaiaChart .timeSeries .chartDate {
    height: 26px;
}

.xaiaChart .timeSeries .lastValue {
    color: #FDBF00;
}

.xaiaChart .timeSeries .selectRange {
    padding-top: 10px;
    height: 26px;
}

.xaiaChart .timeSeries .selectAction A {
    text-decoration: none;
    color: #262626;
}

.xaiaChart .timeSeries .timeSeriesChart {
    height: 260px;
}

.xaiaChart .timeSeries .timeSeriesSmall {
    height: 180px;
}

.xaiaChart .timeSeries .timeSeriesInfo {
    text-align: right;
    font-size: 11px;
    padding-top: 5px;
}

.xaiaChart .timeSeries .timeSeriesSmall .timeSeriesInfo {
    text-align: left;
    font-size: 10px;
}

.xaiaChart .timeSeries TABLE {
    border: 1px #EBEBEB solid;
    border-collapse: collapse;
    font-family: AkkuratStd, Arial, sans-serif;
    font-size: 12px;
    color: #262626;
}

.xaiaChart .timeSeries .thCell {
    background: #EBEBEB;
    border: 1px #EBEBEB solid;
    border-right: 1px #FFFFFF solid;
    width: 50%;
    text-align: right;
    padding: 5px 20px;
}

.xaiaChart .timeSeries .thCell:last-child {
    border-right: 1px #EBEBEB solid;
}

.xaiaChart .timeSeries .tbCell {
    background: #FFFFFF;
    border: 1px #EBEBEB solid;
    width: 50%;
    text-align: right;
    padding: 2px 20px;
}

.xaiaChart .timeSeries .odd	.tbCell {
    background: #F3F3F3;
}

.xaiaChart .timeSeries TR:hover .tbCell {
    background: #FDBF00;
    border: 1px #FFFFFF solid;
}

.xaiaChart .allocationChart .charts {
    float: left;
    width: 168px;
    padding-top: 30px;
}

.xaiaChart .allocationChart .chartApi {
    width: 168px;
    height: 140px;
}

.xaiaChart .allocationChart .chartTitle {
    height: 48px;
}

.xaiaChart .dailyQuote {
    position: relative;
    padding-top: 30px;
}

.xaiaChart .dailyQuote .highLow {
    float: left;
    width: 90px;
}

.xaiaChart .dailyQuote .high {
    padding-bottom: 16px;
}

.xaiaChart .dailyQuote .high .value {
    color: #7CB74A;
    font-size: 18px;
    line-height: 1;
}

.xaiaChart .dailyQuote .low {
    padding-bottom: 16px;
}

.xaiaChart .dailyQuote .low .value {
    color: #FF2626;
    font-size: 18px;
    line-height: 1;
}

.xaiaChart .dailyQuote .current {
    position: relative;
    float: right;
    width: 250px;
    line-height: 1;
}

.xaiaChart .dailyQuote .current  .fund {
    float: right;
    padding-right: 12px;
    font-size: 20px;
}

.xaiaChart .dailyQuote .current  .value {
    float: right;
    font-size: 40px;
    line-height: 0.85;
    padding-bottom: 5px;
}

.xaiaChart .dailyQuote .current  .name {
    clear: both;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

.xaiaChart .dailyQuote .fundinfowrap {
    position: absolute;
    top: 30px;
    left: 353px;
    padding-left: 19px;
    width: 372px;
    background: url('../Icons/authorprofile.png') 0 0 no-repeat;
}

.xaiaChart .dailyQuote .fundinfo {
    padding: 12px;
    background: #d1d1d1;
    border-top: 1px dashed #EBEBEB;
}

.xaiaChart .dailyQuote TABLE {
    width: 100%;
}

.xaiaChart .dailyQuote TD.first {
    width: 180px;
}

.xaiaChart .dailyQuote .fundinfo:first-child, .xaiaChart .dailyQuote .fundinfo.first-child {
    border-top: 0;
}

.only-narrow {
    display: none!important;
}

footer nav.sub {
    display: none;
}

/* CLASS SWITCHER */

.classSwitcher {
	font-size: 11px;
}

.xaiaDataTable .classSwitcher {
	margin:0 0 15px 0;
}

.classSwitcher a {
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #262626;
	padding-left: 10px;
	background:url('../Icons/rootline-bullet.png') left 3px no-repeat;
}

.classSwitcher a:hover, .classSwitcher a .act {
	color: #436989;
	text-decoration:none;
}

