body
    { color: silver; background-color: #445543; margin: 0; top: 0; left: 0 }

p,div,ul,ol,h1,h2,h3,h4,h5,th,td { font-family:Verdana, Arial,sans-serif; }
/* Schriftart für alle Elemente die Schrift enthalten */

body
{scrollbar-arrow-color: silver; scrollbar-base-color: #445543;
scrollbar-highlight-color : silver; scrollbar-shadow-color : silver;
SCROLLBAR-TRACK-COLOR: #000000;}

/* menue linke seite */


#menu1 a   { color: silver; font-size: 0.8em; font-family: verdana, sans-serif; text-decoration: none; display: block; width: 118px }

#menu1 a:visited { color: silver; font-size: 0.8em; font-family: verdana, sans-serif; text-decoration: none; width: 118px }

#menu1 a:active { color: silver; font-size: 0.8em; font-family: verdana, sans-serif; text-decoration: none; width: 118px }

#menu1 a:hover  { color: #445543; font-size: 0.8em; font-family: verdana, sans-serif; text-decoration: none; background-color: silver; width: 118px }


/* nun werden die Schriftgroessen der Elemente festgelegt */
h1  { font-size: 1.5em }
h2  { font-size: 1.4em }
h3  { font-size: 1.25em }
h4  { font-size: 1.2em }
h5  { font-size: 1.12em }
h6  { font-size: 1em; font-weight: bold }
p,div,ol,ul,td,th    { font-size: 0.87em; line-height: 1.2em }

/* Jetzt noch die Links */

a:link
{
color: Silver;
text-decoration: underline;
}

a:visited
{
color: Silver;
text-decoration: underline;
}

a:hover
{
color: White;
background-color: Black;
text-decoration: underline;
}

a:active
{
color: Silver;
text-decoration: underline;
}





