@charset "iso-8859-1";
/**
 * "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: 8pt; 
    color: #6D6F71;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: Arial; 
  	font-weight:bold; 
  	color:#e31937;
  	margin: 0 0 0.25em 0; 
  }

  /* h1 { font-size: 200% }   */                     /* 24px */
  /* h2 { font-size: 200%; color:#182E7A}  */        /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  h1 { font-size: 20pt }
  h2 { font-size: 14pt }

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  h1.green {
    color:#868717;
  }

  h1.blue {
    color:#1C89C0;
  }

  h1.gray {
    color:#6D6F71;
  }

  h1.orange {
    color:#F79734;
  }

  h1.blue2 {
    color:#006798;
  }

  h2.red {
	color: #f20016;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
  }

  h2.gray {
	color: #6D6F71;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
  }

  img { border: 0 }

  p { display: block; line-height: 1.5em; margin: 0 0 1em 0; }

  .square-bracket-image img {
	width: 100%;
  }

  .square-bracket-wrapper {
	float: left;
  }

  .square-bracket-image {
	float: left;
  }

  span.square-bracket {
	color: #A7A9AC;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
  }

  span.square-bracket-green {
	color: #868717;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
  }

  span.square-bracket-blue {
	color: #1C89C0;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
  }

  span.square-bracket-red {
	color: #f20016;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
  }

  span.square-bracket-orange {
	color: #F79734;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
  }

  span.red {
	color: #f20016;
  }

  span.green {
	color: #868717;
  }

  span.blue {
	color: #1C89C0;
  }

  span.orange {
	color: #F79734;
  }

  span.blue2 {
	color: #006798;
  }

  /* ### Lists | Listen  #### */

  ul, ol, dl {
	 line-height: 0em;
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
  }


  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
   *
   */

  #links a {font-family: Arial; font-size: 10px; font-weight: normal; color: #567D9E; text-decoration:none;}
  #links a:focus,
  #links a:hover,
  #links a:active {color:#a2c2dc; text-decoration: none;}

  #shortcuts a {font-family: Arial; font-size: 10px; font-weight: normal; color: #fff; text-decoration:none;}
  #shortcuts a:focus,
  #shortcuts a:hover,
  #shortcuts a:active {color:#666; text-decoration: none;}

  #featured a {font-family: Arial; font-size: 10px; font-weight: normal; color: #ffff; text-decoration:none;}
  #featured a:focus,
  #featured a:hover,
  #featured a:active {color:#a2c2dc; text-decoration: none;}
  
  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration: none;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * 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: auto; border-collapse:collapse; margin-bottom: 0; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }

  #thumbnails-container td {
	padding: 3px;
  }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }

  #flash {
	height: 323px;
  }

  #shortcuts {
	background: #BBC1CF;
	height: 36px;
	text-align: center;
  }

  #shortcuts img {
	vertical-align: top;
  }

  #links-separator {
	height: 67px;
  }

  #featured {
	height: 133px;
	width: 826px;
	background: url(../../images/featured-buttons.jpg) no-repeat top left;
  }

  #featured div {
	padding-top: 107px;
	float: left;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
  }

}

