* {
	background-color: #ffffff !important;
	font-family: Cambria, Constantia, "Times New Roman", Times, serif;
	text-align: justify;
}

body, div#content {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

div#content_sub, div#nav_main {
	display: none;
}

a:not([href^="#"]):after {
	content: " ("attr(href)")";
	color: #ccc;
	font-style: italic;
	font-size: 0.85em;
}

*[title]:after {
	content: " ("attr(title)")";
	color: #eee;
	font-style: italic;
	font-size: 0.85em;
}

img[alt]:after {
	content: "\A ("attr(alt)")";
}

body {
	quotes: "\201E" "\201C" "\201A" "\2018";
}

q:Before, blockquote:before {
	content: open-quote;
}

q:after, blockquote:after {
	content: close-quote;
}

hr {
	page-break-before: always;
	color: #fff;
	margin-bottom: 3em;
	text-align: left;
}

hr:after {
	content: "Original: addventure.warringersworks.de";
}