a:link  { 
 	 	color: blue;text-decoration: underline; background: none
		}
a:visited {
 		color: red; background: none;text-decoration: none
		}
a:hover { 
 		color: black; text-decoration: underline
		}
a:active {
 		color: black; background: none
		} 
/* simpel, met dank aan Walter Zorn (Munich) */

a.nodeco:link {
        text-decoration: none;
		font-style     : italic
 		}
a.nodeco:visited {
        text-decoration: none;
		font-style     : italic
		}
a.nodeco:hover {
        text-decoration: none;
		font-style     : italic
		}
a.nodeco:active {
  	    text-decoration: none;
		font-style     : italic
		}		
		
		
body    {
  		font-size: 11pt; 
		color: black;
		font-family: "Trebuchet MS", "Comic Sans MS", sans-serif;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		margin-top: 0%;
		background-color: #FFFFCC
		}

body.top{
		font-family: "Comic Sans MS" , sans-serif; 
		margin-left: 15px;
		background-color: #FFF8DC;  /* #eaeaff; */
		text-decoration: none
		}
		
body.links{
		font-family: "Comic Sans MS" , sans-serif; 
		margin-left: 15px;
		background-color: #FFFFCC;
		text-decoration: none
		}
body.metselaar{
		font-family: "Comic Sans MS" , sans-serif; 
		margin-left: 15px;
		background-color: #FFFFCC;
		background-image:url("http://www.ambachtengereedschap.nl/plaatjes/metselaar.gif");
		background-repeat:no-repeat;
		background-position: 80% -40%; 
		text-decoration: none
		}
		
table  {
	   border-collapse: collapse;
	   empty-cells: show;
	   text-align: left
       }

table.standaard  {
       width: 100%; 
	   border-collapse: collapse;
	   empty-cells: show;
	   text-align: left
       }

tr     {
       font-size: 9pt;
       }

td     {
       border-width: 1px; 
	   border-style: solid;
       border-color: #E8BA00;
       }
td.leeg     {
	   border-style: none;
	   padding: 5px;
       }
td.col1	{
       width: 45%;
       border-width: 1px;
	   border-style: solid;
       border-color: #E8BA00;
       }   
td.col2	{
       width: 50%;
       border-width: 1px;
	   border-style: solid;
       border-color: #E8BA00;
       }   

/* oude border-color c01805 */

td.tree{
       border: 0;
       background-color: #FFFFCC;
       }

h3	   {
	background-color: #FFF8DC;
	border-bottom: 4px double #E8BA00;
	border-top: 4px double #E8BA00;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: -2px;
	margin-top: 20px;
	padding: 2px 5px 2px 10px;
/*	text-transform: capitalize; */
}
/* oude border 647D9D */

h4 {
	background-color: #FFF8DC;
	border-bottom: 1px solid #E8BA00;
	border-top: #E8BA00 1px solid;
	font-family: arial, "arial narrow", helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
	padding: 2px 10px 2px 10px;
/*	text-transform: capitalize;  */
}	   
h5 {
	background-color: #FFF8DC;
	border-bottom: 1px solid #E8BA00;
	border-top: #E8BA00 1px solid;
	font-family: arial, "arial narrow", helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 10px;
	padding: 2px 10px 2px 10px;
/*	text-transform: capitalize; */
}	   

/* Style for tree item text */
.t0i {
                font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 11px;
                color: #FFF8DC;               /* #000000; */ 
                background-color: #FFF8DC;   /* #FFFFFF */
                text-decoration: none;
      }
/* Style for tree item image */
.t0im {
                border: 0px;
                width: 19px;
                height: 16px;
      }

UL.plain  { 
                list-style-type: none 
		  }

img.std {
        padding: 2px 10px 2px 10px;
        border: 0px;
    }
	 
/* All the content boxes belong to the content class. */
#nieuws {
    heigth:     30px;
    font-size:  smaller;
	text-align: left;
	}
	
#content {
    float:left;
	width:500px;
	min-width:100px; 
	margin:0px 10px 0px 0px;  
	background-color: #FFFFCC;
	padding:0px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navBeta {
	position:absolute;
	width:200px; 
	top:0px;
	left:510px; 
	background-color:#eee;
	padding:0px;
	z-index:3; 
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit; 
	width:200px; 
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:200px;}


#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color: #FFFFCC;
	padding:10px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navBeta1  {
	width:50%;
          }

	  