﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, 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.0.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
  #HeaderCustomer
  {
      float:right;
      margin-right: -10px;      
  }
 
  .HeaderCustomerLogo
  {
  	margin-top: -10px;
  }  

  .HeaderCustomerCaption
  {
  	margin-top: 1px;
  }
/* 
  .TableRosterDays td
  {
    border: solid 1px #66b3ff;
  }
*/
}
 