/* (C) ALbert, SoftwareBeterMaken.nl */
/* Kleuren:
   *	achterGrond:  rgb(90%,95%,90%) 	--- heel licht groen
   *	text          black		--- gewoon
   *    Dark-Blue     rgb(0%,0%,50%)	--- donker blauw: navBorder(back) masthead(txt)
   *    Light-Blue    #00C
   *****/

/* GENERAL */
*                               { font-family: "Georgia", "Times New Roman", "Times", serif;}
html,body			{ font: 11pt Georgia, sans-serif;
                                  margin:0; padding:0;
                                  background: rgb(90%,95%,90%);
                                  color: black;}
#missie                         { text-align: right;
                                  font-size:  120%;
                                  color: #00C;
                                  padding: 0 4.5em 0 5em; margin-top: 0.3em;}
.hidden		                { display: none; }

/* mastHead: The (non-scrolling) page-top
   **************************************/
#mastHead *			{ color: rgb(0%,0%,50%); background: rgb(90%,95%,90%);
                                  text-align: center;
                                  font-weight: normal; font-style: normal; letter-spacing: inherit;
                                  padding: 0; margin:0; border: 0;}
#mastHead 			{ margin-top: -6px; font-size: 150%;}
#mastHead h1			{ font-size: 200%; font-variant: small-caps; letter-spacing: 2px;
                                  padding: 0; margin:0;}
#mastHead h1 b 			{ font-size: 120%;     }
#mastHead h1 i 			{ font-variant: normal;letter-spacing: inherit;}
#mastHead h2			{ font-size: 100%; font-variant: normal; letter-spacing: 2px;
                                  padding: 0; margin:0;}
#mastHead hr 			{ border-top:    1px solid rgb(0%,0%,50%);
                                  border-bottom: 2px solid rgb(90%,95%,90%);}



/* navBorder : The border with menus
   **********************************/
div#navBorder 	{ background: rgb(0%,0%,50%);}
img.logo        { width: 100%; }

/* Content: The big, scrolling part containing the 'real content'
   *************************************************************/

/* There should be no vspace beteen an h[123] header the following text*/
#Content h1  	{ margin:0.5em 0 0 0; color:rgb(0%,0%,50%);}
#Content h1+p	{ margin-top:0;}
#Content h2  	{ margin:0.5em 0 0 0; color:rgb(0%,0%,50%);}
#Content h2+p	{ margin-top:0;}
#Content h3  	{ margin:0.5em 0 0 0; color:rgb(0%,0%,50%);}
#Content h3+p	{ margin-top:0;}

/* Make the lead stand out */
#Content .lead { border-top: 2px solid #00C; border-bottom: 2px solid #00C;
                  width: 68%; margin:0.35em 1em 0.35em 0;
                  position: relative; float:right;
                  color: #00C;
                  font-size: 80%; font-style: italic;
                  }
#Content h1+p 	{ clear:both;}
#Content h1     { margin-top:0; }

/* List
   ****/
.list-head	      { margin-bottom: 0;}
.list                 { padding:0 5em 0 3em;}
.list *               { margin:0 ;}
.list p               { margin-bottom:0.5em ;}
.list h3              { display: list-item;
                        list-style-position: outside;
                        list-style-type: square;
                        margin-top: 0.5em}
.list h3:first-child  { margin-top: 0.25em}

.list a               { display: list-item;
                        list-style-position: outside;
                        list-style-type: square;
                        margin-top: 0.5em}
.list a               { text-decoration: none; background:transparent; color: #00C;}
.list a:hover         { text-decoration: underline;}
.list p a             { display: inline;}				/* Normal text in paragraph */

div.list+p            { margin-top: 0.5em; }



u                      { text-decoration: none;                         /* Don't underline :-) */
                         border-bottom: 2px solid white;
                         letter-spacing: 0.1em;
                         font-variant: small-caps;
                         }

/**
 ** Links worden tabel-achtig weergegeven
 **/
.links			{ margin: 0.5em; width: auto; float: left; font-size: 10pt;}
.links p    		{ padding: 0.25em; margin: 0; text-align: center; font-weight:bold;} /*Kop*/
.links a 		{ text-decoration: none; 	display: block; padding: 0; text-indent: -1em; padding-left: 1em;}
.links a:hover		{ text-decoration: underline;}
.links li   		{ list-style: none inside; }
.links ul   		{ padding: 0 1em; margin:0.5em;}

/* Kleuren: */
.links			{ color: red;	background: rgb(0%,0%,50%);}
.links p    		{ color: #EEF;  background: black;}
.links a    		{ color: white;	background: transparent;}


/* Bazaar revno=64 */
