/* bs.css  --  Haupt-CSS für bertram-scharpf.de */
body {
  font-family: Century Schoolbook, Times New Roman, serif;
  font-size: 12pt;
  background-color: #dfdfef;
}
body > table { max-width: 640px; }
a {
  color: #653600;
  text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: #985200; }
img.open_logo { padding-left: 2em; }
td.ueberschrift {
  font-family: Century Schoolbook, Times New Roman, serif;
  font-size: 48px;
  padding-left: 0em;
  padding-bottom: 12px;
  padding-top: 12px;
}
td.ueberschrift a { color: #653600; }
td.ueberschrift a:hover { text-decoration: none; }
td.verzeichnis { vertical-align: top; }
td.verzeichnis div { width: 144px; }
td.verzeichnis div {
  background-color: #653600;
  padding: 1em;
}
td.verzeichnis div { color: #ffffff; }
td.verzeichnis div a {
  text-decoration: none;
  color: #ffffff;
}
td.verzeichnis div a:hover { text-decoration: underline; }
td.inhalt {
  vertical-align: top;
  padding-top: 1em;
  padding-left: 1em;
}
td.inhalt { border-top: thin dotted #653600; }
p.validator { text-align: right; }
div.neues h2 {
  font-family: Courier, Courier New, monospace;
  font-weight: bold;
  font-size: 14pt;
}
p.anschrift { padding-left: 1em; }
p.anschrift tt {
  font-family: Courier, Courier New, monospace;
  font-size: 12pt;
}
td.inhalt h3 { padding-top: 1em; }
p.paket a {
  font-size: 16px;
  font-weight: bold;
}
