﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "2col_left_seo"
 * (de) Variation des Screenlayouts (basemod.css) für Layoutbeispiel "2col_left_seo"
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | flexible| 75%                 |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  /* #col1 becomes the main column | #col1 wird zur Hauptinhaltsspalte */
  #col1 { width: 188px; float:right;}
  #col1_content { padding: 0; }

  /* #col2 is turned off | #col2 abschalten */
  #col2 { display:none; }

  /* #col3 becomes the left column | #col3 wird zur linken Spalte */
  #col3 { width:74%; margin-left: 0; margin: 0; }
  #col3_content { padding:0 0 0 0; margin-right:0px;}
  #col3 .c50l {width: 325px;}

  /* Graphic-free column dividers between #col1 and #col3 | Grafikfreier Spaltentrenner zw. #col1 und #col3*/
  #col3 {border: 0;}
  #main {padding: 9px 0 0 0; }
  
  .page { padding: 15px; }
  .c50l { width: 325px; margin-right:1.5%;}
  .c50r { width: 40.5%; }
  #fonds .subcolumns .c50l { width:49%; margin-right:2%;}
  #fonds .subcolumns .c50r { width:49%;}
  .subcr {padding:0;}
  .subcl {padding:0;}

  .fondstable_kontur {background: #f2f2f2;}
  .tableBox {padding:0; margin:0; font-family:verdana; font-size:11px; background: #f2f2f2 none; margin-bottom: 10px; border-left: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6;}
  .tableBox h2{	margin-bottom: 0px;}
  
  .box {padding:0; background:#f2f2f2; border: 1px #dfdfdf solid; margin-bottom:10px;}
  .box h2 {margin: 0;}
  .box h4 {padding: 5px 0 0 0;}
  .box img {margin:0;}
  .box p a { height:25px; display:block;}
  .box ul {margin: 0;}
  #fonds.box .subcolumns .c50l .subcl {padding-left:5px;}
  
  #textMarktbericht_slice .boxcontent {margin-bottom: -12px;}

  
  .boxcontent {padding: 5px 10px 10px 10px;}
  
  .silver_partner { background: #e6e6e6; padding: 0; margin-bottom: 10px; padding-bottom:15px; text-align:center;}
  .silver_partner a { }
  .silver_partner img {text-align:center; padding-top: 10px; vertical-align:bottom;}
  .silver_partner h2 {background-color:#394e65; padding: 5px 0 7px 10px; font-size: 90%; font-weight:bold; text-align:left; text-transform:none !important;}


  #umfrage {padding:0 0 0 0px; background:#f2f2f2; border: 1px #dfdfdf solid;}
  #umfrage p {margin: 0 0px 0 0px;}
    .abstand{margin-left: 10px;}
  label {padding: 0 0 0 8px; line-height: 16px; font-size: 11px;}
  
  #umfrage .line { overflow:hidden;}
  
  #umfrage .line input,
  #umfrage .line p {float: left; width: 185px;}
  
  #umfrage .line input { width:13px; float: left; margin-top: 2px;}
  #umfrage .line p {width:175px;}
  
  .PollGraph {  border:1px solid #333; width:170px; height: 10px; margin:3px 0px 20px 0px; overflow: hidden;}
  .PollGraph div, .PollGraph0 {background:#394E65 url(../images/bar.gif) repeat-x;}
  
  #searchfunctions h2{width: auto;}
  .tableBox {width: auto !Important;}

 
}