/* CSS-Stylesheet für die Web-Seiten zur Rundfunkmafia. */

/* Grundsätzliche Einstellungen. */

body {
  margin-top      : 0;
  margin-bottom   : 0;
  margin-left     : auto;
  margin-right    : auto;
  max-width       : 34em;
  padding         : 2em;

  background-color: #ffffff;
  color           : #000000;

  font-family     : Times, Times New Roman, serif;
  font-size       : 12pt;
  font-stretch    : normal;
  font-style      : normal;
  font-variant    : normal;
  font-weight     : normal;

  letter-spacing  : normal;
  line-height     : 140%;
  text-align      : left;
  text-decoration : none;
  text-indent     : 0;
  text-transform  : none;
  white-space     : normal;
  word-spacing    : normal;

  -webkit-hyphens : auto;
  -moz-hyphens    : auto;
  -o-hyphens      : auto;
  -ms-hyphens     : auto;
  hyphens         : auto;
  }

/* Links. */

a:link {
  color          : #002699;
  text-decoration: none;
  }
a:active, a:focus {
  outline        : none;
  }
a:visited {
  color          : #667399;
  text-decoration: none;
  }
a:hover {
  color          : #002699;
  text-decoration: underline;
  }

/* Überschriften. */

h1, h2, h3 {
  font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
  font-weight: bold;
  }

h1 {
  font-size  : 14pt;
  text-align : center;
  }
h2 {
  font-size  : 12pt;
  margin-top : 2em;
  }
h3 {
  font-size  : 12pt;
  margin-top : 1em;
  }

/* Absätze. */

p.go_up, p.go_back {
  font-size       : 10pt;
  font-style      : italic;
  }
.table {
  margin-top      : 1em;
  }
p.date {
  padding-top     : 5em;
  font-size       : 0.75em;
  text-align      : center;
  }
xmp {
  font-family     : Monaco, Lucida Sans Typewriter, Courier, Courier New, Fixedsys, monospace;
  font-size       : 8pt;
  line-height     : 150%;
  }
.toc {
  margin-top      : 0em;
  margin-bottom   : 0em;
  }
.mail {
  margin-top      : 0.4em;
  margin-bottom   : 0.4em;
  }
.mail_bgrnd {
  max-width       : 28em;
  width           : 100%;
  background-color: #dfdfdf;
  padding-top     : 0.1em;
  padding-left    : 1em;
  padding-right   : 1em;
  padding-bottom  : 0.1em;
  }

/* Zeichen. */

b {
  font-weight: bold;
  }
i {
  font-style : italic;
  }
.note {
  font-size  : 8pt;
  line-height: 140%;
  }

/* Tabellen. */

table {
  background-color: #dfdfdf;
  font-size       : 10pt;
  text-align      : left;
  }
tr.h1 {
  font-size       : 12pt;
  font-weight     : bold;
  }
tr.h2 {
  background-color: #ffffff;
  }
tr.content {
  background-color: #f7f7f7;
  }
tr.content_white {
  background-color: #ffffff;
  }
td {
  vertical-align  : top;
  line-height     : 140%;
  padding-top     : 0.1em;
  padding-left    : 0.5em;
  padding-right   : 0.5em;
  padding-bottom  : 0.1em;
  }
td.date {
  font-style      : italic;
  white-space     : nowrap;
  }

/* Listen. */

ul.toc_1 {
  padding-left   : 3em;
  font-weight    : bold;
  text-indent    : -1em;
  list-style-type: none;
  }
ul.toc_2 {
  font-weight    : normal;
  list-style-type: none;
  }

/* Fußzeile. */

.footer {
  margin-top : 1em;
  border-top : 1pt solid #000000;
  padding-top: 0.5em;
  }
.footer_left {
  display    : block;
  float      : left;
  font-size  : 12pt;
  font-style : italic;
  text-align : left;
  }
.footer_right {
  display    : block;
  text-align : right;
  }
