@charset "utf-8";
#center {
  width: auto;
  margin: 0;
}
body,
#container {
  color: black;
  background: none;
  border: none;
}
#toolbar,
#header,
#nav,
#sidebar,
#footer {
  display: none;
}
#main {
  background: none;
  float: none;
}
#content {
  width: auto;
  background: none;
  border: none;
  margin: 2em;
  padding: 0;
  float: none;
}
h1, h2, h3, h4, h5, h6 {
  color: black;
}
a {
  color: black;
  text-decoration: underline;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
  content: " <" attr(href) "> ";
  color: #aaa;
  font-style: italic;
  font-weight: normal;
}
a[href^="/"]:after {
  color: #aaa;
  content: " <http://www.scw-1911.de"attr(href)"> ";
}
a[href^="mailto"]:after {
  content: "";
}
.actionpictures a {
  text-decoration: none;
}
.actionpictures a:after {
  content: "";
}