
/* Angaben fuer Randabstand und Hintergrundfarbe */
BODY { 
/*  background: url('images/back-f.jpg');*/
    background-color:#ffff91;
/*  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:#silver;
}

hr, p
{
font-size:9pt;
font-family:Tahoma,Verdana,Arial;
font-weight:normal;
color:#444444;
}

/* 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:#444444;
}

/* 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;
}
