*          { margin: 0; padding: 0; }
body       { background-color: #000; background-image: url(images/bg01.jpg); background-repeat: no-repeat; background-attachment: fixed; font-size: small; font: Comic Sans MS; color: #FFFFFF; margin: 0; padding: 0; }
a:link     { color: #17c6dd; text-decoration: none; }
a:visited  { color: #17c6dd; text-decoration: none; }
a:hover    { color: #67f5d1; text-decoration: none; }
a:active   { color: #67f5d1; text-decoration: none; }
table,tr,td { background-color: transparent; border-collapse: collapse; padding: 0.5em; }
h1         { font-size: medium; }
p          { font-size: small; }
img        { border: 0; }
#header    { height: 150px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #FFF; }
#navi      { padding-left: 2em; width: 250px; border-right-style: solid; border-right-width: 1px; border-right-color: #FFF; }
#inhalt    { padding: 1em; width: 750px; }
#footer    { border-top-style: solid; border-top-width: 1px; border-top-color: #FFF; }
/* Formatierung des Baums */
span.childs { cursor: pointer; }
/* Klassen für das öffnen und schließen eines Knotens */
li.treeMenu_opened ul { display: block; }
li.treeMenu_closed ul { display: none; }