.depot_title  { font-size: 14px; }
.depot_name   { font-weight: bold; }

/***  MUSTERDEPOT TABELLE  ***/
.musterdepot                      { width: 575px; background-color: #000000; }
.musterdepot *                    { font-size: 11px; }

.musterdepot td                   { text-align: right; white-space: nowrap; padding: 3px; }
.musterdepot td.name              { text-align: left;  white-space: normal; }

.musterdepot .head1               { background-color: #555555; }
.musterdepot .head1 td            { text-align: center; color: #ffffff; vertical-align: top; }
.musterdepot .head2               { background-color: #cccccc; }
.musterdepot .head2 td            { vertical-align: top; }
.musterdepot .head2 td.stoploss   { text-align: center }


.musterdepot .pos.bg1             { background-color: #ffffff; }
.musterdepot .pos.bg2             { background-color: #eeeeee; }

.musterdepot .pos .stueck,
.musterdepot .pos .name a.name,
.musterdepot .pos .akt_wert       { font-weight: bold; }

.musterdepot .pos .akt_diff_prc .plus          { color: green; }
.musterdepot .pos .akt_diff_prc .minus         { color: red; }

.musterdepot .pos .akt_diff_prc img                { width: 11px; height: 10px; margin: 0px 3px; vertical-align: middle; }
.musterdepot .pos .akt_diff_prc .null  img         { background-image: url(http://img.wallstreet-online.de/depots/pfeil_=.gif);    }
.musterdepot .pos .akt_diff_prc .plus  img         { background-image: url(http://img.wallstreet-online.de/depots/pfeil_+.gif);    }
.musterdepot .pos .akt_diff_prc .plus  img.ueber3  { background-image: url(http://img.wallstreet-online.de/depots/pfeil_++.gif);   }
.musterdepot .pos .akt_diff_prc .minus img         { background-image: url(http://img.wallstreet-online.de/depots/pfeil_-.gif);    }
.musterdepot .pos .akt_diff_prc .minus img.ueber3  { background-image: url(http://img.wallstreet-online.de/depots/pfeil_--.gif);   }

.musterdepot .aktienwert,
.musterdepot .gesamtwert        { background-color: #cccccc; }
.musterdepot .barbestand        { background-color: #eeeeee; }

.musterdepot .barbestand td,
.musterdepot .gesamtwert td,
.musterdepot .aktienwert td     { font-weight: bold; }

.musterdepot td.stoploss .null  { visibility: hidden; }

.riskcolor0 { background-color: #ffffff; }
.riskcolor1 { background-color: #ffffff; }
.riskcolor2 { background-color: #ffffff; }
.riskcolor3 { background-color: #ffffff; }
.riskcolor4 { background-color: #ffffff; }
.riskcolor5 { background-color: #ffffff; }
.riskcolor6 { background-color: #ffffff; }
.riskcolor7 { background-color: #ffffff; }

/***  PERFORMANCE TABELLE  ***/
.performance            { width: 575px; }
.performance td         { font-size: 11px; white-space: nowrap; text-align: right; }
.performance .txt       { width: 100%; }
.performance .wert      { padding: 5px 0px 5px 25px; }
.performance .wert .plus { font-size: 24px; font-weight: bold; color: green; }

/***  MUSTERDEPOT-HISTORY TABELLE  ***/
.musterdepot_history                 { width: 575px; background-color: #000000; }
.musterdepot_history *               { font-size: 11px; }

.musterdepot_history td              { text-align: right; white-space: nowrap; padding: 3px; }
.musterdepot_history td.notiz        { text-align: left;  white-space: normal; }
.musterdepot_history td.gewinn .null { visibility: hidden; }

.musterdepot_history .head           { background-color: #cccccc; font-weight: normal; color: black; }
.musterdepot_history .head td        { vertical-align: top; }


.musterdepot_history .aktion.bg1     { background-color: #ffffff; }
.musterdepot_history .aktion.bg2     { background-color: #eeeeee; }

.musterdepot_history .aktion .plus   { color: green; }
.musterdepot_history .aktion .minus  { color: red; }

/***  MUSTERDEPOT-TRANSAKTIONEN TABELLE  ***/
.transaktionen_title            { font-size: 12px; font-weight: bold; }

.musterdepot_transaktionen                  { width: 100%; background-color: #000000; }
.musterdepot_transaktionen *                { font-size: 11px; }

.musterdepot_transaktionen td               { text-align: right; white-space: nowrap; padding: 3px; }
.musterdepot_transaktionen td.wertpapier    { text-align: left;  white-space: normal; }

.musterdepot_transaktionen .head            { background-color: #cccccc; font-weight: normal; color: black; }
.musterdepot_transaktionen .head td         { vertical-align: top; }


.musterdepot_transaktionen .transaktion.bg1     { background-color: #ffffff; }
.musterdepot_transaktionen .transaktion.bg2     { background-color: #eeeeee; }

.musterdepot_transaktionen .transaktion .gewinn *       { font-size: 16px; font-weight: bold; }
.musterdepot_transaktionen .transaktion .gewinn .plus   { color: green; }

