body {
	background-image: url(img/lichtpaars.jpg);
	padding: 5px 5px 30px 5px;
	color: #5e6288;
	font-family: arial, verdana, sans serif;
	}

#footer{
	color: #cbccdc;
	clear: both;
	margin-bottom: 0px;
	font-size: small;
	}

#vlag{
	font-size: xsmall;
	float: right;
	clear: both;
	display: inline;
	}


#kop1 {
	float: left;
	padding: 10px;
	background-image: url(img/flow.gif);
	background-repeat: no-repeat;
	border: 0px;
	height: 90px;
	width: 810 px;
	left: 10px;
	clear: both;
	width:100%;
		}

#kop2 {
	float: left;
	margin-top: 0px;	
	background-image: url(img/kop.jpg);
	border: 0px;
	height: 247px;
	background-repeat: no-repeat;
	left: 10px;
	width: 810 px;
	clear: both;
	width:100%;
	}

#inhoud {
	float: left;
	margin-top: 5px;
	left: 5px;
	width: 765px;
	padding: 25px 5px 25px 5px;
	border: 4px solid #cbccdc;         /*lichtpaars*/
	background-image: url(img/donkerpaars.jpg);              
	color: #cbccdc;
	clear: both;
		}

.rij{
	padding-left: 35px;
	clear: both;
	}





h1{
	font-size: large;
	text-align: center;
	color: #cbccdc;                  /*lichtpaars*/
	margin-left: 100px;
	}

p{
	float: left;
	margin: 10px 20px 0px 5px;
	padding: 5px 5px 0px 0px;
	
	font-size: small;
	}

a{
	font size: -10%;
	display: inline;	
	color: #5A212C;                  /*bordeaux*/
	text-decoration: none;
	font-size: x-small;
	}

a:hover{
	text-decoration: underline;
	color: #f7ece8;                  /*heel lichtroze*/
	font-size: x-small;	
	}

a:active{	
	text-decoration: none;
	color: #bfcbd6;                  /*zachtblauw*/
	font-size: x-small;
	}

a:visited{
	text-decoration:none;
	color: #5A212C;                  /*bordeaux*/
	font-size: x-small;	
	}
	

	
