/*
################################################################
# format.css      : .css Formate fuer rodermark-info.de
# Author          : Peter Sturm <webmaster@k28.de>
# Last Modified By: Peter Sturm
# Language        : CSS in HTML
# Status          : ok
# Copyright       : Peter Sturm 1998-
# Version         : 0.2
# version 0.2 - 15.12.2002
# - standard styles for all pages
# - complete format for pages with red, gold, bright
# - bis zum umbau auf DTD strict (XHTML) wird zur kompatibilität zu
# alten browsern noch folgender anfang verwendet:
# <body id="Bodyxxx" bgcolor="#xxxxxx" text="#xxxxxx" link="#xxxxxx" vlink="#xxxxxx" alink="#xxxxxx">
# <basefont face="Arial, Helvetica, sans-serif" />
# version 0.1 - 15.10.2000
# - initial version
################################################################
# Definitions
/* Standardfarben */
/* schwarz - black                = #000000 */
/* BGCOLOR -                      = #f4f4f4 */
/* Link    -                      = #0066ff
################################################################
*/
/* standard elements */
body {
  background-color:#f4f4f4;
  background-image:url(bilder/b_buchst.gif);
  xbackground-image:url(bilder/background_mauer2.gif);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
th {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color:#000000;
  xcolor:#ffffff;
  background-color:#8abfff;
  xbackground-color:#dfdfdf;
  text-align: left;
}
td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
ul {
  list-style-type: disc;
}
h1 {
  font-size: 24pt;
  font-weight: bold;
}
h2 {
  font-size: 18pt;
  font-weight: bold;
}
h3 {
  font-size: 14pt;
  font-weight: bold;
}
h4 {
  font-size: 12pt;
  font-weight: bold;
}
h5 {
  font-size: 10pt;
  font-weight: bold;
}
h6 {
  font-size: 8pt;
  font-weight: bold;
}
/* default links */
a {
  text-decoration:none;
  font-weight:bold;
  font-size: 10pt;
  color:#0066ff;
}
a:visited {
  color:#2096ff;
}
a:hover {
  xbackground-color:#0066ff;
  text-decoration:underline;
}
a:active {
  text-decoration:underline;
}
a:focus {
  text-decoration:underline;
}
/********************************************************************/
/* weitere Formate */

#titelblau {
  font-size: 13pt;
  color: #0066FF;
  font-weight: bold;
}