@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-2008, 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.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (de) Zeichensatz und Schriftgrößen für Überschriften und übliche Text-Elemente
   *
   * @section content-fonts
   */

  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { font-size: 100.01%; }
  
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: 'Verdana', Helvetica, Arial, sans-serif;
    color: black;
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: 'Verdana', Helvetica, Arial, sans-serif;
  	font-weight:bold;
  }

  h1 { font-size: 1.4em;}                        /* 24px */
  h2 { font-size: 1.4em; color:#004494}          /* 24px */
  h3 { font-size: 1.5em; }                        /* 18px */
  h4 { font-size: 0.75em; }                     /* 16px */
  h5 { font-size: 0.75em; }                     /* 14px */
  h6 { font-size: 0.75em; font-style:italic }  /* 14px */


  #header h1 {
    font-size: 11px;
	 font-weight: normal;
    color:#fff;
  }

  #header span {
    color:#999;
  }
  
  #titel h1 {
   font-size: 18px;
	color: #fff;
  }

  p { font-size: 12px; line-height: 16px; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { font-size: 12px; 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
   * (de) Standardklassen zur Positionierung und Hervorhebung
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
  .important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
  .warning {background: #fdd; padding: 1em; border-top: 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: #004494; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#004494; text-decoration:underline;}
  
  #col1 a { color: #004494; text-decoration:none; font-weight: bold; }
  #col1 a:focus,
  #col1 a:hover,
  #col1 a:active {color:#004494; text-decoration:underline;}
  
  #col2 .bodytext a, #col3 .bodytext a { padding-left: 1.5833em; line-height: 16px; background: url(../../img/pfeilcol12.gif) no-repeat; display:block; color: #004494; text-decoration:none; font-weight: bold; }
  #col2 .bodytext a:focus, #col3 .bodytext a:focus,
  #col2 .bodytext a:hover, #col3 .bodytext a:hover,
  #col2 .bodytext a:active, #col3 .bodytext a:active {color:#004494; text-decoration:underline;}
  
  #footerlink ul {
  	margin: 0; padding: 0; list-style: none; font-size: 11px;
  }
  #footerlink ul li {
  	float: left; margin:0; padding: 0; margin-left: 28px; margin-right: 28px;
  }
  #footerlink a { color: #8192a3; background:transparent; text-decoration:none; font-weight: normal;}
  #footerlink a:focus, 
  #footerlink a:hover,
  #footerlink a:active { text-decoration:underline; background-color: transparent;}
  
  #footer2 a { font-size: 11px; color: #8192a3; background:transparent; }
  #footer2 a:focus, 
  #footer2 a:hover,
  #footer2 a:active {color: #8192a3; background-color: transparent; text-decoration:underline;}
  
  #footer2 .left a { float: left; padding-left: 1.5833em; line-height: 16px; background: url(../../img/pfeilback.gif) no-repeat; text-decoration:none; font-weight: normal; }
  #footer2 .right a { float: right; padding-right: 1.5833em; line-height: 16px; background: url(../../img/pfeiltop.gif) no-repeat right; text-decoration:none; font-weight: normal;}
  #footer2 a:focus, 
  #footer2 a:hover,
  #footer2 a:active { text-decoration:underline; background-color: transparent;}
  
  /**
   * (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.5em; font-size: 11px; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  th,td { padding: 0.5em; }
  th p.bodytext, td p.bodytext { padding: 0.5em; font-size: 11px;}
  thead th { background: #a8c4eb; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * 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;
  }
}

