/* DEFINITIES VOOR DE VASTE ELEMENTEN IN DE PAGINA */
 body { margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	background-color: #7F568A // rgb(211,194,215); 
	color: #E9D7F1; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	font-size: 11px; 
} 

input,textarea { font-family: Arial, Helvetica, Sans-Serif; 
		font-size: 11px; 
		background-color: #c0c0c0; 
		font-color: #E9D7F1; 
} 

p,H1,H2,H3,H4,H5,H6 { margin-left: 10px; 
		margin-right: 10px; 
		margin-top: 10px; 
	margin-bottom: 10px; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-weight: normal; 
	font-variant: normal; 
} 

p { font-style: normal; 
	text-indent: 0px; 
} 
H1,H2,H3 { 
font-style: normal;
 } 

H4,H5,H6 { font-style: italic; 
} 

H1 {font-size: 24px;
} 

H2 {font-size: 22px;
} 

H3 {font-size: 20px;
} 

H4 {font-size: 18px;
}

H5 {font-size: 16px;
}

H6 {font-size: 14px;
} 

pre { font-size: 10px; 
font-family: Times New Roman,Times, Serif; 
font-style: normal;
} 

a { text-decoration: none; color: #E9D7F1; 
}
a:visited { color:#E9D7F1; 
} 

a:hover { text-decoration: none; color:#A37CB6 ; 
} 

#menu a { text-decoration: none; color: #45124D; }
#menu a:hover { text-decoration: none; color: #E9D7F1; }
#menu a:visited {color:#45124D; } 



hr { margin-top: 0px; 
margin-bottom: 0px;
 margin-left: 50px; 
margin-right: 50px; 
color: #9C1C24;
 }

/* DEFINITIES VOOR DE OPMAAK VAN DE DIV'S (ID'S) */ 
#main { 
width: 100%; 
margin: 0px; 
padding: 0px; 
font-size: 11px; 
} 

#top { width: 100%; 
height: 100px; 
background-color: #A37CB6; 
} 

#middle { width: 100%; 
margin: 0px; 
padding: 0px; 
} 

#maintable { width: 100%; 
margin: 0px; 
padding: 0px; 
vertical-align: 
top; 
} 

#maintable td { vertical-align: top; 
} 

#menu { width: 125px; 
background-color: #A37CB6;

} 

#menu ul { margin-top: 10px;
margin-left: 2px; 
margin-right: 10px;
list-style-position: inside; 
} 

#content { 
background-color: #45124D;
background-image: url('/pics/monique.jpg'); 
background-repeat: no-repeat; 
background-position: bottom right; 
background-attachment: fixed; 
} 

#footer /* voorbeeldje met achtergrondkleur gelijk aan die van body */ {
height: 20px; 
 width:100%; 
padding: 1px; 
background-color: #A37CB6; /* #330033; #cfc;*/ /* korte notatie voor "#ccffcc" */ 
border-top: 1px solid #009; 
} 

#webmaster # { # float: left; # text-align: left; 
# } 
#lastmodified { float: right; text-align: right; } /* DEFINITIES VOOR UIT 
ZONDERINGEN OP BOVENSTAANDE DEFINITIES (CLASSES)*/ .box { border: 1px solid #000000; 
padding: 5px; /* enkele voorbeeldjes: */ color: #ff0000; font-size: 12px; font-family: 
Times New Roman, Times, Serif; font-style: italic; } .blue { color: #0000ff; } 

