@charset "utf-8";
/* CSS Document */

@media print{ 
	/*hide the left column when printing*/ 
	#header {
		display: none;
	}
	#pagewidth {
		border: none;
	}
	#nav{
		display: none;
		visibility: hidden;
	}
	#context{
		display: none;
		width: 0;
	} 
	#twocols, #content{
		width: 100%; 
		float: none;
	}
	#content h1 {
		font-size: 150%;
		font-weight: bold;
		z-index: 10000;
	}
	#content h2 {
		font-size: 125%;
		font-weight: bold;
		z-index: 10000;
	}
	#content h3 {
		font-size: 100%;
		font-weight: bold;
		z-index: 10000;
	}
	#content p {
		font-size: 100%;
		z-index: 10000;
	}
	#content p.breadcrumb {
		font-size: 90%;
		z-index: 10000;
	}
	#content table {
		width: 100%;
	}
	#content p.small {
		font-size: 90%;
		z-index: 10000;
	}
	#content p.smallbold {
		font-size: 90%;
		font-weight: bold;
		z-index: 10000;
	}
	#content ul li {
		font-size: 100%;
	}
	#footer {
		display: none;
	}
	#quelle {
		display: block;
		visibility: visible;
		margin-left: 30px;
	}
	#quelle p{
		text-align: left;
		font-size: small;
	}
}

