/*
 * StyleSheet fuer http://www.allegraallenstein.de
 * Autor: Udo Becker [http://www.udobecker.net]
 */
body, p, td {
  background-color: #ff0000;
  vertical-align: middle;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}
h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}
a:link, a:visited
{
  text-decoration: none;
  color: #444444;
}
a:hover
{
  text-decoration: underline;
  color: #444444;
}
a:active
{
  text-decoration: none;
  color: #444444;
}
p.navigation
{
  background-color: #000000;
  padding: 3px;
  font-weight: bold;
}
a.navigation:link, a.navigation:visited
{
  text-decoration: none;
  color: #ffffff;
}
a.navigation:hover
{
  text-decoration: none;
  color: #ff0000;
}
a.navigation:active
{
  text-decoration: none;
  color: #ffffff;
}
.right {
  background-color: #000000;
  padding: 3px;
  font-weight: bold;
  color: #ffffff;
}