
/* Angaben fuer Randabstand und Hintergrundfarbe */
BODY { 
  background-color:#FFFFFF;
  background-repeat: repeat-y;
  background-attachment: fixed;
  bgproperties:fixed;
}


/* Angaben fuer Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <hr> und nach <p> */
h1
{
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  color: #cc0000;
  margin-top:0;
}

hr,p
{
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 11px;
  color: #40496A;
  margin-top:0;
}

/* Angaben fuer Schriftstil und Schriftfarbe nach <center> */
center
{
font-style:normal;
color:#444444;
}

/* Angabe fuer Links ohne Unterstreichung */
A
{
text-decoration: none;
}

/* Angabe fuer Link-Farbe von Links */
A:link
{
color:#cc0000;
}

/* Angabe fuer Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#FF0000;
font-weight:normal;
}

/*Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
color:#444444;
}
