/* Style sheet: Niels' Main Menu */

/**** Main styles *********************************************/
body {
   margin: 0;
   padding: 0;
   }

h1 { 
   font-size: 200%;
   text-align: left;
   font-weight: normal;
   color: black;
   background: #ccf;
   letter-spacing: 0.20em;
    clear: both;
}

h3 { 
    clear: both;
    text-align: left;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.10em;
}

/**** Menu styles *********************************************/

/** Hebben pagemenu en pagemenu-ul nog een functie? ***/
div.pagemenu {
    position: absolute;
    left: 0;
    width: 185px;
    margin: 3px 0 0 0;
    padding: 10px 0px;
}

div.pagemenu ul {
  margin: 0;
  padding: 10px 0px;
  list-style: none;
}

/*--- Headers -----------------------------*/
div.L1Act a, div.L1Inact a {
    display: block;
    margin: 0px 15px -1px 3px;
    padding: 4px 7px 4px 8px;
    border: solid black 1px;
    text-decoration: none;
    text-align: left    
}

div.L1InAct a       { color: #00f; background: #fff; }
div.L1InAct a:hover { color: #000; background: #ccf; }
div.L1Act   a       { color: #fff; background: #00f; }
div.L1Act   a:hover { color: #fff; background: #66f; }

/*--- Links -------------------------------*/

div.L2Act a, div.L2Inact  a {
    display: block;
    margin: -5px 1px 4px 15px;
    padding: 1px 8px 1px 8px;
    border: solid black 1px;
    text-decoration: none;
    text-align: left    
}
div.L2InAct a       { color: #00f; background: #fff; }
div.L2InAct a:hover { color: #000; background: #ccf; }
div.L2Act   a       { color: #fff; background: #00f; }
div.L2Act   a:hover { color: #fff; background: #66f; }

/**** End stylesheet ******************************************/

