@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	}

body {
	height:100%;
/*	background-color: #ebebf5;*/
	background-color:#cecece;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background-image:url(../img/acht_groen5.jpg);
	background-repeat: repeat
	}
	
li{text-decoration:none; list-style:none}
	
/* algemene styling van tekst */

a {
	color:#666666;
	}

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

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0 5px 0;
	line-height:150%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:140%;
	}
	
h2 {
	font-size: 130%;
	}
	
h3 {
	font-size:120%;
	}
	
h4 {
	font-size:110%;
	}

h5 {
	font-size:100%;
	}
	
h6 {
	font-size:90%;
	}
