/* Hintergrundfarbe */

body
{
bgcolor="#CCFFCC"
}

/* Farbe alle Scrollbars */

html, body, textarea 
{
font-family: arial;
font-size: 12pt;
scrollbar-base-color:#ccffcc;
scrollbar-arrow-color:#000000;
}

/* Schriftart und Größe des Textes */

p
{
font-family: arial;
font-size: 12pt;
}

h1
{
font-family: arial;
font-weight: bold;
font-size: 12pt;
}


/* Links */

a:link, a:visited, a:active, a:focus
{
color: #808080;
text-decoration:none;
font-family: arial;
font-size: 12pt;
}

a:hover
{
color: #000000;
text-decoration:none;
font-family: arial;
font-size: 12pt;
}

/* schwarzer Rahmen für z.B. Menue */
#rahmen
{
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}

