@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "3col_column_backgrounds" layout example
 * (de) IE-Korrektur-Stylesheet für das "3col_column_backgrounds" Beispiellayout
 *
 * @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) $
 */

/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(/com/de/5842.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen, projection
{
 /**
  * min-width/max-width workaround for IE5.x & IE6
  *
  * @workaround
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  */

  * html .page_margins {
    /* Fallback if JavaScript is disabled */
    width: 110em;

    /* JS-Expression for min-/max-width simulation */
  width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 500) ? "500px" : ((document.documentElement.clientWidth > (110 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "110em" : "auto" )) : ((document.body.clientWidth < 500) ? "500px" : ((document.body.clientWidth > (110 * 16 * (parseInt(this.parentNode.currentStyle.fontSize) / 100))) ? "110em" : "auto" )));
  }
}
/* Solve the problem margin-left and the border-bottom of the table header */
div.tableheader{margin-left:0;padding:0.3em;padding-right:0.4em;text-align:left;background-color:#002a5d;color:#fff;border-bottom:0px;border-left:1px solid #8597ae;border-right:1px solid #8597ae;}
 
/* Solve the width problem of table*/
table.full {width:99.9%;}
 
/* Classes for event calendar */
.datepick-header {
    padding:3px 0 !important;
    margin:0 !important;
    background-color:#002A5D;
    text-align: center;
    font-weight: bold;
    min-height: 1.5em;
}
.show-all-events {
    padding:5px !important;
    clear: both;
    white-space:nowrap;
}
.LSBox{padding-left:0em !important;}
 
