/*
 * HAMBURG-DIALAWGUE.COM
 * CHRISTOPH GREGGERSEN, 2014
 * PRINT.CSS
*/

/* SITE: GENERAL */
body {
	background: #fff;
    padding: 0px;
    text-align: left;
}
div.backstretch {
	display: none !important;
}

/* SITE: STAGE */
table#stage td.stage.left-col {
	display: none;
}

/* SITE: CONTENT */
div.content {
	width: 100%;
}
div.content div.inner {
	padding: 20px 20px 8px 20px;
}

/* CONTENT: GENERAL */
* a {
    color: #cc0000;
    text-decoration: none;
}