/* CSS Stylesheet Michael Ruf 11/2006 */

/* BODY */
BODY {
    leftmargin="0"; 
    topmargin="0"; 
    marginwidth="0"; 
    marginheight="0";

    scrollbar-base-color: #ffffff;
    scrollbar-face-color: #ffffff; 
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #000000;
    scrollbar-highlight-color: #000000; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-shadow-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff; 

    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    text-align: justify;
}

/* Links */
  
  /* normal links */
a:link {
    color: gray;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
a:visited {
    color: gray;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
a:hover {
    color: red;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}
a.current {
    color: red;
    text-decoration: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

/* font in tables, lists......*/
p, wft
     {
    color: Black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : lighter;
}
h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
    color: Black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight : lighter;
}


/* special-fonts*/
.px11_Bold_Black {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.px21_Bold_Black {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: black;
    font-weight: bold;
    text-align: left;
}

/*
  Following part deals with the left-navigation
*/
/* margin of the whole menu*/
ul#menu {
  margin: 1em 0 0 2.2em;
  padding: 0;
  list-style: none;
}

/* item 1. level */
ul#menu li {
  margin: 1.5em 0 0 0;
  padding: 1;
  list-style: none;
}

/* folder 1. level */
ul#menu li ul {
  margin: 0;
  padding: 0;
}

/* item 2. level */
ul#menu li ul li {
  margin: 0 0 0 .7em;
  padding: 1;
  list-style: none;
}

ul#menu a{
  text-decoration: none;
  color: white;
  }

ul#menu a:hover{
  text-decoration: none;
  color: black;
  }

ul#menu a.current{
  text-decoration: none;
  color: black;
  font-style:italic
  }

/*
  Following part deals with the top-navigation
*/

span#menutop a{
  text-decoration: none;
  color: gray;
  }

span#menutop a:hover{
  text-decoration: none;
  color: red;
  }

span#menutop a.current{
  text-decoration: none;
  color: red;
  font-style:italic
  }

