@media print {

	#header h1 a {
		color: Black;
		text-decoration: none;
	}

	#menu_path, #menu_left, #menu_leftV, #menu_bottom, #language, #right_content, #friend, #print {
		display: none;
	}

	#footer {
		margin-top: 5em;
		padding-top: 1em;
	}

}