@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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{

  /*-----------------------------------------------------------------------------------------------*/

  /**
   * Color background window | Farbe Fensterhintergrund
   */

  #main, 
  #col1_content, 
  #nav_sub_content,
  #nav_main ul li#current_main strong,
  #nav_main ul li#current_main a,
  #nav_main ul li#current_main a:focus,
  #nav_main ul li#current_main a:hover,
  #nav_main ul li#current_main a:active { background: #00eaff; }

  /*-----------------------------------------------------------------------------------------------*/

  /**
   * 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
   */

  h1 { }
  h2 { color: #0080d2; }
  h3 { color: #00c1d2; }
  h4 { }
  h5 { }
  h6 { }

  /*-----------------------------------------------------------------------------------------------*/

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a { color: #00d9e1; }

  a:focus,
  a:hover,
  a:active { color:#00accb; }

  #main #col2_content a[href^="http:"],
  #main #col3_content a[href^="http:"]
  {
    background-image: url(../../../images/extern_turquoise.gif);
  }

  #main #col2_content a[href^="http://www.housseini.ch"],
  #main #col3_content a[href^="http://www.housseini.ch"]
  {
  background-image: none;
  }

  /*-----------------------------------------------------------------------------------------------*/

}

