@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #030;
	background-color: #FFF;
	background-image: url(../images/achtergrond3.JPG);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link{
	font-size:small;
	text-decoration: none;
	color: #F30;
	font-weight: bold;
}
a:visited{
	font-size:small;
	text-decoration: none;
	color: #F30;
	font-weight: bold;
}
a:hover{
	font-size:small;
	text-decoration: none;
	color: #660;
	font-weight: bold;
}

a:link.onder{
	font-size:small;
	text-decoration: none;
	color: #030;
	font-weight: bold;
}
a:visited.onder{
	font-size:small;
	text-decoration: none;
	color: #060;
	font-weight: bold;
}
a:hover.onder{
	font-size:small;
	text-decoration: none;
	color: #0C0;
	font-weight: bold;
	background-color: #DDD;
}
a:link.boven{
	font-size:medium;
	text-decoration: none;
	color: #030;
	font-weight: bold;
}
a:visited.boven{
	font-size:medium;
	text-decoration: none;
	color: #060;
	font-weight: bold;
}
a:hover.boven{
	font-size:medium;
	text-decoration: none;
	color: #0C0;
	font-weight: bold;
}
a:link.geth{
	font-size:x-small;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-style: italic;
}
a:visited.geth{
	font-size:x-small;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-style: italic;
}
a:hover.geth{
	font-size:small;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-style: italic;
}
h1 {
	font-size: 36px;
	color: #030;
}
h2 {
	font-size: 25px;
	color: #030;
}
h3 {
	font-size: 16px;
	color: #030;
}
h4 {
	font-size: 14px;
	color: #900;
}
h5 {
	font-size: medium;
	color: #00F;
	font-family: Verdana, Geneva, sans-serif;
}
h6 {
	font-size: 14px;
	color: #900;
}
h7 {
	font-size: 14px;
	color: #900;
}
h8 {
	font-size: 14px;
	color: #900;
}
