
/* Angaben fuer Randabstand und Hintergrundfarbe */
BODY {
  background-color: #F4F4F4; 
/*  background: url(images/back.jpg); */
  background-repeat: repeat-y;
  background-attachment: fixed;
  bgproperties:fixed;
}

/* Angaben fuer Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <hr> und nach <p> */
h1
{
font-size:14pt;
font-family:Tahoma,Verdana,Arial;
font-weight:bold;
color:#ff6600;
}

hr,p
{
font-size:10pt;
font-family:Tahoma,Verdana,Arial;
font-weight:normal;
color:#666666;
}

/* Angaben fuer Schriftstil und Schriftfarbe nach <center> */
center
{
font-style:normal;
color:#666666;
}

/* Angabe fuer Links ohne Unterstreichung */
A
{
text-decoration: none;
}

/* Angabe fuer Link-Farbe von Links */
A:link
{
color:#666666;
}

/* Angabe fuer Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#ff6600;
font-weight:normal;
}

/*Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
color:#666666;
}