/**
 * Projekt Vorlagenkatalog 
 *
 * Print-Stylesheet Techfak
 *
 * Layout für die Druackausgabe
 *
 * @copyright       Copyright 2013-2020, RRZE
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
 * @link            http://www.vorlagen.uni-erlangen.de
 * @package         css
 * @version         1
 * @lastmodified    02/2013
 */


@media print
{

	/*  ------------------------------------------------------
		HEADER
	--------------------------------------------------------*/
	
	div#kopf div#logo img {
		max-width: 200px;
		height: auto;
		/*margin-right: 20px;*/
		margin-left: 20px;
		margin-bottom: 50px;
		float: right;
	}
	
	div#kopf div#logo p,
	div#kopf div#logo p a {
		color: #003366;
		text-decoration: none;
		font-size: 16pt !important;
		line-height: 140%;
	}
	
	div#kopf div#logo p .description {
		font-size: 14pt !important;
		display: block;
	}
	
	div#kopf div#titel h1 {
		clear: both;
		margin: 20px 0 10px;
		text-decoration: none !important;
	}
	
	#kopf #breadcrumb {
	   display: block;
	}              
	
	#kopf #breadcrumb h2 {
	   display: none;
	}              
	
	#kopf #breadcrumb strong,
	#kopf #breadcrumb a:link,
	#kopf #breadcrumb a:visited {
		color: #003366;
		font-weight: normal;
		font-size: .8em;
	}

	/*  ------------------------------------------------------
		CONTENT
	--------------------------------------------------------*/ 
	
	#content {
		padding: 0;
	}
	
	hr#vorfooter {
		margin-top: 20px;
	}
	
	table {
		page-break-inside: avoid;
	}
	
	#content p, #content span, #content div, #content li, #content a {
		font-size: 10pt !important;
	}
	
	/*  ------------------------------------------------------
		ÜBERSCHRIFTEN
	--------------------------------------------------------*/ 

	#content h1,
	#content h2 {
		margin: 20px 0 10px;
		}

	#content h3,
	#content h4 {
		margin: 15px 0 5px;
	}
	
	/*  ------------------------------------------------------
		LINKS
	--------------------------------------------------------*/ 

	#content a:link:after {
		content: " (" attr(href) ") ";
		font-size: .7em;
	}

	#content a:link,
	#content a:visited {
		color: #003366;
	}
	
	
	/*  ------------------------------------------------------
		CODE, PRE
	--------------------------------------------------------*/ 
	
	pre {
		clear: both;
		border: 1px solid #A4ABB3;
		margin: 5px 0;
		padding: 10px;
		white-space: normal;
		font-size: .9em;
	}
	
	/*  ------------------------------------------------------
		HINWEISBOXEN
	--------------------------------------------------------*/
	
	#content div.vollbox {
		page-break-inside: avoid;
	}
	
	#content div.hinweis,
	#content div.hinweis_rechts,
	#content div.hinweis_links,
	#content div.hinweis_wichtig,
	#content div.baustelle {
   		padding: 10px;
	}
		
	#content div.hinweis,
	#content div.hinweis_rechts,
	#content div.hinweis_links {
    	display: list-item;
    	list-style-image: url(/img/ktip.png);
   		list-style-position: inside;
	}
	
	#content div.hinweis_wichtig {
    	display: list-item;
    	list-style-image: url(/img/important.png);
   		list-style-position: inside;
	}
	
	#content div.baustelle {
    	display: list-item;
    	list-style-image: url(/img/package_settings.png);
   		list-style-position: inside;
	}

}
