/*
**	print.css
**	CSS fuer den Druck, blendet alles ausser Post-Content aus.
*/

html, body {
	background-color: #FFFFFF;
	font-size: 15px;
	line-height: 120%;
}

#left, #right, #header, #quick_edit_bar, .comment_status, .comments, #tools, #imagePreload, .actionLinks, #links, #flattr {
	display: none;
}

#content #print_info {
	margin-top: 50px;
	display: block;
}

div.theContent {
	width: 90%;
}

h2 {
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 30px;
}