/*  Style-Sheet       */
/* (c) OLUFS-Software */

a[href^="http://"]:after,
a[href^="https://"]:after {
	content: " [" attr(href) "] ";
	font-size: 8px;
	color: silver;
}

body {
	background-color: white;
}

.Inhalt {
	margin: auto;
	border: none;
	padding: none;
}

#header {
	background-image:	none;
	background-color:	white;
}

#print_only {
	display:inline;


}

#screen_only {
	display: none;
}

#nav {
	display: none;
}

#footer {
	background-color: white;
}

.box {
	display: none;
}

#werbung {
	display: none;
}
