@media print,handheld {
	* {
	 margin: 0;
	 padding: 0;
	 border: none;
	 list-style: none;
	}
		
	#layout-box {
		width: 100%;
	}
	
	#navigation {
		display: none;
	}
	#quick-skip,
	#barrierefreiheit,
	#navigation,
	#language,
	#features,
	h3.abschnitt, 
	a#view-top,
	a:link#view-top,
	a:active#view-top,
	a:visited#view-top,
	a:hover#view-top,
	a:focus#view-top {
		display: none;
	}
	
	#content a,
	#content a:link,
	#content a:visited,
	#content a:active,
	#content a:hover,
	#content a:focus,
	a,
	a:link,
	a:visited,
	a:active,
	a:hover,
	a:focus  {
		color: #000;
		text-decoration: none;
		border: 0;
		background: none;
		padding: 0;
	}
	
	#breadcrumb {
		position: absolute;
		top: 2em;
		left: 10em;
	}
	#breadcrumb-navi {
		background: #EEEEEE;
	}
	#breadcrumb-navi li {
		float: left;
		padding: 0 1em 0 0;
		display: block;
		line-height: 1.2em;
	}
	
	#breadcrumb-navi li:after { 
		content:" / "; 
		padding-left: 1em;
	}
	#breadcrumb-navi a,
	#breadcrumb-navi a:link,
	#breadcrumb-navi a:visited,
	#breadcrumb-navi a:active,
	#breadcrumb-navi a:hover,
	#breadcrumb-navi a:focus {
	}
	#breadcrumb-navi #home {
		float: none;
		background: #fff;
		line-height: 1.5em;
		color: #000;
		border: 0;
		border-bottom: 0.35em solid #fff;
	}
	#breadcrumb-navi #home:after {
		 content:""; 
	}
	#breadcrumb-navi #home a,
	#breadcrumb-navi #home a:link,
	#breadcrumb-navi #home a:visited,
	#breadcrumb-navi #home a:active,
	#breadcrumb-navi #home a:hover,
	#breadcrumb-navi #home a:focus {
		color: #000;
		border: 0;
	}
	#footer {
		clear: both;
		float: none;
		padding: 2em 0 0 0;
		width: 100%;
		position: static;
	}
	hr {
		clear: both;
		margin: 0;
		padding: 0;
		height: 0;
		line-height: 0;
		border: 0;
		display: none;
	}
	
	#content a.anchor,
	#content a:link.anchor,
	#content a:active.anchor,
	#content a:visited.anchor,
	#content a:hover.anchor,
	#content a:focus.anchor,
	#content a.anchor-aim,
	#content a:link.anchor-aim,
	#content a:active.anchor-aim,
	#content a:visited.anchor-aim,
	#content a:hover.anchor-aim,
	#content a:focus.anchor-aim,
	#content a.back,
	#content a:link.back,
	#content a:active.back,
	#content a:visited.back,
	#content a:hover.back,
	#content a:focus.back,
	#content a.blank,
	#content a:link.blank,
	#content a:active.blank,
	#content a:visited.blank,
	#content a:hover.blank,
	#content a:focus.blank,
	#content a[target="_blank"],
	#content a[target="_blank"]:link,
	#content a[target="_blank"]:active,
	#content a[target="_blank"]:visited,
	#content a[target="_blank"]:hover,
	#content a[target="_blank"]:focus,
	#content a.download,
	#content a:link.download,
	#content a:active.download,
	#content a:visited.download,
	#content a:hover.download,
	#content a:focus.download {
		background-image: none;
	}
	#content h3.empty {
		display: none;
	}
}