
/* Stylesheet for "navbar1.php"(NavigationtreePage) and the ContentPage*/
body  {scrollbar-base-color:#e6e6fa;font-family:Verdana,Arial,Helvetica,sans-serif;background-color:#fefff3} 
p.error {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12;font-weight:700;color:#CC0033}

/* defines the default-color of the <a>'s in the Navigationtree */
a:link    {font-size:9;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#89abab}
a:visited {font-size:9;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#89abab}
a:hover   {font-size:9;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#cc5555}
a:active  {font-size:9;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#89abab}

/* defines <a>'s in the navigationtree of the first 4 level */
/* 1. Level */
a.a0:link     {font-size:13;color:#456767}
a.a0:visited  {font-size:13;color:#456767}
a.a0:hover    {font-size:13;color:#cc5555}
a.a0:active   {font-size:13;color:#456767}

/* 2. Level */
a.a1:link     {font-size:11;color:#456767}
a.a1:visited  {font-size:11;color:#456767}
a.a1:hover    {font-size:11;color:#cc5555}
a.a1:active   {font-size:11;color:#456767}

/* 3. Level */
a.a2:link     {font-size:9;color:#678989}
a.a2:visited  {font-size:9;color:#678989}
a.a2:hover    {font-size:9;color:#cc5555}
a.a2:active   {font-size:9;color:#678989}

/* 4. Level */
a.a3:link     {font-size:9;color:#89abab;font-weight:100}
a.a3:visited  {font-size:9;color:#89abab;font-weight:100}
a.a3:hover    {font-size:9;color:#cc5555;font-weight:100}
a.a3:active   {font-size:9;color:#89abab;font-weight:100}


/* selected node color*/
/* in $_WNF_selnodecolor in root "global.inc.php" */

/* defines the Subtree-List */
a.b1:link     {font-size:13px;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#0066FF}
a.b1:visited  {font-size:13px;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#0066FF}
a.b1:hover    {font-size:13px;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:orange}
a.b1:active   {font-size:13px;font-weight:100;font-family:Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#0066FF}



/* NavigationTree-Table */
table.t1  {border:0px;background-color:#fefff3}
div  {background-color:#fffff3;padding:2px; border-top:0px dotted gray ;border-bottom:1px dotted #cccccc; word-wrap:break-word}
div.p0  {background-color:#fffff3;padding:10 0 10 5; border-top:0px dotted gray ;border-bottom:1px dotted #cccccc; word-wrap:break-word}
div.p1  {background-color:#f3f3f3;padding:6px; border-right:0px dotted gray;border-bottom:1px dashed #cccccc; word-wrap:break-word}
div.p2  {background-color:#eeeeee;padding:4px; border-top:0px dotted gray;border-bottom:1px groove #cccccc; word-wrap:break-word}
div.p3  {background-color:#d3d3d3;padding:2px; border-top:0px dotted gray;border-bottom:1px groove #cccccc; word-wrap:break-word}

/* Text Size:8pt */
.text8 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
button.b1   {background-color:navajowhite;border:1 solid black;cursor:hand}
