

  /**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

 /**
  * Modifikationen, Ergaenzungen, Copyright:
  * CeDiS, http://www.cedis.fu-berlin.de
  * Datum: 13.05.2011
  */

@media print
{
  #header, #main { padding: 0; }

  body .subc, body .subcl, body .subcr { margin: 0 0 15px 0; padding: 0 0 14px 0 !important; border-bottom: 0 none !important; }

  body .subcolumns { border: 0 none; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) optional changes of font-family and font size
   * (de) optionale Anpassung der Schriftenfamilie und der Schriftgröße
   */

  body { font-size: 8pt; }
  /*
  body * { font-family: "Times New Roman", Times, serif; }
  code, pre { font-family:"Courier New", Courier, mono; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional output of acronyms and abbreviations*/
  /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */

  /*
    abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
  */

  /*------------------------------------------------------------------------------------------------------*/

  /* (en) optional URL output of hyperlinks in print layout */
  /* (de) optionale Ausgabe der URLs von Hyperlinks */
  /*
    a[href]:after {
      content: " "attr(href)"";
      color: #ccc;
      background: inherit;
      font-style: italic;
    }*/

    a[href] {
      color: #ccc;
      text-decoration: underline;
    }

  /* (en) Avoid page breaks right after headings */
  /* (de) Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
  h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
    
  /**
   * Anpassungen CEDIS
   */
   
	.c10l, .c10r .c20r, .c20l, .c30r, .c30l, .c40r, .c40l, .c50r, .c50l, .c60r, .c60l, .c70r, .c70l, .c80r, .c80l, .c90r, .c90l {
	    width: 100%; margin:0; float:none; overflow:visible; display:table;
	}

	#fu_logo img {
	  margin-bottom: 30px;
	}

  #footer {
    display: block;
    border-top: 1px solid #666;
    margin-top: 10px;
    padding: 20px 0;
    color: #999;
    font-size: 90%;
  }

  #topnav,
  .identity_text,
  .breadcrumbs,
	#services,
  .vlist,
  #nav,
  #media_container,
  #slideshow_container,
  .site_functions,
  #banner,
  #bottomnav,
  .links_box_left,
  .downloads_box_left,
  .strip_image,
  .sidebar_banner,
  .identity_image {
	  display: none;
	}

	#main_content ul {
  	list-style-type: square;
  	margin-left: 15px;
  }

  #main_content ul li {
  	padding-left: 0;
  }

  #main ul {
  	list-style-type: square;
  	margin-left: 15px;
  }
  
  #main ul li {
  	list-style-type: square;
  }

  #main_content ul li {
  	padding-left: 0;
  }

}


