@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.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 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) 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: Arial,Helvetica,Verdana,Sans-Serif;  	
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
  body {
    font-family: Arial,Helvetica,Verdana,Sans-Serif;
    font-size: 75.00%; 
    color: #444;  
  }

  h1,h2,h3,h4,h5,h6 { 
  	font-family: Arial,Helvetica,Verdana,Sans-Serif; 
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }

  h1 { font-size: 130%; color:#1d3d77;} /* 24px */
  h2 { font-size: 120%; color:#1d3d77}  /* 24px */
  h3 { font-size: 110%; color:#1d3d77}  /* 18px */
  h4 { font-size: 110%; color:#1d3d77}  /* 16px */
  h5 { font-size: 100%; color:#1d3d77 } /* 14px */
  h6 { font-size: 100%; font-style:italic; color:#1d3d77}  /* 14px */

  #header h1 {
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span {
    color:#999;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### 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 }

  /* ### 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 }


  /**
   * Color Classes
   * (en) Standard color definition
   * (de) Standard Frab Definitionen
   *
   * @section content-generic-classes
   */  
  
  
  /* Allarea */
  .bg_allarea {
  	/*background-color: #ced6e9;*/
	background-color:green;
	}	
  
  .fc_allarea {
  	color: #04429c;
  }
  

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #003399; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#003399; text-decoration:underline;}
  
  #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;}


  /**
   * Internal Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #003399; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#003399; text-decoration:underline;}
 
  /* (en) Links Company incl. Link arrow */
  /* (en) Link Formatierung für den Firmenbereich inkl. Pfeil */
  a.company {
  	color: #620122;
	font-size:8.5pt; 
	text-decoration:none;
	background:transparent url(../../images/icons/arrow_company.gif) left top no-repeat; 
	padding-left: 1em;
  }
  
  a.company:focus,
  a.company:hover,
  a.company:active {
  	text-decoration:underline;
	color: #620122;
  }


  /* (en) Links Company incl. Link arrow */
  /* (en) Link Formatierung für den Firmenbereich inkl. Pfeil */
  a.statistic {
  	color: #033a87;
	font-size:8.5pt; 
	text-decoration:none;
	background:transparent url(../../images/icons/arrow_blue.gif) left top no-repeat; 
	padding-left: 1em;
  }
  
  a.statistic:focus,
  a.statistic:hover,
  a.statistic:active {
  	text-decoration:underline;
	color: #033a87;
  }


  /**
   * Buttons Funktionen
   *
   * (en) Formatting of buttons and function Links
   * (de) Gestaltung von Buttons und Funktions
   *
   */  
	.function {
		color: #224c96;
		font-size: 8.5pt;
		padding: 0.25em 0 0.25em 2em;
		font-weight:bold;
		margin-right: 2em;
	}
	
	
	.func_print {
		background:transparent url(../../images/icons/icon_print.gif) no-repeat;
	}
	
	.func_sendtofriend {
		background:transparent url(../../images/icons/icon_sendtofriend.gif) no-repeat;
	}


  /**
   * Icons und Arrows
   *
   * (en) Formatting of Icons and Arrows
   * (de) Gestaltung von Icons und Link Pfeilen
   *
   */

	.icon-experts, .icon-companys, .icon-publications, .icon-events, .icon-users, .icon-teaser-publications, .icon-teaser-events, 
	.icon-statistic-today, .icon-statistic-user, .icon-tab {
		display:block;
		/*line-height:12px;*/
		background-color:transparent;
		background-position:left top;
		background-repeat:no-repeat;
		padding-left: 2.5em;
	}
	

	/* (en) Standard icons: formatting the standard icons for all areas  */
  	/* (de) Standard Icons:  Formatierung der standard Icons für alle bereiche */	
	.icon-experts {color: #006633; background-image: url(../../images/icons/icon_experts.gif); padding-left: 2.8em; }
	.icon-companys {color: #620122; background-image: url(../../images/icons/icon_companys.gif); padding-left: 2.5em; }
	.icon-publications {color: #000066; background-image: url(../../images/icons/icon_publications.gif); padding-left: 2.8em; }
	.icon-events {color: #BB5E01; background-image: url(../../images/icons/icon_events.gif); padding-left: 3.3em; }
  
  
	/* (en) General icons: formatting the general icons used in the application  */
  	/* (de) Allgemeine Icons:  Formatierung der allgemeinen Icons der Anwendung */
	.icon-tab { background-image: url(../../images/icons/arrow_tab_blue.gif); padding-left: 1.5em; }
	.icon-users { background-image: url(../../images/icons/icon_users.gif); }
	
	.icon-teaser-publications { background-image: url(../../images/icons/icon_publications_tb.gif); padding-left: 2.8em; }
	.icon-teaser-events { background-image: url(../../images/icons/icon_events_tb.gif); padding-left: 3.2em; }
	
	/* (en) Header icons: formatting the header icons used in the application  */
  	/* (de) Header Icons:  Formatierung der header Icons der Anwendung */	
	.icon-statistic-today { background-image: url(../../images/icons/icon_statistic-today.gif); padding-left: 1.5em; }
	.icon-statistic-user { background-image: url(../../images/icons/icon_statistic-user.gif); padding-left: 1.5em; }
	
	
	/* (en) Toolbar icons: formatting the list toolbar icons used in the application  */
  	/* (de) Toolbar Icons:  Formatierung der Icons für die Listen Toolbar Icons */
	.icon-li-publications,  .icon-li-events, .icon-li-statistic {
		background-color:transparent;
		background-position:left top;
		background-repeat:no-repeat;
		padding: 0.1em 0 0.2em 0;
		margin: 0 0.4em;
		font-size:8.5pt;
		display: inline;
		
	}		
	
	.icon-li-publications { background-image: url(../../images/icons/icon_li_publications.gif); padding-left: 2.8em; line-height: 14pt }
	.icon-li-events { background-image: url(../../images/icons/icon_li_events.gif); padding-left: 2.8em; line-height: 14pt }
	.icon-li-statistic { background-image: url(../../images/icons/icon_li_statistic.gif); padding-left: 1.8em; line-height: 14pt }
	


  /**
   * (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;
  }
  
  
  /* (en) hide element */
  /* (de) Element ausblenden */
  
  .hideInitially {
	display: none;
	}
   
   .hide {
	display: none;
   }
  
  /**
   * Employee boxes
   */
   .csc-frame-employee {
   	float: left;
   	margin: 10px;
   	width: 250px;
   }
  
}


