body {
  margin: 0px;
  background-color: #FAFAFA;
  font-size: 11pt;
  font-family: arial, helvetica, "trebuchet ms", sans-serif;
  color: #373121;
}
td {
  font: 15px arial, helvetica, sans-serif;
}
img {
  border: none;
}
.noprint {
  display: none;
}
h1 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 20px;
  color: #373121;
  letter-spacing: 0.5px;
}
h2 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 10px;
  color: #373121;
  letter-spacing: 0.5px;
}
cite {
  display: block;
  padding-left: 10px;
  border-left: 3px solid #AFAFAF;
}

.date {
  border-bottom: 1px solid #DFDFDF;
}


/* für die Navigationsüberschriften, */
.navheadline {
  color: #673401;
}

/*Fuß eines Postings*/
.footerentry, .footcomment {
  color: #373121;
  text-align: center;
}

.abschluss {
  text-align:right;
  border-top: 1pt solid #673401;
}

/* CDs bekommen eine Linie darunter*/
.cds {
  border-top: 1px dotted #373121;
  margin-bottom: 20px;
/*  clear: both;*/
}


/*normale Links im Text*/
a:link {
  text-decoration: none;
  color: #673401;
}
a:visited {
  text-decoration: none;
  color: #673401;
}
a:hover {
  text-decoration: underline;
  color: #673401;
}
a:active {
  text-decoration: none;
  color: #673401;
}


/* Formulare */
form {
  display: none;
}

/* layout mit divs */
.header {
  display: none;
}
#navi {
  display: none;
}

#outercontent {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 812px;
}
#content {
  margin-top: 20pt;
  margin-left: 40pt;
  padding-right: 20pt;
  width: 100%;
  vertical-align: top;
  line-height: 16pt;
  padding-left: 10px;
  text-align: left;
  z-index: 10;
}

.postingfuss {
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  margin-bottom: 50px;
  border-top: 1px dotted #4F4F4F;
}
.teaser {
  position: absolute;
  top: 163px;
  left: 40px;
  font-size: 13px;
  z-index: 4;
  text-align: right;
}
