/*
	AUTOR: Philipp Haubner
	Print - Style
*/
	body {
		background:none;
	}
	div#wrapper {
		background:none;
		margin:0px;		
	}
	div#body {
		background:none;
		width:620px;
	}
	div.headline-print {
		display:none;
	}	
	div#header {
		display:none;
	}
	div#footer {
		background:none;
		width:650px;
	}
	div#sidebar-left, div#sidebar-right {
		display:none;
	}
	div#bottom {
		display:none;
	}
	div.pagination {
		display:none;
	}
	div#body {
		width:620px;
	}
	div#content div#headline, div#content {
		width:620px;
	}

	div#content img.content-image {
		margin-right:120px;
	}
	div#breadcrumb {
		color:black;
	}
