/* =Ausblenden nicht erwünschter Bereiche beim Druck */
html .header,.navi,.featured,.neuste-ausgaben,.footer-graphic,.footer-list2,.inhalt-bilder,.galerie,.news-inhalt .bilder {
	display: none !important;
}

body {
	background: none;
}
/* Spezielles */
html .main {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

html .inhalt {
	width: auto;
	margin: 0 0 0 0;
	padding: 0;
	background: none;

}
html .footer {
	width: auto;
	margin: 0;
	background: none;
	padding: 0 0 0 0;
	border-top: 1px solid #737373;
	text-align: center;
	height: auto;
}
.inhalt-text {
	width: auto;
	margin: 0;
	padding: 0;
}
.news-inhalt .text {
	width: auto;
	margin: 0;
}
html .footer ul li  {
	text-align: center;
	float:none;
}
.footer a {
	display: none;
}
.footer .cp {
	display: inline;
	text-decoration: none;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
* img {
	display: none;
}

html .inhalt h1 {
	margin: 0 0 10px 0;
}
/* Linkhrefs hinter Links schreiben*/
.inhalt a[href]:after {
   content: " (" attr(href) ") ";
}

.inhalt a[href^="/"]:after {
   content: " (http://www.baillusionen.de" attr(href) ") ";}