div.menuBar,
div.menuBar a.menuButton {
       font-family: Trebuchet MS,Verdana, Arial, sans-serif;
       font-size: 80%;
       color:white;
       
}

div.menuBar {
background-color: transparent;
padding: 6px 2px 6px 2px;
text-align: center;
margin-left:0px;
}

div.menuBar a.menuButton {
	background-color: white;
	font-size:90%;
	border: 1px solid;
	border-color: #009CD0 ;
	color: #339900;
	cursor: pointer;
	left: 0px;
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}

div.menuBar a.menuButton:hover {
       background-color: #01b22d;
       border-left     : 1 px solid ;
       border-color: #01b22d ;
       color: white;
       font-size: 0.9em;
}
/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
       {
       margin: 0px;
       padding: 0px;
       background-color : white;
       }
TD
{
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
	border : 1 px solid; 
	border-color : #339900;
	
}
	   
div { margin: 0px; padding: 0px; }
.celblok     
{
       text-align:left;
       font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 90%;
       font-weight: normal;
       color: black;
       padding: 6px;
       text-decoration: none;
       border: 1px solid ;
       border-top-color : #339900 ;
       border-left-color: #339900 ;
       border-bottom-color: #339900 ;
       border-right-color: #339900 ;
       line-height:140%;
	
}
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap
       {
       color : #000000;
       background: #cccccc;
       border: 1px solid #009CD0;
       }
.box-header
       {
       color: #000000;
       background-color : white;
       background : url(images/alg_background_stip.gif);
       margin: 0px;
       padding: 0.5em;
       border: none;     
       }
	   
	    #plaatje a: img
{filter: alpha(opacity=50);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#plaatje a:hover img 
{ filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }
 
 
h1 { margin: 0px; }
h2
       {
       letter-spacing:1.2px;
       line-height:120%;
       font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 90%;
       font-weight: 200;
      
       color: #ffffff;
       background-color: #01b22d;
       margin: 0px 0px 0.5em 0px;
       padding: 0.25em;
       } 
.box-footer
       {
       background: transparence;
       font-size: 70%;
       color: ThreedDarkShadow;
       font-style: normal;
       font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
       padding: 0.25em;
       clear: both;
       border: none
       }
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
       {
       float: left;
       width: 60%;
       }
.column-one
       {
       float: left;
       width: 33%;
       }
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 33%; }
.column-three {margin-left: 60%;}
/* */
.column-one-content, .column-two-content, .column-three-content
       {
       padding: 6px;
       border: 1px solid;
       border-color: white;
       font-size: 100%;
       color: ThreedDarkShadow;
       font-style: normal;
       font-family : Trebuchet MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
       line-height:140%;
       background-color : white;
       }


A:link      {
       text-decoration: none;
       color: #339900;
       font-weight : bold;
}

A:visited   { text-decoration: none; color: #339900; font-weight : bold;}

A:active    { text-decoration: none; font-weight : bold;}

A:hover     { text-decoration: underline; color: black; font-style: normal; }
               
.column-one-content { background: white; }
.column-two-content { background: white; }
.column-three-content { background: white; }

/* GUTTERS BETWEEN COLUMNS */
.column-two-content
       {
       margin-left: 12px;
       margin-right: 12px;
       }
/* HORIZONTAL PADDING OUTSIDE COLUMNS */
.column-one-content { margin-left: 1px; }
.column-three-content { margin-right: 1px; }
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
       { margin-bottom: 2px; }
.column_padding_after
       {
       height:2px;
       font-size: 1px;
       line-height: 0px;
       clear: both;
       }
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
       { position: relative; }
/* */

