body
{
scrollbar-face-color: #ffffc2;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #f7d610;
scrollbar-arrow-color: #c7cee4;
scrollbar-track-color: #ffffc2;
scrollbar-darkshadow-color: #cfd2d0;
}


/* normaler Fliestext: */
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}

/* normaler Fliestext: */
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}

/* Überschriften: */
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #cf002f;
font-weigt: normal;
}

/* Linkfarben: */
A {
text-decoration: none;
color: #2e5496;
}

A:hover {
text-decoration: none;
color: #ffffff;
background-color: #87ad63;
}

/*Seitenränder definieren: */
body {
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}