@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 { font-weight:normal; margin: 0 0 0.25em 0;font-family: Comic Sans MS; }
  .h1 { font-size: 200% }                        /* 24px */
  .h2 { font-size: 166.67% }/* 20px */
  .h3 { font-size: 150.33% }                        /* 18px */
  .h4 { font-size: 133.33% font-weight: bold;}                     /* 16px */
  .h5 { font-size: 116.67% }                     /* 14px */
  .h6 { font-size: 116.67%; font-style:italic }  /* 14px */
.h1{
	
	color: #6666cc;
}
.h2{
	
	color: #6666cc;
}

  
.hervorheben{{ font-size: 133.33% font-weight: bold;} 
	
}
.hervorheben1{{ font-size: 153.33% font-weight: bold;} 
	
}
  .note {background: #dfd; padding: 1em; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em;  border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em;  border-bottom: 1px #dbb dotted;}


 
  .table {
  	border	:		none;
  	border-color:	#ffffff;
  }





}

