body {
   background: white;
   font-size: 12pt;
}

#bereitschaft,
#mainnav,
#footer li a,
form,
.hide {
   display: none;
}

#footer ul {
	list-style: none;
}

#kopf h1 a {
	text-decoration: none;
}
   
#content {
   width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

a:link, a:visited {
   color: #ccc;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}