

body {
    font-family : verdana, arial, sans-serif;
    background-color: #97BE0D;
  }


a {
    color : #000000;
    text-decoration : none;
  }


img {
    border:none;
  }


a:hover {
    font-weight: bold;
  }


a:active {
    font-weight: bold;
  }

/* opsommingen in de tekst*/


ul {
    margin: 0px;
    padding: 0px;
  }


li {
    list-style-type: none;
  }

/* einde opsommingen in de tekst*/

#content > ul > li {
    padding-top: 1em;
  }


h1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }


h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }


#header {
    text-align: center;
  }


#nav {
    width: 15em;
    float: left;
    margin: 1em;
  }


/*teken kader rond links in navigatiemenu*/

.links {
    text-align: center;
    border-top: solid;
    border-right: solid;
    border-bottom: solid;
    margin-top: 1em;
    margin-bottom: 1.2em;
    margin-left: 0em;
    margin-right: 4em;
  }


.midden {
    text-align: center;
    border-bottom: solid;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 2em;
    margin-right: 2em;
    font-size:90%;
  }


#activiteiten {
    margin-bottom:0.2em;
  }


.rechts {
    text-align: center;
    border-top: solid;
    border-bottom: solid;
    border-left: solid;
    margin-top: 1em;
    margin-bottom: 1.2em;
    margin-right: 0em;
    margin-left: 4em;
  }


#content {
    float: left;
    margin: 1em;
    width: 40em;
  }


#nieuw {
    float: right;
    margin: 1em;
  }

.leider {
    width: 270px;
    display: inline-block;
    margin: 10px;
    height: 100px;
  }

.leidernaam {
    font-weight:bold;
  }

/* ouder nieuwtjes sectie en oude footer 
#foother {
    clear: both;
    margin-top: 2em;
  }


#foother > p {
    float: right;
  }


#foother > img {
    width: 8em;
    height: 8em;
    float: left;
  }

*/
