/* body { margin-top:10px; margin-bottom:10px; } */
body {
        margin-top:10px;
        margin-bottom:10px;
        background: transparent;
        color: darkgrey;
        background-image:url(lg.jpg);
        background-attachment:center;
        background-repeat:no-repeat;
        font-size: 10pt;
        background-color:black;
        color:black;
        text:black;}

* { font-family:Arial,sans-serif; }

p,h1,h2,h3,h4,ol,li,div,td,th,address,blockquote,nobr,b,i
{
 font-family:Arial,sans-serif;
 font-size:10pt;
 color:lightblue;
}

ul { list-style-image:url(menuarrow.gif) }
.second { list-style-image:url(menubullet.gif) }

h1 { font-size:18pt; }

h2 { font-size:16pt; }

/* Seitenueberschriften */

h2.sh2 { font-size:16pt; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }

h4 { font-size:10pt; }

small { font-size:0.8em; color:white;}

pre.normal { color:white; text:grey; bgcolor:#80FFFF; link:#0000FF;
alink:#8000FF }


A:link { color: white }       /* unvisited link */
A:visited { color: white }        /* visited links */
A:active { color: wheat }           /* active links */
A:hover {color: moccasin; }       /* Move over */


a.an { text-decoration:none; }

TABLE { background: transparent; }
.transparent { background: transparent; }
.grey { background:606060 }