@charset "UTF-8";

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 */
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Typodermic
 * @licenseurl: http://www.fontspring.com/fflicense/typodermic
 *
 *
 */
/*


/**
 * "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-2010, 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.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */


@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family:Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    /*font-family:'ExpresswayBook-1','ExpresswayBook-2',Arial,Helvetica,sans-serif;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial,sans-serif;
    font-size:85.00%;
    color:#444;
}

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    margin:1em 0 0.5em 0;
	letter-spacing: 0.035em;
	text-transform:uppercase;
  }

  h1 { font-size:125%; margin: 1.5em 0 1em 0; font-weight: normal;letter-spacing: 0.1em;}
  h2 { font-size:120%; text-transform:none; color: rgb(40,65,145); }
  h3 { font-size:100%; letter-spacing: 0em; color: rgb(0,110,155); margin: 1.2em 0 0.75em 0;}
  h4 { font-size:100%; margin: 1.75em 0 0.75em 0; text-transform:none; color: #444;}
  h5 { font-size:95%; color: rgb(40,65,145); letter-spacing:0; }
  h6 { font-size:90%; letter-spacing:0; }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height:1.5em; margin:0 0 1em 0; }
  div.rounded > ul, div.rounded > ol, div.rounded > dl { line-height:1.5em; margin:0.5em 0 1em 0!important; }
  ul { list-style-type:none; }
  ol { list-style-type:decimal; }
  ol ol { list-style-type:lower-latin; margin-bottom:0; }

  ul li { margin:0 0 0.5em 0; padding-left: 0;line-height:1.5em; }
  ol li { margin:0 0 0.5em 3em; padding-left: 0;line-height:1.5em; }
  ol li ol { margin:0.25em 0 0.75em 0; padding-left: 0; }
  ol li li { margin:0 0 0.25em 1.5em; padding-left: 0;}

  dl { margin:0 0 1em 0;}
  dt { font-weight:bold; margin:1em 0 0.5em 0; color: rgb(0,111,153)}
  dd { margin:0 0 0.5em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p { line-height:1.6em; margin:0 0 1em 0;  }
  p.small { line-height:1.6em; margin:0 0 0.5em 0; 	letter-spacing: -0.025em; }
  blockquote, cite, q {
    font-style:italic;
  }
  blockquote { margin:0 0 1em 1.6em; color:#666; }

  strong,b { font-weight:bold; }
  em,i { font-style:italic; }

  big { font-size:116.667%; }
  small { font-size: 85%; }

  pre { line-height:1.5em; margin:0 0 1em 0; }
  pre, code, kbd, tt, samp, var { font-size:100%; }
  pre, code { color:#800; }
  kbd, samp, var, tt { color:#666; font-weight:bold; }
  var, dfn { font-style:italic; }

  acronym, abbr {
    border-bottom:1px #aaa dotted;
    font-variant:small-caps;
    letter-spacing:.07em;
    cursor:help;
  }

  sub, sup { font-size:91.6667%; line-height:0; }

  hr {
    color:#fff;
    background:transparent;
    margin:0 0 0.5em 0;
    padding:0 0 0.5em 0;
    border:0;
    border-bottom:1px #eee solid;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a,a:visited {  color: rgb(219,88,22); background:transparent; text-decoration:none; }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast für Tab Focus - Ändern Sie diese Regel mit Bedacht */
  a:focus,a:hover,
  a:active { text-decoration:underline; outline: none; }
  
a.dot {
	padding-left: 20px;
	background: url(/images/dot-yellow.png) no-repeat 0px 6px;
	display:inline-block;
}
  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin:0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin:0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border:1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top:2px; padding:0.3em 0.5em; background:#eee; font-weight:normal; font-size:91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color:#c30; }
  .dimmed { color:#888; }

  .info { background:#f8f8f8; color:#666; padding:10px; margin-bottom:0.5em; font-size:91.7%; }

  .note { background:#efe; color:#040; border:2px #484 solid; padding:10px; margin-bottom:1em; }
  .important { background:#ffe; color:#440; border:2px #884 solid; padding:10px; margin-bottom:1em; }
  .warning { background:#fee; color:#400; border:2px #844 solid; padding:10px; margin-bottom:1em; }
  .alert { background:#c30;color:#fff; padding: 3px 5px }
  
  .no_float { float: none!important; }
  .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 { display:block; text-align:center; margin:0.5em auto; }
  .right { text-align: right!important; }
  .left { text-align: left!important; }

  .small { font-size: 90%; font-weight: normal; }
  .xsmall { font-size: 75%; font-weight: normal; }
  .big { font-size: 125%; }
  .xbig { font-size: 150%; }

  .normal { font-weight: normal!important; font-size: 9pt!important}
  .nowrap { white-space: nowrap;}
span.hint { font-size: 8pt; letter-spacing: 0;display: inline-block;}

 
.block { display: block; }

  /* Farben */
  .white { background: #fff; }
  .darkgrey { color: rgb(75,91,86); }
  .grey { color: rgb(170,178,174); }
  .lightgrey { color: rgb(229,229,229); }
  .blue { color: rgb(50,85,165); }
  .midblue { color: rgb(153,201,232); }
  .lightblue { color: rgb(207,237,255); }
  .red { color: rgb(193,39,45); }
 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * 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: 0em;
    margin-bottom: -1px;
}
  table caption { font-variant:small-caps;caption-side: bottom; font-size: 90%; text-align: left; margin-top: 0.75em; margin-bottom: 0.5em; color: #666;}
  div.rounded table caption { margin-left: 1em;}
  table.full { width:100%; }
  table.fixed { table-layout:fixed; }

  th,td {
    padding: 0.75em 1em;
    vertical-align: top;
    overflow: hidden
}
      th.middle,td.middle {
    vertical-align: middle;
}


  thead th { color:#000;  }
  thead th { background:rgb(40,65,150); color:#fff; padding: 1em; }
  thead th.border { border-right: 2px solid #fff }

  tbody th { border-bottom:1px solid #ccc; text-align:left; padding: 1em; }
  tbody td { border-bottom:1px solid #ccc; }
  tbody td.border,tbody th.border { border-right:2px solid #aaa;}
  tbody td.right, tbody th.right { padding-right: 1.5em!important;}

  .rounded tbody th { border-bottom:1px solid #bbb; text-align:left; padding: 1em; }
  .rounded tbody td { border-bottom:1px solid #bbb; }

}
