body {
     background: transparent;
    font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
    color : #000000;
    padding : 0;
    margin : 0;
}

#logo, #flash_hdr, #menu, #teaser, #suchworte { display: none; }

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}


a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: 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://encepto.de " attr(href) ">) ";
}


#logo {
    position : absolute;
    margin : 0;
    padding : 0;
}

h1 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana,
"Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  font-size : 14pt;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

#content {
    position : absolute;
    margin : 0;
    padding : 0;
    background-color : #e9e6df;
}

address {
    position : absolute;
    margin : 0;
    padding : 0;
    font-size : 10pt;
    font-style: normal;
}