@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 */
  html * { font-size: 100.01%; }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 75.00%; 
	color: #444;
  }

  h1,h2,h3,h4,h5,h6 {
  	font-weight: 300; 
  	color: #222;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 180%; padding-bottom: 5px; font-weight: 900; }
  h2 { font-size: 120%; padding-bottom: 5px; font-weight: 900; }
  h3 { font-size: 100%; padding: 6px 0px 3px 0px; font-weight: 900; }
  h4 { font-size: 100%;  }
  h5 { font-size: 116.67%; }
  h6 { font-size: 100%; font-style: italic; }

  hr {
    color: #eee;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px dotted #d10024;
  }

  p { line-height: 1.5em; padding: 0 0 1em 0; }

  .download { line-height: 1.5em; padding: 0 0 1em 45px; text-align: left; }

  .imagedownload {
	border: 1px solid #c6c8ca;
	padding: 3px;
	margin-bottom: 10px;
	}

  #header-img {
	}

  .s2navi {
	padding-left: 0px;
	border: 0px solid #000;
	width: 100px;
	float: right;
	}

  .black { color: #000; font-weight: 900; }
  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote { font-style: italic; }
  blockquote { margin: 0 0 1em 1.5em; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note { background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted; }
  .important { background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted; }
  .warning { background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted; }

  .float_left { float: left; display: inline; margin-right: 1em; margin-bottom: 0.15em; }
  .float_right { float: right; display: inline; margin-left: 1em; margin-bottom: 0.15em; }
  .center { text-align: center; margin: 0.5em auto; }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #a02031; text-decoration: none; }
  a:focus,
  a:hover,
  a:active { color: #a02031; text-decoration: underline; }
  
  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */

  table { width: 100%; border-collapse: collapse; margin-bottom: 0.5em; }

  th,td { padding: 0.5em; }
  thead td { border: 1px solid #fff; }
  tbody th {  }
  tbody td { border: 1px solid #fff; vertical-align: top; }

  .reftable { background-color: #c5c6c8; color: #fff; vertical-align:top; font-weight: bold; }
  .reftabledesc { background-color: #f0f1f1; color: #878889; }
  
  /**
   * Miscellaneous | Sonstiges
   */

  .teaserbrdprod {
	border: 1px solid #c5c6c8;
	margin-bottom: 15px;
	}

  .teaserhlprod {
	background-color: #c5c6c8;
	color: #fff;
	font-weight: 900;
	font-size: 110%;
	margin: 4px;
	padding: 2px 0px 2px 6px;
	}

  .teasertxtprod {
	margin: 4px;
	margin-left: 10px;
	text-align: left;
	color: #878889;
	}

  .teaserimgprod { border: 4px solid #fff; }
  .teasertxtprod ul { margin: 0; padding: 0; }
  .teasertxtprod li { margin-bottom: 5px; }
  
  .teaserbox { border: 1px solid #c5c6c8; margin-bottom: 15px; }
  .teaserimage { float: left; border: 4px solid #fff; }
  
  .teasertext { text-align: left; margin-left: 98px; border: 0px solid #000; }
  .teasertext p { color: #878889; padding: 0; margin: 0; }
  .teaserhl { background-color: #c5c6c8; color: #fff; font-weight: 900; padding: 1px 0px 1px 5px; margin: 4px 4px 4px -5px; }
  
  .fundebox {
	border: 1px solid #c5c6c8;
	padding: 4px;
	margin-bottom: 15px;
	}

  .fundehl {
	background-color: #c5c6c8;
	color: #fff;
	font-weight: 900;
	padding: 1px 0px 1px 5px;
	margin-left: -5px;
	margin-bottom: 5px;
	font-size: 110%;
	}

  .dlbox { border: 1px solid #c5c6c8; margin-bottom: 15px; }
  .dlimage { float: left; border: 4px solid #fff; }
  .dlhl { background-color: #c5c6c8; color: #fff; font-weight: 900; padding: 1px 0px 1px 5px; margin: 4px 4px 4px -5px;}
  .dltext { text-align: left; margin-left: 115px; border: 0px solid #000; }
}