@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.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  .h1,.h2,.h3,.h4,.h5,.h6 { margin: 0 0 0.25em 0; }
  .h1 { font-size: 200% }                        /* 24px */
  .h2 { font-size: 133.33% }                   
  .h3 { font-size: 150.33% }                     /* 18px */
  .h4 { font-size: 133.33% }                     /* 16px */
  .h5 { font-size: 116.67% }                     /* 14px */
  .h6 { font-size: 116.67%; font-style:italic }  /* 14px */
.h1{
	font-family: Arial;
	color: #919191;
}
.h2{
	font-family: Verdana;
	color: #6BB200;
	font-weight:bold;
}
.h3, .h4, .h5, .h6{display: block;
height: 1.5em;
	font-weight:bold; 
	font-family: Verdana;
	color: #d99400;font-size: 116.67%;
	
}
 h.4 { font-size: 150.33% } 
  

  .note {background: #dfd; padding: 1em; border-bottom: 1px #dbb dotted;}
  .important {background: #f8f5f5; padding: 3em;  border-bottom: 0px #dbb dotted;
  margin-top:50px;
  }
  .warning {background: #fdd; padding: 1em;  border-bottom: 1px #dbb dotted;}
  .trenner  {width:100%;
  height: 1px;
  
	background: #fff url("../layout/strichel.gif") repeat-x;
  }                              

table.tabelle 
{	border-collapse: collapse;	margin: auto;}
table.tabelle td 
{	border: 1px dashed #C0C0C0;	text-align: center;	
font-family: arial;	font-size: 10px;	padding: 2px;}
td.zelleBlau 
{	background-color: #2d69a9;	color: white;	font-size: 12px;}
 
  





}


