body {
	background-image: url(../images/wallpaper.gif);
	margin-top: 10;
	margin-left: 0;
	margin-right: 0;
}

.Header {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
	}

.Titel {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold
	}

.Subtitel {
    font-family: Verdana;
	font-size: 12px;
	color: #000000; 
	}

.Tekst {
	font-family: Verdana;
	font-size: 12px;
	color: #000000; 
	}

.Tekst_white {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF; 
	}

a:link {
    font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	}
a:visited {
    font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color:  #FFFFFF;
    }
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* 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: #FFFFFF;
}
}
	
