@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage fÃ¼r die Erstellung eines Screenlayouts
 *
 * @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.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 */

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

  #start_header { 
  	height: 27.58em; 
	margin: 0 0 3.13em;
  	position: relative;
  }
  #start_header div#claim { 
  	position: absolute;
  	right: 1.83em;
  	bottom: 1.83em;
  }
  #start_header img { 
  	width: 60.5em; 
  	height: 27.58em; 
  }
  #start_header div#claim img { 
  	width: 17.33em; 
  	height: 3.33em; 
  }
  
  #col3 h2 { font-size: 100%; margin: 0 0 0.4em 0; }

  #col3 img.content_var {
    border: 1px solid #ccc;
    width: 7em !important;
	height: 7em !important;
    margin: 0 !important;
  }
  
  #col3 table.full td {
  	border-bottom: 0;
  }
  
  #col3 img.noresize {
    width: auto !important;
	height: auto !important;
	border: 0; !important;
  }
  
  /* safari fix */
  #col3_content .c33l { width: 33.33%; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
  
  #col1 { display: none; }
  #col2 { display: none; }

  #col3 { margin-left: 2.17em; margin-right: 21em; }
  #col3_content { padding: 0 0 1em 0; }

  #col3 .subc { padding: 0 1.67em 0 0 }
  #col3 .subcl { padding: 0 1.67em 0 0 }
  #col3 .subcr { padding: 0 1.67em 0 0 }

  #col3 .c45l {width:44.5%;float:left}
  #col3 .c55r {width:55.5%;float:right;margin-left:-5px;}
  #col3 .c45l .subcl, #col3 .c55r .subcr { padding: 0 0 0 0 }

 /*------------------------------------------------------------------------------------------------------*/

}
