@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;
	background: none;
  }

  #carreer ul { 
  	list-style-type: dash;
  	margin: 2em 0 2em 0;
  	padding: 0;
  }
  
  #carreer ul li { 
  	margin-top: 0 !important;
  	padding-top: 0 !important;
	vertical-align: top;
	margin-top: -6px;
  }
  
  #carreer ul li a { 
  	margin: 0 !important;
  	padding: 0 !important;
  }
  
  #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:underline; 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;
	text-decoration: none;
  }
  #overview a:focus,
  #overview a:hover,
  #overview a:active{ text-decoration:underline; }
  
  #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;
  }


  /**
   * Anpassungen Links Usability Optimierung
   */

	#col2 a,
	#col3 a.download
	{
		padding-left: 16px;
		background-image: url('link-icons-vitrashop.gif');
		background-repeat: no-repeat;
		background-position: 0 2px;
		text-decoration: none;
		line-height: 1.5em;
	}
	#col2 a:focus,
	#col2 a:hover,
	#col2 a:active
	{
		text-decoration:underline;
	}
	
	#col2 a[href^="mailto:"]
	{
		background-position: 0 -97px;
	}
	#col2 a[href^="http"]
	{
		background-position: 0 -998px;
	}
	
	#col2 div.teaserContainerEditMode a,
	#col2 div.teaserLinkDiv a,
	div.teaserEditDiv a {background: none !important; padding: 0 !important;}
	
	#col2 a.download,
	#col3 a.download
	{
		background-position: 0 -598px;
		text-decoration: none;
		display: block;
	}
	#col2 a.download:focus,
	#col2 a.download:hover,
	#col2 a.download:active,
	#col3 a.download:focus,
	#col3 a.download:hover,
	#col3 a.download:active
	{
		text-decoration: underline;
	}
	#col2 a.download span.description,
	#col3 a.download span.description 
	{
		color: #666666;
		text-decoration: none;
	}
	
	#main a.download-xls,
	#main a.download-xlt,
	#main a.download-xlsx,
	#main a.download-xltx
	{
		background-position: 0 -198px;
	}
	#main a.download-flv
	{
		background-position: 0 -298px;
	}
	#main a.download-mov
	{
		background-position: 0 -398px;
	}
	#main a.download-mp3
	{
		background-position: 0 -498px;
	}
	#main a.download-txt
	{
		background-position: 0 -598px;
	}
	#main a.download-pdf
	{
		background-position: 0 -698px;
	}
	#main a.download-jpg,
	#main a.download-gif,
	#main a.download-bmp,
	#main a.download-jpeg,
	#main a.download-png
	{
		background-position: 0 -798px;
	}
	#main a.download-ppt,
	#main a.download-pot,
	#main a.download-pptx,
	#main a.download-potx
	{
		background-position: 0 -898px;
	}
	#main a.download-doc,
	#main a.download-dot,
	#main a.download-docx,
	#main a.download-dotx
	{
		background-position: 0 -1098px;
	}
	#main a.download-exe
	{
		background-position: 0 -1198px;
	}
	#main a.download-zip,
	#main a.download-rar,
	#main a.download-tar
	{
		background-position: 0 -1298px;
	}
	
	
	#col3 h2 a,	
	#col3 h3 a,
	#col3 th a
	{
		padding-left: 16px;
		background-image: url('link-icons-vitrashop.gif');
		background-repeat: no-repeat;
		background-position: 0 2px;
		text-decoration: none;
	}
	#col3 h2 a:focus, #col3 h2 a:hover, #col3 h2 a:active,
	#col3 h3 a:focus, #col3 h3 a:hover, #col3 h3 a:active,
	#col3 th a:focus, #col3 th a:hover, #col3 th a:active
	{
		text-decoration:underline;
	}
	#news h3 a { background-position: 0 6px; }
	#col3 h2 a.anker,	
	#col3 h3 a.anker,
	#col3 th a.anker
	{
		padding-left: 0;
		background-image: none;
	}
	
	

	
  /**
   * 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
   */

  #col3 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;
	}
	
	a.icon_prod {
		display: inline;
		padding: 0 !important;
	}
	
	a.rss { 
  		background: url(icon-rss.gif) no-repeat left center; 
		padding-left: 15px;
  	}
	
}


