body {
margin: 0;
padding: 0;
background-color:#FFF;	
font-family: Garamond, "Times New Roman", serif;
color: #000000;
}

.welkom {
        font-size: 18pt;
        margin-top: 50px;
        margin-bottom: 10pt;
        margin-left: 80pt;
        color: #000000;
}


#navcontainer {
margin-top: 0;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
float: left;
background-color: black;
color: white;
width: 100%;
font-style: italic;
opacity: 0.6;
filter:alpha(opacity=60);
margin-top: 0;
position: fixed;
top:0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover, #navcontainer ul li a.current
{
background-color: #696969;
}

/*Second and subsequent levels*/
#navcontainer ul ul
{
font-size: 80%;
position: absolute;
top: 23px;
left: 0;
width: 100%;
border-top: none;
background-color: #CCC;
color: black;
opacity: 1.0;
filter:alpha(opacity=100);
}

#navcontainer ul ul li { display: inline; color: black}

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #CCC;
color: black;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
background-color: #CCC;
color: black;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }
