 body { 
background-color: #ffffff;
background-image: url('../images/kleur2.jpg'); 
font-family: Arial; 
color: #000000; 
font-size: 10pt; 
text-decoration: none; 
margin-left: 0;  
margin-top: 0; 
               }
 
 table {
font-family: Arial; 
color: #000000; 
font-size: 10pt; 
}            

 table.collectie {
font-family: Arial; 
color: #666666; 
font-size: 10pt;   
}       

              
/* Hier worden de randen van de schilderijen bepaald */
             
img.collectie {
border: 1px none;  
border-style: solid; 
border-color: #808080;
}

/* Hier worden de eigenschappen van de hyperlinks bepaald */
             
 A:link {
color : #808080; 
font-weight : bold; 
text-decoration:none;
} 

 A:active {
color: #000000;
font-weight: bold;
text-decoration:none;
}

 A:visited {
color: #808080; 
font-weight: bold;
text-decoration:none;
}
  
 
 A:hover {
color: #000000; 
font-weight: bold;
text-decoration:none;
}

 
 /* Hier worden de knoppen in het menu bepaald */
 
 #elButton A {
	BACKGROUND-IMAGE: url("../images/collectie1.jpg"); 


	BORDER-BOTTOM: #ffffff 3px outset; 	
	BORDER-LEFT: #ffffff 3px outset; 
	BORDER-RIGHT: #ffffff 3px outset; 
	BORDER-TOP: #ffffff 3px outset;




	COLOR: #ffffff; 
	DISPLAY: block; 
	FONT-FAMILY: Times New Roman; 
	FONT-SIZE: 12pt; 
	MARGIN-BOTTOM: 15px; 
	MARGIN-TOP: 15px; 
	MARGIN-LEFT: 0px; 
	MARGIN-RIGHT: 0px; 
	PADDING-BOTTOM: 3px; 
	PADDING-LEFT: 10px; 
	PADDING-RIGHT: 3px; 
	PADDING-TOP: 3px; 
	TEXT-DECORATION: none; 
	WIDTH: 110px
}

#elButton A:hover {
	BACKGROUND-IMAGE: url("../images/collectie2.jpg"); 
	BORDER-BOTTOM: #ffffff 3px inset; 	
	BORDER-LEFT: #ffffff 3px inset; 
	BORDER-RIGHT: #ffffff 3px inset; 
	BORDER-TOP: #ffffff 3px inset;




}


#elButton A:active {
	BACKGROUND-IMAGE: url("../images/collectie2.jpg"); 
	BORDER-BOTTOM: #ffffff 3px inset; 	
	BORDER-LEFT: #ffffff 3px inset; 
	BORDER-RIGHT: #ffffff 3px inset; 
	BORDER-TOP: #ffffff 3px inset;



}


