@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
   * (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) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
  }

  img{
	border:0;
  }
  img, div{
	behavior: url(iepngfix.htc);
  }

  h1,h2,h3,h4,h5,h6 {
  	margin: 0 0 0.5em 0;
	font-weight: normal;
  }

  h1 { font-size: 125%; color:#173F88; }
  h2 { font-size: 108%; color:#EA7C2B; }
  h3 { font-size: 108%; color:#173F88; }
  h4 { font-size: 108%; color:#173F88; }
  h5 { font-size: 108%; color:#173F88; }
  h6 { font-size: 108%; color:#173F88; }
  
  #formhandler_contact_form h2 {
	  font-size: 125%; 
	  color:#EA7C2B;
  }
  #formhandler_contact_form h3 { 
      font-size: 108%; 
	  color:#EA7C2B;
  }

  p {
  	margin: 0 0 1em 0;
  }
  
  .cleardiv {clear:both;}

  /* ### Lists | Listen  #### */

  ul, ol { line-height: 1.5em; }
  li { line-height: 1.5em;  }
  * html li { height: 1em; }


  /* ### 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-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:#173F88; text-decoration:none; }
  a:focus,
  a:hover,
  a:active {color: #EA7C2B; text-decoration:none; }
  
#content .internal-link {
  background: url(../images/more_arrow.gif) 0 3px no-repeat;
  padding:0 0 0 7px;
}

#content .external-link-new-window {
  background: url(../images/external_arrow.gif) 0 3px no-repeat;
  padding:0 0 0 9px;
}

#content .external-link {
  background: url(../images/external_arrow.gif) 0 3px no-repeat;
  padding:0 0 0 9px;
}

#content .download {
  background: url(../images/download_arrow.gif) 0 3px no-repeat;
  padding:0 0 0 9px;
}

  #topnav a { color: #ffffff; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { color: #7F8D94; background-color: transparent; text-decoration:underline; }

  /**
   * (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; }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  .contenttable { width: 100%; }
  .contenttable td { padding: 5px 0 5px 4px; background: #f8f9fb; border-bottom: 1px solid #ffffff; color: 849faa; }
  .contenttable td p { padding: 0; margin: 0; }

  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr,
  .csc-frame-rulerAfter {
    background:transparent;
    padding: 2em 0 2em 0;
    border:0;
    border-bottom: 1px #cccccc solid;
  }
  
  .news_hr {
	padding: 0 0 1em 0;
}

.csc-header-date {
	color:#EA7C2B;
	margin:0 0 0 0;
	}


}
