@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-2007, 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.3
 * @revision        $Revision: 1.1 $
 * @lastmodified    $Date: 2008/03/04 09:36:45 $
 * @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) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #444;  
  }
  
  #nav_main {font-size: 90%; font-weight: bold;}
  
  #topnav {font-size: 90%; color: #fff; }
  
  #topnav span a {text-decoration: none; color: #fff; padding-left: 7px;}
  
  #topnav span.active a, #topnav span a:hover {color: #fff; text-decoration:underline; background: url(../../../images/arrow_white_r.gif) no-repeat left 5px; }
  
  
  #footer a { color:  #838486; font-size:100%;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active { color:  #FF3D3D; }  
  
  h1,h2,h3,h4,h5,h6, .csc-subheader { 
    font-family: Helvetica, Arial, sans-serif; 
    font-weight:bold; 
    color:#327882;
    margin: 0.6em 0 0.6em 0; 
  }
  
   h4,h5,h6, .csc-subheader { 
    color:#333;
    margin: 0.6em 0 0.6em 65px; 
  }
  

  h1 { color:#327882; font-size:160%; font-weight:normal; margin: 0 -20px 20px 0; padding: 10px 20px 0 0; border-bottom: 4px solid #D8EAF1;}                        /* 24px */
  h2, .csc-subheader { font-size: 120%; margin: 10px -2px 5px 0; padding: 2px 20px 2px 5px; color: #fff; background: #4297BC;}                       /* 18px */
  h3 { color: #327882; font-size:120%;  }                        /* 18px */
  h4 { font-size: 110%;}                     /* 16px */
  h5 { font-size: 100%;}                     /* 14px */
  h6 { font-size: 90%; }  /* 14px */

  #header h1 { font-size:2.5em; letter-spacing:-2px; line-height:65%; color:#000;  }
  div.subcr h1 { color:#FF0909; font-weight:bold; border-bottom: 4px solid #FF6464;}


  p { line-height: 1.35em; margin: 5px 0; }
  p.align-justify {text-align:justify;}
  p.align-left {text-align:left;}
  p.align-right {text-align:right;}
  p.align-center {text-align:center;}
  
  #col2 p, 
  #col2 ul {margin-left: 65px;}
  
  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.35em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.35em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }
  
  ul.typobullets {padding: 0; list-style:none; margin: 15px 0 ; }
  ul.typobullets li {background:url(../../../images/listbullet.png) no-repeat; margin: 0 0 10px 0; padding: 0 0 0 22px; list-style:none; line-height: 1.35em;}

  /* ### 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-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 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: #006699; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#FF3D3D; /*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 }

  th,td { padding: 0.5em; }
  thead th { background: #444; 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; }
  
  hr.clearboth { clear:both; visibility: hidden; height: 0; line-height:0; margin: 0; padding: 0;}  


div.csc-frame-frame1 {padding:0px; border: 1px solid #85BEC7; margin: 15px 0;}

#col2_content div.teaser_box h1 {font-size: 120%; font-weight:bold;  line-height: 100%; border:none; padding: 10px 0 10px 10px; margin:-10px -10px 0 -10px; background:#fff; }
#col2_content div.teaser_content {background: #f6f6f6; padding: 10px; margin:0;}
#col2_content div.teaser_content p { margin-left:0; padding:0; }
#col2_content div.teaser_content ul { margin-left: 25px; padding:0; }
#col2_content div.teaser_content li { margin:0pt 0pt 0pt 10px; padding:0; }

#col2_content div.tip { background:url(../../../images/tip_icon.png) no-repeat left 2px;  margin: 15px 0; border-bottom: 1px dotted #B4D2CA; padding-bottom: 5px;}
#col2_content div.tip h1 {color: #137FB0; font-size: 120%; font-weight:bold;  line-height: 100%; border:none; padding: 0 0 0 10px; margin:0 0 0 55px;}
#col2_content div.tip h1, #col2_content div.tip h2, #col2_content div.tip h3, #col2_content div.tip h4 {margin:0 0 0 55px;}
#col2_content div.tip p, #col2_content div.tip ul { color: #137FB0; font-size: 100%;}


  #col2_content .subcolumns p,
  #col2_content .subcolumns ul {margin-left: 0;}


.liniedanach {border-bottom: 1px dotted #B4D2CA; padding-bottom: 5px; }

.c33r div.csc-textpic-border div.csc-textpic-imagewrap img {border: 1px solid #333;}


.csc-textpic-caption {font-size: 90%; line-height: 120%; padding: 5px 0;}
.csc-frame-rulerAfter {border-bottom: 1px dotted #ccc; margin-bottom: 12px;}


.iframe_portrait {
border:none;
border-bottom:1px dotted #CCCCCC;
height:568px;
width:668px;
}

#nm_imprint{
  margin-left: 65px;
}
#nm_headline {
  color: #137FB0;
}

}

.industrydb-list-item span.description {display:none;}

.industrydb-list-item span.link {clear: both;}