@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-2010, 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.2.1
  * @revision        $Revision:392 $
  * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
  * @appdef yaml
 */
@media all {
/*
  *
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen f�r Zeichensatz und Schriftgr��en
  *
  * @section content-global-settings
 */
/* (en) reset font size for all elements to standard (16 Pixel) */
/* (de) Alle Schriftgr��en auf Standardgr��e (16 Pixel) zur�cksetzen */
    html * {
        font-size : 100.01%;
    }
    /*
  *
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgr��e von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
 */
    textarea,
    pre,
    code,
    kbd,
    samp,
    var,
    tt {
        font-family : Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
    }
    /* (en) base layout gets standard font size 12px */
    /* (de) Basis-Layout erhaelt Standardschriftgroesse von 12 Pixeln */
    body {
        /*	font-family:Arial, Helvetica, sans-serif;*/
        font-size : 100.00%;
    }
}
#adjustable_content {
    font-size : 0.7em;
}
.results {
    font-size : 115%;
}