#header,
#vis,
#navbar,
#seite,
#foot,
.artikel-links,
{
	display: none !important
}
body{
	font: 11pt "Times New Roman", Times, serif;
	color: #000;
	background: none !important;
	background-color: #fff !important
}
#container,
#inhalt{
	width: 100%;
	background: none !important;
	background-color: #fff !important;
	padding: 0;
	margin: 0
}
h1{
	font-size: 1.6em
}
h3{
	letter-spacing: 0
}
pre{
	width: 95%;
	padding: 5px 2px;
	white-space: normal;
	background: #fff
}
a{
	border: none !important;
	text-decoration: underline;
	color: blue
}
a.external{
	background: none !important;
	padding: 0 !important
}
#inhalt a[href]:after {
	content: " (" attr(href) ") "
}
#inhalt a[href^="/"]:after{
	content: " (http://" attr(href) ") "
}
#inhalt ul li{
	background: none;
	list-style: disc
}


