@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.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 * @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: Arial, sans-serif;
    font-size: 75%;
    color: #333;
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 133.33% }                     					  /* 16px */
  h2 { font-size: 133.33%; margin: 0 0 1.5em 0; }                     /* 16px */
  h3 { font-size: 100%; margin: 0 0 0.4em 0; }                        /* 12px */
  h4 { font-size: 100%; font-weight:normal; font-style:italic; }      /* 12px */
  h5 { font-size: 100%; font-weight:normal; font-style:italic; }      /* 12px */
  h6 { font-size: 100%; font-weight:normal; font-style:italic; }  	  /* 12px */
    
  #col2_header h1 { position:absolute; bottom:1em; left:1.25em; color:#fff;width:10em; }
  
  #news h2, #news h2.active { font-size: 100%; margin: 0 0 0.4em 0; padding: 0 0 0 1.17em; }
  
  #news h3 { color: #666; }
  #news h3 span { font-weight: normal; }
  #news h3 a { border: 1px solid #ccc; border-width: 1px 0; display: block; padding: 0.3em 0 0.2em 0; margin: 0.2em 0 0.2em 0; }
  #news p { margin: 0 0 0.5em 0 !important; }
  
  #login-extranet h3 { padding: 0em 0 0.4em 0; border-bottom: 1px solid #E1E2E3; }


  p { margin: 0 0 1em 0; line-height: 1.4em; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { 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 }

  #news ul { 
  	list-style-type: none;
  	margin: 0 0 2em 0;
  	padding: 0;
  	border-top: 1px solid #ccc; 
  	position: static;
  }
  #news li { 
  	border-bottom: 1px solid #ccc; 
  	margin: 0;
  	padding: 0;
  	background: #fff;
  }
  #news ul.jobs_container li { 
  	padding: 0 0 0 1.17em;
  }
  #news li a { 
  	padding: 0.1em 0;
  	display: block;
  }

  #sitemap ul { 
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  }
  #sitemap li { 
  	margin: 0;
  	padding: 0;
  	background: #fff;
  	line-height: 1.7em;
  }
  #sitemap li li { 
  	padding-left: 1.5em;
  }

  /* ### 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; }

  .red { color: #ff3129; }
  
  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 { text-decoration:none; color: black;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline; color: black;}
  
  #topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent;}
  
  #overview a { 
  	background: url(visplay_arrow2.gif) no-repeat left center; 
  	padding: 0.1em 0 0.1em 0.91em;
  	font-size: 0.92em;
  }
  
  #content-skiplinks a { 
  	margin: 0 3.33em 0 0;
  }
  
  thead th a { 
  	background: url(arrow_show.gif) no-repeat right center;  
  	padding: 0 1.5em 0 0;
  	color: #333 !important; 
  }
  
  thead th a.active { 
  	background: url(visplay_arrow_show.gif) no-repeat right center;  
  }
  
  thead th a.desc { 
  	background: url(arrow_up.gif) no-repeat right center;  
  }
  
  thead th a.activedesc { 
  	background: url(visplay_arrow_up.gif) no-repeat right center;  
  }
  
  .backlink a { 
  	background: url(visplay_arrow2.gif) no-repeat left center; 
  	padding: 0.1em 0 0.1em 0.91em;
  	font-size: 0.92em;
  }


  /**
   * (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.4em 0.8em 0.4em 0; border-bottom: 1px solid #ccc; line-height: 1em; vertical-align:top; }
  thead th { text-align: left; }
  /* tbody th { background: #ccc; color: #333 } */
  tbody th.sub { background: #ddd; color: #333 }
  
  td.left { width: 28%; color: #666; }
  td.right { text-align: right; padding-right: 0; }
  
  table.innertable {
    width: 100%;
	margin: 0;
	padding: 0;
  }
  
  table.innertable th, table.innertable td {
  	margin: 0;
	padding: 0.2em 0.2em 0.2em 0;
	border: 0;
  }

  /**
   * 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 #ccc solid;
  }


  /**
   * Images
   *
   * @section content-images
   */

  #col3_content img.content {
    border: 1px solid #ccc;
    width: 13.5em;
	height: 10.16em;
    margin: 0 0 1.5em 0;
  }

  #col3_content img.content_var {
    border: 1px solid #ccc;
    width: 13.5em;
    margin: 0 0 1.5em 0;
  }

  #col3_content img.largecontent {
    border: 1px solid #ccc;
    width: 44.58em;
    margin: 0 0 1.5em 0;
  }
  
  #col3_content table img {
    border: 0;
    width: auto;
    margin: 0;
  }

  #col3_content .standorte .c66l img {
    float: left;
    margin: 0 2em 1.5em 0;
  }

  #col3_content .referenzen .c66l img  {
    width: 29.17em;
    height: 22em;
    margin: 0 -1em 1.5em 0;
  }

  #col3_content .referenzen .c33r img,
  #col3_content .group_thumbnails img {
    width: 5.66em;
    height: 4.25em;
    margin: 0 2em 1.33em 0;
  }
  
  #col3_content img.icon {
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }


  /**
   * Containers
   *
   * @section content-divs
   */

  div.ergebnisse {
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    padding: 0.9em 0 0.9em 0;
	margin: 0 0 1em 0;
  }
  
	#col3 img.content {
		margin-top: 0.2em !important;
	}
	
	#flashcontent {
		float: left;
		position: relative;
	}
	
	#flashcontent.keyvisual-flash embed, #flashcontent.keyvisual-flash object {
		height: 27.6em;
		width: 60.45em;
		margin: 0;
		padding: 0;
	}
	  
	span.green {
		color: #669900;
	}
	
	span.grey {
		color: #666666;
	}
	
}

