#header, #navigation, #headpic, #infocol, #features, #footer {
  display: none;  
}

#content {
  visibility: visible;
  width: 80%;
  margin: 0 auto;
  font-family: Arial, "MS Trebuchet", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}
a:link:after, a:visited:after {
content: " (http://www.gc-eichenried.de"attr(href)") ";
}

.padding {
  visibility: visible;
  margin: 0;
}