@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.5
 * @revision        $Revision: 189 $
 * @lastmodified    $Date: 2008-05-24 08:26:23 +0200 (Sa, 24 Mai 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
   */

  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  html * { 
  	font-size: 100.01% ;
	font-family: Arial, Verdana, Helvetica, sans-serif;  /* sha/01.12.09 added */
  }
  
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
  pre, tt, code { /* sha/01.12.09 textarea removed */
	font-family:"Courier New", Courier, monospace;  	
  }

  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body, div { 
    /* font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;  sha/04.08.09 */
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt; /* dsp/17.08.09 75%, da Schrift teilweise zu klein*/ 
    color: #444;  
  }
  
  /*-------------------------------------------------------------------------*/
  h1,h2,h3,h4,h5,h6 { 
  	font-family:  Arial, Verdana, Helvetica, sans-serif;
  	font-weight:bold; 
  	/*color:#666;*/
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size:18px;
                color:#000000; }                        /* 24px */
  h2 { font-size: 16px }          				/* 24px */
  h3 { font-size: 8pt }                     /* 16px Teaser*/
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 100.01% }                    /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }
  
        #col3_content h1.csc-firstHeader {
                font-size:18px;
                color:#000000;
        }
        #col3_content h1 {	/* sha/04.08.09 new */
		border-width: 1px;
		border-bottom-style: solid;
		border-color: #dddddd;
		margin-bottom: 18px;
		padding-bottom: 12px;
        }
        
        #col2_content h3{
                color:#000000;
        }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0px; padding-bottom:1em;}

  /*-------------------------------------------------------------------------*/
  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; font-size:9pt }
  li { margin-left: 1.5em; line-height: 1.5em; font-size:9pt }

  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
   * (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: #2D6FB0; text-decoration:none; font-weight:bold;}
  a:focus,
  a:hover,
  a:active {color:#2D6FB0; text-decoration:none;}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #777777; text-decoration:none;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #777777; text-decoration:none;}
  
  /*-------------------------------------------------------------------------*/
  /**
   * (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 }
  table.wide {width: 100%;}
  table.small {width: auto;}
  
  /*Breite der Tabellen auf der Unterseite International | Width of the tables on subpage international*/
  .csc-frame-frame1 { width: 100% }

  th,td { padding: 0.5em; }
  thead th { background: #ccc; color: #333 }
  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;
  }
  
  /*navi*/
  
  /*------Einrücken------*/
  .indent{
	margin-left:30px;
	font-size: 12px;
   }
   
table.border{
	border-collapse:collapse;
	margin-left:1px;
	max-width: 99.9%;
}

table.noborder{
	border:0px;	
}
table.border td,
table.border th{
	border:1px solid #bdc1c4;
}
table.noborder td,
table.noborder th{
	border:0px;
}
table.rose{
	background-color:#ffd8b5;
}
table.brightblue{
	background-color:#daecff;
}

