@media print {
	body {
		background-image: none;
	}
	
	#menu, #utils, #selYear {
		display: none;
	}
	
	h1#logo {
		height: 51px;
		clear: both;
		float: none;
		position: relative;
	}
	
	h2.invisible {
		display: block;
		visibility: visible;
	}
	
	#subhead {
		background-image: none;
		display: none;
	}
	
	#content {
		font-size: 16px;
		margin: 0em;
	}
	
	div#maincontent {
		margin:0em;
		padding:0em;
	}
	
	.noprint {
		display: none;
	}
	
	#statistik_tabelle, #statistik_tabelle table {
		float: none;
		clear: both;
	}
	
	#statistik_tabelle table {
		width: 100%;
	}
	
	#statistik_info {
		margin: 0em;
	}
	
	div.pagelinks {
		display: none;
	}
	
	div.heightspacer {
		height: 1px; 
	}
	
	div#speedline {
		display: none;
	}
	
	div#wahl {
		padding:0em;
		margin:0em;
	}
}

