body {
  background-color: white !important;
  background-image: none !important;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.menu, #logo, #skyscraper, .hmenu, .null{ 
  display: none; 
  width:0px; 
  height:0px;
  background-color: white !important;  
  background-image: none !important;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
}

#content, .body, #content_box, #content_middle, #content_header, #content_footer {
  width: auto !important;
  height: auto !important;
  border:0px;
  font-size: 100%;
  display:block;
}

.body a:link:after, .body a:visited:after {
  content: " ("attr(href)")";
  font-size: 90%;
}

.content a[href^="/"]:after {
  content: "(http://www.missionswerk.de" attr(href)")"; 
}

acronym[title]:after, abbr[title]:after {
  content: ' (' attr(title) ')';
}

dl, dt, dd, img {
  float:none !important;
}