
  /* Seitenraender */
  form, body, td, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
  }

  /* Schriftbild */
  body, td, h1, h2, h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    vertical-align:top;
  }
  .mono { font-family: Courier, monospace; }

  /* Ueberschriften */
  h1 {
    text-align: center;
    width: 190px;
    line-height:22px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }
  h2 { font-weight: bold; }

  /* Links */
  a {
    color: #990000;
    text-decoration: underline;
  }
  a:hover { text-decoration: none; }
  a.menu {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  a.menu:hover { text-decoration: underline; }

  /* Tabellen */
  table {
    border-collapse: collapse;
    border-spacing: 0px;
  }
  table.lines td, table.lines th { border: 1px solid black; }
  table.nolines td, table.nolines th { border: 0px solid white; }
  td.more {
    padding-left: 2px;
    padding-right: 2px;
  }
  td.muchmore {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* Sonstiges */
  img { border-width: 0px; }
  ul { list-style-type: circle; }
  li { margin-bottom: 8px; }

  /* Farben */
  .gelb { color: #ffff00; }
  .gruen { color: #009900; }
  .rot { color: #cc0000; }
  .blau { color: #0000ff; }
  .weiss { color: #ffffff; }

  /* Groessen */
  .small { font-size: 12px; line-height: 16px; }
  
  /* Hintergruende */
  .bg { background-color: #cccc99; }
  .lbg { background-color: #ffffcc; }
  .wbg, h1 { background-color: #ffffff; }
  .bgblau, .bgblauv1, .bgblauv2 { background-color: #9999ff; }
  .bgblau { background-image: url(bilder/bgs/bg2.png); }
  .bgblauv1 { background-image: url(bilder/bgs/bg0.png); }
  .bgblauv2 { background-image: url(bilder/bgs/bg1.png); }
  .bgdline, .wbg, h1 { background-image: url(bilder/bgs/bgdline.png); }
  .bgvline { background-image: url(bilder/bgs/bgvline.png); }
  .uhr { background-image:url(bilder/bgs/uhr.png); }

  /* Formulare */
  .niceradio, .niceform {
    vertical-align: middle;
    background-color: #cccccc;
    margin-left: 12px;
    line-height: 16px;
  }
  .niceform {
    border-top: 0px solid white;
    border-left: 0px solid white;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

