/*
 * 	vim: set fdm=marker:
 *	Common Styles for PROJECT
 *	(c) 2006 by Markus Fischer <markus@fischer.name> or <markus.private@gmail.com>
*/

/* {{{ Print stylesheet */
h1,
#nav,
#lang-chooser {
	display: none;
}
.article img,
.news-content-first img,
.news-content img {
	padding: 0 1em 0.5em 0;
	float: left;
}
.article .contact {
	width: 60%;
	float: left;
}
.clear {
	clear: both;
}
#footer {
	border-top: 1px solid black;
	margin-top: 1em;
/* }}} */
