  body {
    background: #CCC;
    margin: 0; padding: 0;
    font-size: 0.8em;
    text-align: center;
  }

  body, form, tr, td, th, table, dl, dd, dt, ul, li, ol, p {
    font-family: verdana, helvetica, sans-serif;
  }

  #editor {
  clear: both;

  }
  #sitewrap {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    border: 1px solid black;
    background: #fff;
    text-align: left;
  }
  
  #content a {
    text-decoration: none;
  }
  
  #content a:hover{
    text-decoration: underline;
  }

  #header {
    width: 100%;
    clear: both;
    height: 80;
    background: #628A4E;
    text-align: center;
    margin-bottom: 2px;
  }

  #header a {
    text-decoration: none;
    color: white;
    cursor: text;
  }
  #header br{
    margin-top: -1px;
    margin-bottom: 10px;

  }
  #header h1 {
    font-family: Georgia;
    font-weight: 200;
    letter-spacing: 2px;
    display: inline;
    color: #fff;
  }

  #logo {
    float: left;
   }

  #menu {
    float: left;
    width: 100%;
    clear: both;
    background: #628A4E;
    margin-top: -2px;
  }
  
  #menu table {
    font-size: 1em;
    border-top: 2px solid white;
  }

  #main {
    clear: both;
    width: 100%;
    padding-top: 15px;
  }

  #news {
    float: left;
    width: 200px;
    border: 1px solid #628A4E;
    margin: 0px 20px 20px 20px;
  }
  #agenda {
    float : left;
    clear: left;
    width: 200px;
    border: 1px solid #628A4E;
    margin: 0px 20px 20px 20px;
  }
  
  #admin {
    float : left;
    clear: left;
    width: 200px;
    border: 1px solid #628A4E;
    margin: 0px 20px 20px 20px;
  }
  
  h2 {
    border-bottom: 1px solid #87CA66;
    margin: 3px 10px 5px 10px;
    color: #666;
  }

  p {
    margin-top: 4px;
    margin-left: 13px;
    padding-left: 7px;
    border-left: 1px solid #628A4E;
    padding-right: 20px;
    text-align: justify;
  }
  
  p.noline{
    margin-top: 4px;
    margin-left: 10px;
    padding-left: 0px;
    border-left: 0px;
    padding-right: 20px;
    text-align: justify;
  }
  
  #content {
    border: 1px solid #628A4E;
    margin: 0px 20px 20px 260px;
  }
  #content td{
    font-size: 0.8em;
  }

  #content a.rood {
     text-decoration: none;
     border: 1px solid #628A4E;
     padding: 2px 2px 2px 2px;
     margin: 4px;
     color: #f00;
   }

  #content p.edit {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: px;
    border-left: 0px solid #628A4E;
    padding-right: 0px;

   }

   #content a.blauw {
     text-decoration: none;
     border: 1px solid #628A4E;
     padding: 2px 2px 2px 2px;
     color: #00f;
   }

   #content input.button {
     text-decoration: none;
     color: #6D6D6D;
     background-color: #FFF;
     border: 1px solid #628A4E;
     padding: 1px 2px 1px 2px;
   }

   #content a.button {
     text-decoration: none;
     color: #6D6D6D;
     border: 1px solid #628A4E;
     padding: 2px 2px 2px 2px;
   }

  #gbookline {
    clear: both;
    margin-bottom: 5px;
    margin-right: 20px;
   }
  #gbookline p{
   border: 1px solid #6D6D6D;
   margin-left: 20px;
  }
  #gbookline a{
    text-decoration: none;
    color: #6D6D6D;
    }


  #closure {
    width: 90%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #CCC;
    font-size: 10px;
    text-align: right;
    padding-right: 20px;
  }

  #closure a {
    color: #6D6D6D;
  }
  
  #agenda ul {
    list-style-type: none;
    padding: 0;
    margin: 0px 10px 10px 10px;
  }

  #agenda a {
    display: block;
    text-decoration: none;
    color: #628A4E;
  }

  #agenda a:hover {
    background: #EEE;
  }

  #agenda li {
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: .3em .5em;
    padding-left: 1.3em;
    padding-bottom: 0.2em;
  }

  #agenda li.text {
    background-image: url(images/text.gif);
    background-repeat: no-repeat;
    background-position: .2em .2em;
    padding-left: 1.3em;
  }

  #agenda li.foto {
    background-image: url(images/foto.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em;
    padding-left: 1.3em;
  }

  #news ul {
    list-style-type: none;
    padding: 0;
    margin: 0px 10px 10px 10px;
  }
  
  #news a {
    display: block;
    text-decoration: none;
    color: #628A4E;
  }
  
  #news a:hover {
    background: #EEE;
  }
  
  #news li {
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: .3em .5em;
    padding-left: 1.3em;
    padding-bottom: 0.2em;
  }
  
  #news li.text {
    background-image: url(images/text.gif);
    background-repeat: no-repeat;
    background-position: .2em .2em;
    padding-left: 1.3em;
  }
  
  #news li.foto {
    background-image: url(images/foto.gif);
    background-repeat: no-repeat;
    background-position: 0 .2em;
    padding-left: 1.3em;
  }
  
  #content h3 {
    margin-left: 10px;
    display: inline;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0px;
  }
  
  #content h3.old {
    color: #C0C0C0;
  }
  
  #content h4 {
    margin-left: 2px;
    font-weight: normal;
    font-size: 1em;
    color: #666;
    display: inline;
    margin-bottom: 0px;
  }

  #content H4.indent{
    margin-left: 10px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  #formTabel {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #admin ul {
    list-style-type: none;
    padding: 0;
    margin: 0px 10px 10px 10px;
  }

  #admin a {
    display: block;
    text-decoration: none;
    color: #628A4E;
  }

  #admin a:hover {
    background: #EEE;
  }

  #admin li {
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: .3em .5em;
    padding-left: 1.3em;
    padding-bottom: 0.2em;
  }
  
  /* editmenu styling */
  .editMenu li {
    margin-top: 10px;
  }
  
  .thumbTable {
     margin-left: 10px;
     padding: 0;
  }
/*
  .thumbTable td {
     border: 1px solid black;
     padding: 0px;
  }
  
  .thumbTable td img {
     margin: 0px;
     padding: 0px;
  }

  .thumbTable td p {
     display: block;
     background: #CCCCCC;
     margin: 0;
     padding: 2px;
     border: 0;
     border-top: 1px solid black;
  }
  */
