
<!-- Dit zijn de standaard CSS-instellingen -->
<!-- Je kunt die overschrijven door in de DIV style=... op te nemen -->

.hyperlinkcss{
position:absolute;
margin-left:0px;               /* horizontale plaatsing menu t.o.v. de hyperlink */
margin-top:-17px;                /* verticale plaatsing menu t.o.v. de hyperlink */
visibility: hidden;
border:0px solid #40B85E;
border-bottom-width: 0;
font:normal 12px Verdana;

line-height: 18px;
z-index: 100;
background-color: #178533; filter:alpha(opacity=90); 
width: 105px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #00FF33;
}
a:active {
	color: #FFFFFF;
}


.hyperlinkcss a{                   <!-- standaard uitzicht link --> 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.hyperlinkcss a:hover{              <!-- standaard uitzicht link bij muisover -->
background-color: #660000;
color: #33FF00;
}

.hyperlinkcss2{
position:absolute;
margin-left:0px;               /* horizontale plaatsing menu t.o.v. de hyperlink */
margin-top:-17px;                /* verticale plaatsing menu t.o.v. de hyperlink */
visibility: hidden;
border:0px solid #ffffff;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #178533; filter:alpha(opacity=90); 
width: 107px;
}

.hyperlinkcss2 a{                   <!-- standaard uitzicht link --> 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.hyperlinkcss2 a:hover{              <!-- standaard uitzicht link bij muisover -->
background-color: #660000;
color: #33FF00;

}

.hyperlinkcss3{
position:absolute;
margin-left:0px;               /* horizontale plaatsing menu t.o.v. de hyperlink */
margin-top:-17px;                /* verticale plaatsing menu t.o.v. de hyperlink */
visibility: hidden;
border:0px solid #ffffff;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #178533; filter:alpha(opacity=90); 
width: 107px;
}

.hyperlinkcss3 a{                   <!-- standaard uitzicht link --> 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.hyperlinkcss3 a:hover{              <!-- standaard uitzicht link bij muisover -->
background-color: #660000;
color: #33FF00;

