/*
 * style.css - cascading style sheet
 *
 * This file is part of the ELD website.
 *
 * date: 1 april 2004
 * edited: Martin Moene
 *
 * Original from FWN, Remco Zeedijk
 */

body, div, span, font, td, ul {
   font: normal 10pt/12.5pt Arial, Helvetica, sans-serif;
   text-decoration: none;
}

body {
   background: white none;
   margin-left: 10px;
   margin-top: 0px
}

h1 {
   font-size : 140%;
   margin-top: 18px;
   margin-bottom: 24px;
}

h2 {
   font-size : 120%;
   margin-top: 18px;
   margin-bottom: 0px;

}

h3 {
    font-size : 110%;
    font-weight: bold;
    display: run-in;
}

h4 {
    font-size : 110%;
    font-weight: normal;
    display: run-in;
}

p {
   text-align: justify;
}

ul {
   list-style-image: url(../images/bullit.gif);
}

ul ul {
   position : relative;
   left : -25px;
}

A {
    color : #002E65;
/*    border-bottom: dashed 1px #666666;} */
}

A:hover {
    color : #8096B2;
}

#content{
    top : 15px;
    width : 480px;
    position : absolute;
}

#menu{
   top : 126px;
   left : 0px;
   width : 175px;
   z-index:10;
}

.test1{
   position: relative;
}

.faculteitsonderdeel {
   font-size : 18px;
   font-weight : bold;
   color : #002E65;
   padding-top : 2px;
   padding-bottom : 18px;
}

.navHoofdstuk{
    color : #C2C6D5;
}

.hoofdstuk {
   font-size : 12pt;
   font-weight : bold;
   padding-bottom : 5px;
}

.paragraaf {
   font-size : 11pt;
   font-weight : bold;
   padding-bottom : 6px;
}

.subparagraaf {
   font-size : 10pt;
   font-weight : bold;
}

.hornav {
   color : #002E65;
   font-weight : bold;
   text-decoration: none;
}

.hornav:hover{
   color : #8096B2;
}

.vertnav {
   color : #C2C6D5;
   font-weight : bold;
   text-decoration: none;
   line-height : 18px;
}

.vertnav:hover {
   color : #FFFFFF;
}

.vertnavSub {
   color : #C2C6D5;
   text-decoration: none;
   line-height : 18px;
}

.submen1{
   position : relative;
   left : 30px;
}

.bullet{
   position: absolute;
   left: -15px;
}

.vertnavSub:hover {
   color : #FFFFFF;
}

.vertnavActive {
   color : #FFFFFF;
   font-weight : bold;
   text-decoration: none;
   line-height : 18px;
}

.vertnavActive:hover {
   color : #FFFFFF;
   font-weight : bold;
   text-decoration: none;
   line-height : 18px;
}

.vertnavSubActive {
   color : #FFFFFF;
   text-decoration: none;
   line-height : 18px;
   font-weight : normal;
}

.vertnavSubActive:hover {
   color : #FFFFFF;
   text-decoration: none;
   line-height : 18px;
   font-weight : normal;
}

/*
 * own additions (Moene):
 */

.code {
   font-family: monospace;
}

.variable {
   font-family: monospace;
   font-style: oblique;
}

.codesample {
   font: normal 90% monospace;
}

.sc {
   font-variant: small-caps;
   font-size: 110%;
}

a.ext:hover {
}

/*
 * end of file
 */

