@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Example of a patch stylesheet for the Internet Explorer
 * (de) Beispiel für ein Anpassungs-Stylesheet für den Internet Explorer
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* Layout independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- *
/* Box model adjustments for vlist navigation | Box-Modell-Anpassungen für vlist-Navigation */


/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
    
  /* add your adjustments here | Fügen Sie Ihre Anpassungen hier ein */
  
  
  /*JOH#col2 { background-color:#1235ed; }*/
  
  
  #header h1 {
    font-weight:bold;
    font-size:4.5em;
    letter-spacing:-2px;
    line-height:1%;
    color:#F01A1A;
  }

  
  /* #col1 { background-color:#BFBFBF; } */
  #col1 { background-color:#BFBFBF; } 
  
  #header { background-color:#BFBFBF; }

  /*#main   { background-color:#DED9DA; }*/ /*old light grey*/
  #main   { background-color:#FFFFFF; }
  
  /*#footer { background-color:#DED9DA; }*/ /*old light grey*/
  #footer { background-color:#FFFFFF; }
  
  /*#footer { color:#F01A1A; } */ /*  old red */
  #footer { color:#800; }
  
  body {background-color: #FFFFFF;}
@ media all
{
  #new link colors
  a { color: rgb(153, 0, 0); background:transparent; text-decoration:none; }
  a:visited  { color: #036; }

  a:focus,
  a:hover,
  a:active { color:#182E7A; text-decoration:underline; }
}
  
  
  @media screen, projection
{

 /*.page { background-color:#DED9DA; }*/ /*old light grey*/
 .page { background-color:#FFFFFF; }
 
   /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #col1 { margin-top 15px;width: 16%; height: 90%; }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 21%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 16%; }
  #col3_content { padding: 10px; }
  
  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-top: 20px; margin-left: 20px; }
  
  
  /* title */
  h6.vlist {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    width: 90%;
    padding: 3px 0px 3px 10%; /* LTR */
    margin:0;
    color: #444;
    background-color: #BFBFBF;
    border-top: 2px #BFBFBF solid;
    border-bottom: 4px #BFBFBF solid;
  }
  
  
  /* nav */
  .vlist li a { color: #fff; }

}  


