#sitemap,
.contact,
.counter img,
.counter a,
.toplink,
.toplink a,
.topLink a:hover{
  display: none;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "lucida sans unicode", verdana, arial, sans-serif;
  font-size:0.93em;
  color: black;
  background: #ffffff url(../pics/bg.jpg) no-repeat 2px 0;
}
.smallbody {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "lucida sans unicode", verdana, arial, sans-serif;
  font-size:0.93em;
  color: black;
  background:#ffffff url(../pics/bg.jpg) no-repeat 2px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "lucida sans unicode", verdana, arial, sans-serif;
  font-weight: bold;
  width:100%;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}
h2 {
  font-size: 1.4em;
  color: #5F5F5F;
  background-color: #ffffff;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.0em;
}
h6 {
  font-size: .8em;
}
ol, ul, li, dl, dt, dd {
  font-size: 0.93em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
  page-break-inside:avoid;
}
p {
  width:90%;
  font-size: 1.0em;
  line-height: 1.5;
  margin: 0 0 1em 0;
  page-break-inside:avoid;
}
.klein{
  color:#7F7F7F;
  background: #ffffff;
  }
a, a:visited, a:hover, a:visited:hover {
  color: #0000DF;
  background: #ffffff;
  text-decoration: none;
}
a img {
  border: none;
}
a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}
a[href^="/"]:link:after {

  content: " (Link auf <http://www.v-henning.de " attr(href) ">) ";

}