@page { 
	margin: 1.8cm 
}

nav {
	display: none;
}

.background_img {
	display: none;
}

header {
	height: 146px;
	padding-top: 0;
}

/* URL sichtbar machen */
#content a[target='_blank']:after { 
	content: " (Link: " attr(href) ") ";
	font-weight: normal;
	font-size: 0.7em;
	white-space: nowrap;
}

a {
	color: #333;
	text-decoration: none;
}

footer {
	border-top: 1px solid #999;
	font-size: 0.9em;
}

footer:after {
	content: "Ausdruck von www.livingjoy.ch";
}

