@media screen {

body	
{
		scrollbar-face-color: #336601; 
		scrollbar-shadow-color: #99B186; 		
                scrollbar-highlight-color: #99B186;
		scrollbar-track-color: #E5EAE4;
		scrollbar-arrow-color: #E5EAE4;

		scrollbar-3dlight-color: #F3F5F1; 
		scrollbar-darkshadow-color: #99B186;

background-repeat: no-repeat;
background-attachment: fixed;

}

.titelkader
{
font-family: Century Gothic; 
color:#336601; 
font-size: 14pt; 
letter-spacing: 4pt;
background-color: #E7EFE7;
width:100%;

}

.datum
{
font-family: Century Gothic; 
color:gray; 
font-size: 10pt; 
letter-spacing: 3pt;
}

.tekst
{
font-family: Arial; 
color: black; 
font-size: 10pt;
}

.subtitel
{
font-family: Arial; 
color:#336601; 
font-size: 11pt;
font-weight: bold;
letter-spacing: 1pt;
}

A:link
{
font-family: Arial;
font-size: 9 pt;
color: blue;
text-decoration: none;
text-decoration: underline;
}

A:visited
{
font-family: Arial;
font-size: 9 pt;
color: blue;
text-decoration: underline;
}

A:hover
{
font-family: Arial;
font-size: 9 pt;
color: green;
text-decoration: none;
border-bottom : 1 solid black;
}

.rand
{
border: 1 solid #515151
}

.mlet
{
font-family: Arial;
font-size: 8 pt;
}

.footclass
{
height:  0;
width:  0;
visibility: hidden;
Display:   none;
}

}

@media print {
  .enkelscherm { display: none; visibility: hidden }


.titelkader
{
font-family: Century Gothic; 
color:#336601; 
font-size: 14pt; 
letter-spacing: 4pt;
background-color: #E7EFE7;
width:100%;

}

.footclass
{
height:  0;
width:  0;
visibility: hidden;
Display:   none;
}

  }


