/*
################################################################
# format.css      : .css Formate fuer k28.de
# Author          : Peter Sturm <webmaster@k28.de>
# Created On      : 21.02.2000
# Last Modified By: Peter Sturm
# Last Modified On: 15.04.2004
# Language        : CSS in HTML
# Status          : ok
# Copyright       : Peter Sturm 1998-
# Version         : 0.1
# version 0.1 - 15.04.2004
# - standard styles for all pages
# - bis zum umbau auf DTD strict (XHTML/XML) wird zur kompatibilität zu
# alten browsern noch folgender anfang verwendet:
<body id="Bodyxxx" bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#ff0000" alink="#000000">
<basefont face="Arial, Helvetica, sans-serif" />
################################################################
# Definitions
Standardfarben
schwarz - black                = #000000
rot     - firebrick            = #ff0000
weiss   -                      = #ffffff
################################################################
*/
/* standard elements */
body {
  background-color:#ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color:#000000;
}
ul {
  list-style-type: disc;
  font-size: 10pt;
}
h2 {
  font-weight: bold;
  font-size: 16pt;
  color: #ff0000;
}

/* default links */
a {
  text-decoration:none;
  font-weight:bold;
}
a:link {
  color:#ff0000;
}
a:visited {
  color:#ff0000;
}
a:hover {
  color:#ff0000;
  text-decoration:underline;
}
a:active {
  color:#000000;
  xbackground-color:#B22222;
}
a:focus {
  color:#ff0000;
}
/********************************************************************/
/* weitere Formate */
/*******************************************************************/

/* auf Hauptseite*/
#BodyRot {
  font-weight: bold;
  font-size: 12pt;
  color: #ff0000;
}
/* Menu */
#BodyMenu {
  background-color:#ff0000;
  color: #ffffff;
}

