body {
	background-color: #040404;
	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.Titel {
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	font-weight: bold
	}

.Subtitel {
    font-family: "Arial";
	font-size: 12px;
	color: #333333; 
	}

.Tekst {
	font-family: "Arial";
	font-size: 12px;
	color: #333333; 
	}

.Tekst_gray {
	font-family: "Arial";
	font-size: 12px;
	color: #7E7E7E; 
	}
    
.Voet-titel {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; 
	}
.Voet-tekst {
    font-family: "Arial";
	font-size: 10px;
	color: #FFFFFF; 
}

a:link {
    font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
a:visited {
    font-family: "Arial";
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
    }
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.menu-item {
	font-family: "Arial";
	font-size: 12px;
	color:  #FFFFFF;
	}


/* styles voor menubar */
.hyperlinkcss{
position:absolute;
margin-left:0px;               /* horizontale positie van het menu t.o.v. de link */
margin-top:0px;                /* verticale positie van het menu t.o.v. de link */
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Tahoma;
line-height: 18px;
z-index: 100;
background-color: #FFFFFF;
width: 20px; 
}

.hyperlinkcss a{                   
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: plain;
}

.hyperlinkcss a:hover{              
background-color: #000000;
color: #CCCCCC;
}
}
	

