/* - - CONTENT.CSS - - */

/* #ABAB00       goud
   #F9F9EB       lichtgrijs
   #E5E4AE       lichtbeige
   #F2F1D3
   #F3F2D6
   #CCCCFF       lichtblauw
   #FFCC99       lichtoranje
   #FF5900       oranje
   #999933       goud
   #B6B6B6       middengrijs
   */


body, td
  { font-family                        : Tahoma;
    color                              : #800000;
    font-size                          : 10pt;
    }
  
a
  { color                              : #000080;
    }

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active
  { color                              : #FFFFFF;
    text-decoration                    : none;
    }

h1
  { color: #000080;
    font-family: verdana;
    font-size: 27pt;
    font-weight: 400;
    }

h3
  { font-variant: small-caps;
    font-family: Lucida Sans, Georgia;
    margin-bottom: 5pt;
    color: #800080;
    }

ul
  {                                   /* space around list, marker is in left margin */
    margin                             : 0 0 0 1em; 
                                      /* for browser compatibility */
    padding                            : 0;                 
    }

ul li
  { list-style-type: square;
                                      /* color marker (and any plain text ) */
    color                              : #FF9900;           
                                      /* bottom space between list items */
    margin                             : 0 0 0 0;    
    }

ul.zwart li
  { list-style-type: circle;
    color: #000;           /* color marker (and any plain text ) */
    margin: 0 0 0 10;    /* bottom space between list items */
    }

ul .txt
  {                                   /* color marker (and any plain text ) */
    color                              : #800000;   
                                      /* bottom space between list items */
    margin                             : 0 0 .1em 0;
    text-decoration                    : none;
    }

ul ul
  { color: #FF0000;
    list-style: square;
    }

.org
  { font-family                        : Verdana, Tahoma;
    font-variant                       : small-caps;
    }

#head
  { position                           : absolute;
    width                              : 800px;
    overflow                           : visible;
    margin-top                         : 10px;
    margin-left                        : 150px;
    padding                            : 0px;
    border-left                        : 1px solid #000000;
    background-color                   : #FFFFFF;
    font-weight                        : 400;
    font-size                          : 10pt;
    font-family                        : georgia;
    color                              : #000000;
    }

#menu
  { background-color                   : #FFFFFF;
    color                              : #000000;
    font-size                          : 10pt;
    font-family                        : verdana;
    position                           : absolute;
    clear                              : left;
    width                              : 160px;
    margin-left                        : 0px;
    margin-right                       : 3px;
    margin-top                         : 150px;
    padding                            : 5px;
    }

/* tabel voor BODY                       */
#body
  { 
    background-image                   : url(../bg-html781.jpg);
    background-color                   : transparent;
    width                              : 781px;
    height: 586;
    position                           : absolute;
/*      overflow: auto;		*/
    font-size: 10pt;
    padding-left: 5px;
    padding-top: 5px;
    margin-left: 160px;
    margin-top: 100px;
    padding-bottom: 1em;
    }



#bron
  { position: relative;
    margin-left: 175px;
    }

       
.foot
  { color                              : #660000;
    text-align                         : center;
    font-size                          : 8pt;
    font-weight                        : 800;
    }

    
.error
  { color                              : #BB0000;
    font-size                          : 10pt;
    font-weight                        : 800;
    }
    
.aw
  { color                              : #BEBEBE;
    font-size                          : 8pt;
    font-weight                        : 800;
    }

